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