How to Format USB Drive in the Terminal

By October 26, 2014IT Solutions
  1. Insert your USB drive into your system
  2. Open the terminal. (CTRL + ALT + T)
  3.  Look for the USB drive you want to format, by running: $ df
  4. sudo umount /dev/sdc1


 Now run this command to format drive to fat32:

$ sudo mkfs.vfat -n 'Ubuntu' -I /dev/sdc1