answersLogoWhite

0


Best Answer

First, you "unmount" it, but leave it plugged in. This is the equivalent of "Safely Remove Device" in Windows. you can unmount it using the command

umount /dev/sdx

"x" can be any letter, but it will usually be "f" for the first Flash drive plugged in. You can view the mounted devices by using the command

mount

This will return a result like:

/dev/sdf on /media/disk type vfat (rw,nosuid,nodev,uhelper=hal,uid=1000,codepage=437,iocharset=utf8)

for the Flash drive.

To format it, execute the command

mkfs.vfat /dev/sdx

You can then remount the device.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

mkfs.vfat -I /dev/sdX

where X is the letter that corresponds to your Flash drive in /dev. You can usually find this by reading dmesg after you plug in the Flash drive.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

Just plug it in. Linux has had built-in support for USB Flash drives since the 2.4 kernel.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

You simply plug it in to your USB port and it will detect automatically.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you connect a USB flash drive to Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is a usb flash drive referenced in Linux?

you can find all the usb attached to linux by lsusbcommand in terminal !


How do you run an operating system solely from a usb flash drive?

Please see the related link below for an example of running ubuntu Linux from a usb flash drive. Linux is installed on the usb drive allowing you to boot directly from it.


Can you install Linux on the PlayStation 3 using only a USB Flash drive?

no


How do you install Linux without a CD?

You could use a usb flash drive.


How do you install Linux on a USB Flash drive?

Various distros have slightly different methods for booting and running from a USB Flash drive. You can find tutorials for many of these distros at the link below.


What MP3 players can I connect to Linux?

Any MP3 player that presents itself as a USB Mass Storage device (like a USB Flash drive) should work out of the box. Some media players on Linux such as Amarok also support older versions of the iPod.


How do you connect a USB flash drive to a Nintendo wii?

There is a port in the back of the wii.


What is a usb flash drive use for?

If you connect to your computer(PC or Macintosh) you can pass things to your USB flash drive(also known as pendrive[or just pen]). But in the world. What an easy question.


If you don't have a high speed internet connection or CD burner what is another way to get Linux?

Boot it from a usb flash drive


Who is the creator is the USB flash drive?

the creator of the usb flash drive is Dov Moran


Can you install an operating system on a usb removable drive?

Yes. Many Linux distributions can be easily booted from a USB Flash drive. With some modification, booting Windows XP is also possible.


How do you access a hard drive?

If you first remove the drive from the PC, you can purchase an adapter which allows you to connect it to a USB port on your PC and read the contents of the drive like you would a USB flash drive. It's referred to as an IDE/SATA to USB adapter.