Remix.run Logo
solid_fuel 7 hours ago

Can you actually do a full root-on-zfs setup with linux these days? Last I heard support wasn't 100% in the ubuntu installer. I recently installed FreeBSD on my new media server box, with the full os being in one ZFS pool spread across 4 disks (raidz1).

This is one of my favorite things about FreeBSD, I love being able to take a snapshot of my system before doing an update.

fsmv 3 hours ago | parent [-]

I recently did an arch with zfs root setup. You have to make a custom install ISO that has the zfs module to do it. After it's installed the main annoyance is the zfs module only works with certain kernel versions and often arch has updated the kernel to a version not supported. There's a repo with pinned kernel versions or you can just use the lts kernel.

FreeBSD is much easier but I needed better Linux compatibility for this machine

tcmart14 an hour ago | parent [-]

We run ZFS for a system at work on linux. Yea, it isn't as seamless and nice on FreeBSD. Only reason we aren't running FreeBSD is the application that needs to access that storage is .NET, and no .NET support for FreeBSD.