I was thinking if I can run Ubuntu from a pen drive, like rather than have it run from a CD would it be possible to run it from a pen drive...
Asked
Active
Viewed 102 times
1 Answers
1
I run from flash drives all the time. I carry a half dozen flavors of linux with me in my backpack.
There are great instructions on the ubuntu website. Install iso to flash drive according to your current OS.
http://www.ubuntu.com/download/desktop/try-ubuntu-before-you-install

Phil Lawlor
- 380
- 1
- 5
sudo apt-get install unetbootin
. I think the flash drive cannot have ntfs or FAT* file systems. If you have trouble with unetbootin not recognizing your flash drive just reformat it to ext4 (using gparted or something similar) first. – OSE Oct 30 '13 at 19:11