Format USB drive on Ubuntu using Terminal

To format USB Drive go to Terminal by pressing CTRL+ALT+T.

Now make sure that You USB Drive is no mount. You can do it manually. Go to Computer. And press right button of your Mouse on USB drive and select unmount.


Or write the following command.
umount /dev/sdb1
That'll unmount the drive.

Now wite the following command to Format Your USB Drive into FAT32 format.

mkfs.vfat /dev/sdb1

Comments

Popular Posts