this post was submitted on 25 Nov 2023
2 points (100.0% liked)

Data Hoarder

24 readers
1 users here now

We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time (tm) ). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.

founded 10 months ago
MODERATORS
 

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

top 22 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 months ago (1 children)

Some variation of Linux + BTRFS filesystem + Docker is what I use. Lots of good options for free.

[–] [email protected] 1 points 10 months ago (1 children)

Is that something I would have to download and combine, or is there an all in one version of that? I'm very new to this and don't even know where to begin looking.

[–] [email protected] 1 points 10 months ago

Openmediavault combines these with a nice web interface

[–] [email protected] 1 points 10 months ago

Debian with ZFS and Docker would be my recommendation.

[–] [email protected] 1 points 10 months ago (1 children)

I use Ubuntu + ZFS.

ZFS is cool because it has built in SMB and NFS file sharing, on top of RAID and data integrity features.

[–] [email protected] 1 points 10 months ago

Thanks for the suggestion, I'll definitely take a look.

[–] [email protected] 1 points 10 months ago (2 children)

Unraid- if your drives are different sizes. Truenas - if you have lots of ram and like ZFS. CasaOs - If you like pretty things. Proxmox + Open Media Vault - If you want to run vms.

[–] [email protected] 1 points 10 months ago (2 children)

I'm planning on 16gb, is that enough for Truenas? And which version of Truenas? Scale or Core? Thanks for the suggestions!

[–] [email protected] 1 points 10 months ago

CasaOS can mix and match, but it uses mergerFS which doesn’t have the same parity as ZFS/ceph/raid.

Im also a big fan of CasaOS and run it. You should also check out ZimaOS alpha release as it has more raid functionality.

ZFS needs roughly 1GB of ram per TB of storage.

Truenas code is older and runs on BSD. 99% of people will want to run Scale.

[–] [email protected] 1 points 10 months ago

YES! I use that right now.

[–] [email protected] 1 points 9 months ago

This should be the answer for the other twenty similar questions that is posted to this group every day.

[–] [email protected] 1 points 10 months ago

I use open media vault at work. It'll run on a potato.

[–] [email protected] 1 points 9 months ago

unraid 100%

[–] [email protected] 1 points 9 months ago (1 children)

I’ve only ever used Windows. Isn’t finding drivers on those other OSes a headache?

[–] [email protected] 1 points 9 months ago
[–] [email protected] 1 points 9 months ago (1 children)

I like synology for simplicity. And because I believe it‘s hard to get proper alternatives for synology drive and photos

[–] [email protected] 1 points 9 months ago

Is there a legit way to run synology software on a custom nas?

[–] [email protected] 1 points 9 months ago (1 children)

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.

[–] [email protected] 1 points 9 months ago (1 children)

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?

[–] [email protected] 1 points 9 months ago (1 children)

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.

[–] [email protected] 1 points 9 months ago

Thanks for the info!

[–] [email protected] 1 points 9 months ago

TrueNAS Scale if you want something relatively easy to use with prebuilt applications (see TrueCharts)