473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Looking for a USB Pendrive Linux Distro

Nepomuk
3,112 Expert 2GB
Hi everybody!
As the Title says, I'm looking for a Distro to put on my USB pendrive (2GB). I want it to save the changes I make and as I'm used to Ubuntu and Knoppix, something Debian based might be a good idea. I've tried Slax (Slackware based) and guess it's OK, but it's just... No apt-get, no vim preinstalled, the module system is a bit weird...
I know you can install Ubuntu on a pendrive, but I was thinking of something smaller. (Maybe 300mb? I want some space left for Data...)
When I tried DSL last time it seemed a little odd, but maybe I just gave up to soon. And am I right in thinking that DSL-N is problematic about some of the Debian repositories?
Does anyone have any experience with such systems and could recommend one or two?
Greetings,
Nepomuk
Mar 25 '08 #1
3 2677
micmast
144 100+
afaik you could install any system on a usb drive, if you are familiar with debian and the likes:

http://www.debian-administration.org/articles/179

or http://live.debian.net/cdimage/etch-builds/

have fun
Mar 25 '08 #2
Nepomuk
3,112 Expert 2GB
afaik you could install any system on a usb drive, if you are familiar with debian and the likes:

http://www.debian-administration.org/articles/179

or http://live.debian.net/cdimage/etch-builds/

have fun
Hm, especially the first link looks useful, I guess I'll try it. Have you ever followed those instructions yourself and if so, are there any tips you could give me?

Greetings,
Nepomuk
Mar 27 '08 #3
micmast
144 100+
I haven't trying to install those on a usb drive, but I have tried to manually install a debian os before and I think the overall technique might work (I say might, I'm not sure)

what you do is this:
you install a system on your computer (regular hdd) or take an existing one

then mount your usb drive to /mnt/sdb1 for example (make sure you have rw access)

copy over all the files:
$> cp -Rr / /mnt/sdb1
(this could take a while)
then when everything is copied time to mount a few important things
$>mount --bind /dev /mnt/sdb1/dev
$>mount --bind /proc /mnt/sdb1/proc
$>mount --bind /sys /mnt/sdb1/sys
After everything is mounted, it's time to chroot

$>chroot /mnt/sdb1/
now you are on the filesystem on your USB drive
check you have internet connectivity (you should if you simple copied it all)
and I think you have to reconfigure grub (or lilo) once you have done this
$> dpkg-reconfigure grub

if that however didn't work, I have no clue :)
Mar 28 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

383
by: John Bailo | last post by:
The war of the OSes was won a long time ago. Unix has always been, and will continue to be, the Server OS in the form of Linux. Microsoft struggled mightily to win that battle -- creating a...
26
by: blah | last post by:
ok, i m going to use Linux for my Python Programs, mainly because i need to see what will these fork() and exec() do. So, can anyone tell me which flavour of linux i should use, some say that...
9
by: UnixUser | last post by:
I am looking for some source code to run on Linux that will enable me to calculate and return a CRC32 value from a string of text. I have found one from snippets.org, but I cannot get it to...
10
by: azrael | last post by:
Hy guys last night i was lying in my bed and thinking about something. is there any linux distro that is primary oriented to python. you know what i mean. no need for php, java, or something...
15
by: Konstantin Andreev | last post by:
I'm almost sure I've found bad bug, but for a while I can't neither confirm nor reject this. If anybody could make an independent test on it's own system, I'd appreciate it very much. The...
8
arunmib
by: arunmib | last post by:
Hi all, I have a unique problem...I don't know which distro to choose from? I have tried the following, Redhat first, Since I was a kid in computers at that time, got vexed and dropped it. Used...
2
by: Mephster | last post by:
Hi all I have been going though a booked called "C++ Primer plus" inwhich I got from a second hand store for 2.99CAD anyway after doing some reading and trying everything in the book up to chapter...
14
by: anchitgood | last post by:
Hey, I have developed the following code and it is executing well on windows. But I don't have LINUX installed on my system. I would be grateful to you guys if you check whether this code is...
6
AmberJain
by: AmberJain | last post by:
Hello, I'm posting this thread here as a thread in Windows forum has taken a turn and is now going on the Linux path. The thread can be found here. Now the description of actual...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.