- Open your terminal then type gnome-disks
- Locate your FD and make sure check the device /dev/sdc -> command sudo fdisk -l (then locate your FD based on memory and get the dev loc)
- unmount your FD sudo unmount /dev/sdc* (Optional)
- sudo wipefs --all /dev/sdc (the FD device loc)
- To create partition of FD sudo cfdisk /dev/sdc
- Pick dos, new, primary, write(able to write to the FD), type yes and quit
- Turn the FD to vfat and rename it with -> sudo mkfs.vfat -n 'Name of the FD' /dev/sdc1 (because one we have partion the FD)