Thursday, November 11, 2010

USB drive format by linux machine

check you drive in /var/log/messeges for the device.

#mkfs.vfat /dev/sdxx

now mount it

#mount -t vfat /dev/sdxx /media/usbdir

#umount /media/usbdir

No comments:

Post a Comment