MNX.io Docs
Search…
MNX.io Documentation
Getting started
Data centers
Instances
Triton CLI & Tools
Network
CloudAPI Documentation
Contacting Support
Images
Linux
FreeBSD
12
Powered By
GitBook
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
Images - Previous
FreeBSD
Last modified
1yr ago
Copy link
Contents
2021040791
Changed