12
FreeBSD-12
2021040791
FreeBSD 12.2-RELEASE-p6
Changed
ZFS based root volume (zroot)
Bhyve based instance
Expanding zroot ZFS pool
By default, /data/ is mounted with the extra disk. If you would like to add this to you zfs zroot pool you will need to make a few changes.
umount /data
vi /etc/fstab . (and remove the /data/ mount point)
Destry the gpt partitioning on /dev/vtbd1 by running: # gpart destroy -F /dev/vtbd1
Extend the zpool by running: # zpool add zroot vtbd1
Last updated