Changes

FreeBSD Format and Partition

565 bytes added, 23:48, 5 December 2020
/* Partition a SSD for FreeBSD */
The following lines were added (+) and removed (-):
Format these file systems with TRIM enabled newfs -U -t /dev/gpt/ssdrootfs newfs -U -t /dev/gpt/ssdvarfs newfs -U -t /dev/gpt/ssdusrfsThe FreeBSD installer might format the file system without enabling TRIM.  You can go in after the fact and enable TRIM by doing the following when booted into single user mode: tunefs -t enable /dev/gpt/ssdrootfs tunefs -t enable /dev/gpt/ssdvarfs tunefs -t enable /dev/gpt/ssdusrfsNow to deal with SSD specific things.  /etc/fstab must be changed to refer to the SSD. At the same time, the missing /tmp will be added.
Bureaucrat, administrator
16,192
edits