How To How to format USB drive in Linux as FAT filesystem lc-root | September 20, 2011 To format USB drive FAT format make shure that You looged as root and then type fdisk /dev/sda mkfs -t vfat /dev/sda1 Read More