If you want to fomat a drive with FAT32 in Linux, like a camera card, use can use the command:
sudo mkdosfs -F 32 /dev/sde1
Obviously change /dev/sde1 to match which drive you want to format.
If you want to fomat a drive with FAT32 in Linux, like a camera card, use can use the command:
sudo mkdosfs -F 32 /dev/sde1
Obviously change /dev/sde1 to match which drive you want to format.