1. use "df"
displays file systems available
find out the volume label of the flash drive
2. unmount the volume before format
3. to format for ext3: "mkfs /dev/sdb1"
to format for fat: "mkfs -t vfat /dev/sdb1"
4. mount the volume back
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment