this post was submitted on 09 Mar 2026
11 points (100.0% liked)
Linux Questions
3792 readers
3 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It should be fine, but, why? ZFS isn't a filesystem like btrfs, it's a fully-integrated stack of filesystem, volume manager, and software RAID system. Using it on your OS drive is kind of like using a sword as a letter opener. Sure, it works, but that's not what's fun about it.
I disagree about it being a sword as a letter opener for an OS drive. An OS drive is where it shines, where you can rollback upgrades and corruption with snapshots, where large logs live compressed in storage without second thought, where storing two copies of critical OS files or mirroring across two drives defeats corruption from drive sectors going bad or in the later case prevents downtime and data loss from the OS drive dying.
If you want to argue it can be a headache to boot on ZFS on Linux I'll agree but using its feature set to argue against it makes no sense.
It's the default filesystem for the OS over in the BSD world, where reliability and stability surpasses linux
I mean there is ZFSBootMenu, but I wouldn't call booting on ZFS on Linux as anything approaching the level of maturity of it on BSD. It's a pain in the ass, frankly.
I've used btrfs for years. I kind of wanted to try using something different. I also want to learn more about ZFS.
Haha, so it turns out I was uninformed. Btrfs has all of that, too. TIL! Might as well use ZFS for the OS drive then in order to learn its commands.
I'll be using it too. I'll let you know how it goes.