All of my important data is on btrfs drives. I intend to install my system on ZFS. Why, you may ask? Because I can. That’s the fun of Linux after all. I intend to mount btrfs drives as well. I hear that ZFS can break fairly easily? Is this a bad idea?

Edit: I understand ZFS is out of tree but CachyOS maintains their own package and dkms so it shouldn’t matter I would think?

  • SwingingTheLamp@piefed.zip
    link
    fedilink
    English
    arrow-up
    6
    ·
    9 hours ago

    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.

    • ryannathans@aussie.zone
      link
      fedilink
      English
      arrow-up
      5
      ·
      9 hours ago

      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

    • daggermoon@piefed.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 hours ago

      I’ve used btrfs for years. I kind of wanted to try using something different. I also want to learn more about ZFS.