Insert your USB drive into your system Open the terminal. (CTRL + ALT + T) Look for the USB drive you want to format, by running: $ df sudo umount /dev/sdc1 Now run this command to format drive to fat32: $ sudo mkfs.vfat -n 'Ubuntu' -I /dev/sdc1