Get a Quote     (408) 943-4100               TrueNAS Discord      VendOp_Icon_15x15px   Commercial Support Toggle between Light and Dark mode

Mirroring the Boot Pool

  2 minute read.

Last Modified 2022-09-15 15:35 -0400

Adding a second storage device to the boot pool changes the configuration to a Mirror. This allows one of the devices to fail and the system still boots. If one of the two devices were to fail, that device is easily detached and replaced.

When adding a second device to create a mirrored boot pool, consider these caveats:

  • Capacity: The new device must have at least the same capacity as the existing device. Larger capacity devices can be added, but the mirror will only have the capacity of the smallest device. Different models of devices which advertise the same nominal size are not necessarily the same actual size. For this reason, adding another device of the same model of is recommended.

  • Device Type: We strongly recommend using SSDs rather than USB devices when creating a mirrored boot pool.

Removing devices from storage pools can result in data loss!

Go to System > Boot > ACTIONS > Boot Pool Status.

SystemBootBootPoolStatus

Click on the boot device, then click attach.

Select a new Member Disk from the drop-down and click SUBMIT.

By default, TrueNAS partitions the new device to the same size as the existing device. When you select Use all disk space, TrueNAS uses the entire capacity of the new device.

If the original operating system device fails and is detached, the boot mirror changes to consist of just the newer device and grows to whatever capacity it provides. However, new devices added to this mirror must now be as large as the new capacity.

Related Content