fdisk -l
that will show all the volume in your pc or you can also use the df
to see the usb flash drive, suppose it may be /dev/sdb1
umount /dev/sdb1
that un mount the drivemkfs.vfat /dev/sdb1
to format drive into fat32 formatEDIT
mkfs.vfat -n 'name_for_your_pendrive' -I /dev/sdb1
to add name for your pendrive
No comments:
Post a Comment