Solved FreeBSD Handbook improvement surveys – announcement and background

… doesn't have a section that explains to the new comers how to do something trivial as formatting a USB pendrive into a FAT32 file systems.
I ended up following this website: https://www.adminbyaccident.com/freebsd/how-to-freebsd/how-to-format-an-usb-drive-on-freebsd/

Also using four commands to format a USB Pendrive looks a little bit cumbersome... 🤨

This probably falls under 254191 – Handbook Chapter 18 should include a section describing using exFat filesystems, and FAT32 filesystems.

… directs people to destroy data on da0 😱

263746 – Exercise caution before suggesting commands that will destroy data
  • primarily for the book of frequently asked questions
  • maybe some overlap with the FreeBSD Handbook.
 
In either case, it couldn't hurt to precede such examples with one line (assuming da0):

Code:
# gpart show da0  # correct disk?

for confirmation.
 
Last edited:
Back
Top