LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How to format a USB flash drive? (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-format-a-usb-flash-drive-357929/)

Erik_the_Red 08-28-2005 09:23 PM

How to format a USB flash drive?
 
My USB flash drive is 128mb.

How can I format it?

alchem 08-28-2005 09:32 PM

what os are u using?

bruno buys 08-28-2005 11:14 PM

I used to do it with mkdosfs. These drives use fat or fat32.
mkdosfs (options) target

also do

man:mkdosfs

HeatSeaker 08-28-2005 11:48 PM

dosfstools
 
May be you need this package:
ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools

Afterwards it's easy:

mkdosfs /dev/device_name

(its /dev/sdc1 in my system)


Good Luck!

Erik_the_Red 08-29-2005 12:47 PM

I'm using Ubuntu Hoary 5.04.

You have to use MKDOSFS because Linux can read FAT partitions, but Windows may not be able to read ext2fs, ext3fs, ReiserFS, and so forth?


All times are GMT -5. The time now is 10:57 PM.