Roland's homepage

My random knot in the Web

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.


Related articles


←  Automating package updates on FreeBSD Roll back a FreeBSD port with svnlite  →