I’m working on building a NAS for a media server and I’m trying to figure out what OS to choose. I’m not apposed to paying for something if it’s worth it, but free and open source is always appreciated. Drive pooling is a must and support for raid would definitely be a pro. On top of that I’d like to run all the arr’s, Plex, Tautulli, and a few other things. Any suggestions would be much appreciated!

Thanks, TC370

  • CorvusRidiculissimus@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Certainly some variation of linux, but there are many of those. For drive pooling, your options are btrfs or zfs. Of those, zfs is the most mature and capable - the only drawback is that once you make a pool you can’t easily change the number of drives in it. A small limitation.

    Drive pooling as ZFS does it is a replacement for RAID. You generally don’t need RAID these days, except for fault-tolerant boot drives in high-availability servers.

    Ignore the ZFS “1GB per TB” thing. It’s old advice. Use, ZFS does like lots-o-ram because of the way it uses caching. But it doesn’t need that much. Your 16GB plan is plenty. You could probably do it in 8GB.

    • Thiscave3701365@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      I’m definitely planning on expanding my drives over time, so it sounds like btrfs is the way to go. Is there a way to bundle that and CasaOS?

      • CorvusRidiculissimus@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        10 months ago

        Don’t commit too quickly. btrfs has it’s advantages, but it has limitations too - not least of which is that there’s no two-drive redundancy mode, and the raid5 mode has some known bugs - it’s mostly safe. Generally I’d go with ZFS, as would most here.