Sysadmin > FreeBSD > FormatAndMountUSBStick

Format a USB stick with ufs

  • gpart show
  • gpart destroy -F da0
  • gpart create -s gpt da0
  • gpart add -t freebsd-ufs da0
  • newfs /dev/da0p1
  • mount /dev/da0p1 /mnt