Three different ways to format Disk Drives in Ubuntu:
- By using Commands in Terminal
- By using Disk Utility
- By using Gparted Software
Open Terminal (Ctrl + Alt + T) and then enter these Commands:
- # sudo su [to allow admin privileges]
- enter you password
- # fdisk -l [this discovers sdXY]
- # df [lists all your disk drives / partitions in summary]
- # udisks --unmount /dev/sdXY [unmounts device]
- # mkfs.vfat /dev/sdXY [formats the device as FAT32]
Y is the partition number in disk/device X