formating usb

Robert G. (Doc) Savage dsavage at peaknet.net
Mon Dec 21 10:05:31 UTC 2009


On Mon, 2009-12-21 at 01:04 -0800, Morisso Buffalo wrote:

> 
> how do i format a flash disk in FAT32


Morisso,

$ mkfs.vfat devicename

You may need to use fdisk to determine the correct devicename. Note that
a flash disk can be formatted as a floppy or as a hard drive. The
difference is whether or not a partition number is used.

As a floppy:
$ mkfs.vfat /dev/sdX

As a hard drive:
$ mkfs.vfat /dev/sdX1

For more information see "man fdisk" and "man mkfs".

HTH

--Doc Savage
  Fairview Heights, IL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/users/attachments/20091221/b596a7ab/attachment-0001.html 


More information about the users mailing list