Changes

FreeBSD Format and Partition

693 bytes added, 19:10, 5 December 2020
/* Partition a SSD for FreeBSD */
The following lines were added (+) and removed (-):
Now create a root partition.  2GiG is recommended.  Unique naming is recommended. The 1M location is 4K aligned and 1M aligned. gpart add -t freebsd-ufs -l ssdrootfs -b 1m -s 2g ada02G partition for /var and the rest of the SSD for /usr. gpart add -t freebsd-ufs -l ssdrootfs -b 1m -s 2g ada0 gpart add -t freebsd-ufs -l ssdvarfs -a 1m -s 2g ada0 gpart add -t freebsd-ufs -l ssdusrfs -a 1m ada0Fresh installation of FreeBSD on a SSD may use the newfs(8) the filesystems without TRIM. Boot into single user mode and use tunefs(8) -t enable to re-enable it on each filesystem. FreeBSD’s UFS filesystem supports TRIM. That will be enabled with -t while formatting the filesystems. 
Bureaucrat, administrator
16,192
edits