1
 2
 3
 4
 5
 6
 7
 8
 9
10
sudo su

# fdisk -l (this discovers sdaX)

# umount /dev/sdaX

format device to FAT32

# mkdosfs -F 32 -I /dev/sdaX