What is Nostr?
FreeBSD Fortune /
npub1f9u…4yrh
2024-11-19 18:00:29

FreeBSD Fortune on Nostr: If you need to create a FAT32 formatted USB thumb drive, find out its devicename ...

If you need to create a FAT32 formatted USB thumb drive, find out its devicename
running dmesg(8) after inserting it. Then create an MBR schema, a single slice and
format it:

# gpart create -s MBR ${devicename}
# gpart add -t fat32 ${devicename}
# newfs_msdos -F 32 -L thumbdrive ${devicename}s1

-- Lars Engels <lme@FreeBSD.org>
Author Public Key
npub1f9ujkrp7sqamjl6qqhur4rtvpxjccm487p8p4vvazj0el2amem3shm4yrh