In this video we'll have a quick look to see how easy it is to format a USB stick in a filesystem that makes sharing that much easier to share files between different Operating Systems such as Windows, Linux, and possibly Mac :-)
-----------------------------------------
Commands used:
dmesg
-----------------------------------------
Fat 32 Formatting:
-----------------------------------------
gpart list
gpart destroy -F /dev/da0
gpart create -s mbr /dev/da0
gpart add -t fat32 /dev/da0
newfs_msdos -L FILES -F 32 /dev/da0
gpart list
-----------------------------------------
UFS Formatting:
-----------------------------------------
gpart destroy -F /dev/da0
gpart create -s gpt /dev/da0
gpart add -t freebsd-ufs /dev/da0
newfs /dev/da0p1
gpart list
-----------------------------------------
You can view our videos on Odysee at:
https://odysee.com/@RoboNuggie:0
https://odysee.com/$/invite/@RoboNugg...
-----------------------------------------
#RoboNuggie #freebsd #ghostbsd #hellobsd #nomadbsd #bsd