ZFS How to install a ZFS based system using an existing system

How would I go about installing a zfs based system on a different partition using an existing system?

Do I first add a freebsd-zfs partition?

I want to install it manually. I'm hoping I will be able to boot via Ventoy.
 
I just used the installer and manually created a ZFS partition, worked for me.
Downside: I is only one zpool and boot environments do not work.
 
How would I go about installing a zfs based system on a different partition using an existing system?

Do I first add a freebsd-zfs partition?

I want to install it manually. I'm hoping I will be able to boot via Ventoy.

Don't know if this could help. It's how I dual boot 14 and 15 on an old laptop with UEFI and zfs.

/grandpa
 
I just used the installer and manually created a ZFS partition, worked for me.
Downside: I is only one zpool and boot environments do not work.
I don't know if the installer will allow me to install on a partition as opposed to using up the whole disk.
 
I don't know if the installer will allow me to install on a partition as opposed to using up the whole disk.
Yes it does, you just have to go through manual partitioning.
Then at some point it warns that zfs won't be able to boot, but it works anyhow. Worked for me on different devices.
 
The point of using ZFS is redundancy. ZFS is designed to keep your data safe. the design philosophy is to use TWO physical storage devices and mirror them.
Then the ZFS SCRUB function that compares the data on the two physical drives to check for corruption on one of the drives can be used as planned and prevent
your files to suffer from bit-rot. If your ZFS filesystem only exist on a single storage device, this functionality is not usable.
Of course you can use the snapshots , compression , encryption a.s.o. features , but the data redundancy cant be achieved with a single disk.
Most Laptops i have encountered can be equipped with DUAL identical M.2 NVME sticks these days,
then the best strategy is to Install FreeBSD over both Storage devices as a Mirrored ZPOOL.
 
Back
Top