User Tools

Site Tools


bsd:notes:format_fat32_usb

This is an old revision of the document!


Table of Contents

Information

  • Format entire USB to FAT32
  • Create Windows install USB for EFI boot

Format

su -
geom disk list
gpart destroy -F 'da0'
gpart create -s 'MBR' 'da0'
gpart add -t 'fat32' 'da0'
gpart list 'da0'
newfs_msdos -F '32' -L 'Windows' '/dev/da0s1'

Mount

/var/www/wiki/data/attic/bsd/notes/format_fat32_usb.1768442966.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki