D
Deleted member 65953
Guest
I have two hard disks of the same size, and one 512 GB NVMe SSD. I am planning to install FreeBSD root on the two hard disks (ZFS mirror). This will create a ZFS pool with one vdev that consists of a two HDDs that mirror each other. I am thinking of using the 512 GB NVMe SSD to store /usr/ports, /usr/src, and possibly /usr/obj. How can I do this in ZFS? Should I create a new pool that consists of a vdev that contains the SSD? I was told that the loss of a vdev would cause the loss of the entire pool that contains the vdev. If the SSD fails, I want the data in the two HDDs to remain intact.