Formatting a USB stick on FreeBSD
This documents how to format a USB-stick on a recent FreeBSD system
The procedure to add a FAT32 filesystem is as follows
# gpart destroy da0
# gpart create -s mbr da0
# newfs_msdos -F32 /dev/da0s1
For comments, please send me an e-mail.