MNX.io Docs
  • MNX.io Documentation
  • Getting started
    • SSH to an instance from Windows
    • Account password requirements
    • Improving security using two-factor authentication (2FA)
    • Generating an SSH key
      • Manually generating your SSH key in macOS
      • Manually generating your SSH key in Windows
    • API integrations and CLI usage
    • Provisioning limits
    • Cancelling your account
  • Data centers
  • Instances
    • Infrastructure containers
    • Virtual machines
    • Snapshots
      • Automating Snapshots
    • Tags and metadata
    • Connecting to containers and VMs
    • Instance Types
  • Triton CLI & Tools
    • Using the VNC console
    • Triton CLI tool
    • Hashicorp Packer and Terraform
      • Create and manage images with Packer
      • Manage infrastructure with Terraform
    • Container Monitor with Prometheus
  • Network
    • Networking and fabric user guide
    • Firewall
    • Firewall rules reference
    • Frequently Asked Questions
  • CloudAPI Documentation
    • Getting Started
    • RBAC: Users, Roles & Policies
    • API Introduction
    • API Details
      • Account
      • Keys
      • Users
      • Images
      • Instances
      • Packages
  • Contacting Support
  • Images
    • Linux
      • CentOS
      • Ubuntu
        • 20.04
      • Debian
    • FreeBSD
      • 12
Powered by GitBook
On this page
  • 2021040791
  • Changed

Was this helpful?

  1. Images
  2. FreeBSD

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

PreviousFreeBSD

Last updated 4 years ago

Was this helpful?