Changes

FreeBSD Format and Partition

786 bytes added, 00:22, 6 December 2020
/* Partition a SSD for FreeBSD */
The following lines were added (+) and removed (-):
Now 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.Now 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. Edit the /etc/fstab file. vi /etc/fstabModify # Device                Mountpoint      FStype  Options        Dump    Pass# /dev/gpt/ssdrootfs      /              ufs    rw              1      1 /dev/gpt/ssdvarfs      /var            ufs    rw              2      2 tmpfs                  /tmp            tmpfs  rw,mode=01777  0      0 /dev/gpt/ssdusrfs      /usr            ufs    rw              2      2Swap mkdir /usr/swap dd if=/dev/zero of=/usr/swap/swap bs=128k count=32768Edit /etc/fstab to use the swap file. vi /etc/fstabModify # Device        Mountpoint      FStype  Options                        Dump    Pass# md99            none            swap    sw,file=/usr/swap/swap,late    0      0Make sure the SSD is set as the first boot drive.
Bureaucrat, administrator
16,192
edits