LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-09-2017, 09:14 AM   #16
Mr. Macintosh
Member
 
Registered: Sep 2015
Distribution: Debian
Posts: 297

Rep: Reputation: 60

Quote:
Originally Posted by dcs.79c View Post
How do I mount an external USB flash drive?

I'm a firm believer in the KISS principle. I don't want to fool with grub config files. Even though it's possible to have more than 1 distro on a flash drive that's not KISS. Flash drives are cheap. I can have 1 flash drive for each distro I want to try.

I'd say that I have 2 choices to try out each distro - Live Boot or VirtualBox. As was previously pointed out, Live Boot doesn't save changes. Live Boot is running from the flash drive & VirtualBox uses a virtual environment. Neither one is probably as fast as an actual install. With Live Boot I'd have to reboot every time that I want to try a different distro. With VirtualBox I can try more than 1 distro at a time. So, basically, I'd say that I have only one choice to try out multiple distros - VirtualBox.

I suppose that all of the major distros have the Live Boot option.

Specifically, I want to try Linux Mint, Peppermint, Zorin, Chalet.
I would just buy a few more flash drives. They've gotten pretty inexpensive over the years. You can get an 8GB flash drive for $10. You can easily get a 3-pack of 4GB flash drives for around $15: https://www.amazon.com/Verbatim-Stor...h+drive+3-pack


Or you can get a 3-pack of 32GB flash drives for $25: https://www.amazon.com/PNY-Attache-F...h+drive+3-pack.
 
Old 03-09-2017, 10:05 AM   #17
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
How do I mount an external USB flash drive?
Generally when the flash drive is plugged in it should automatically mount.
If not got into your file mgr and look for it there. Should it not be there look on the desktop and right click on the flash drive and click 'open'.

Quote:
With Live Boot I'd have to reboot every time that I want to try a different distro.
That's correct and you'd have to reformat the flash and remove the old .iso image and place the new .iso image of the next distro you want to try on the drive.

I use the dd command to make my flash drive bootable.

To find out the device name
Code:
fdisk -l
Than to reformat the flash drive. (x is the drive letter)
Code:
mkfs.vfat /dev/sdx -I
Unmount the drive
Code:
umount /dev/sdx
Than to write the .iso to the flash drive
Code:
dd bs=4M if=the/path/to the name of distro-x86.iso of=dev/sdx && sync
Give it a few minutes and your flash drive is ready to go.

Virtual Box is convient if you don't want to go through all that.
Unetbootin is good for a handful of distro's but I've noticed sometimes partitions or other things are still left on the drive so to get around that I use dd.

I tried Chalet and liked it:-
Haven't tried Peppermint yet but I'll eventually will.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Grub2 chainloading to syslinux and isolinux for a multi-boot flash drive kav Linux - Software 4 03-18-2013 11:24 PM
Using a usb thumb drive or flash drive as a swap partition. stevenjoseph Linux - Hardware 8 01-16-2012 12:09 PM
partition compact flash drive santana Linux - Hardware 2 01-15-2008 12:07 PM
Multi Boot off of a Flash Drive tekyd Linux - General 11 06-26-2007 03:37 PM
Flash drive with 2 partitions...how do I mount the other partition? Carl P DamnSmallLinux 4 04-06-2005 10:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration