to format in linux, first, unmount the device
Then, enter this command in a terminal:
Code:
sudo mkfs.vfat -n (label_name) (device)
You can also use gparted.
Gparted documentation:
Documentation
See here for other partitioning options:
how to partition
See here for a script to do partitioning:
Format removable devices