Make sure you use a filesystem with snapshots, it’ll save a lot of headaches.
Comment on Simple NAS hardware for home use?
muusemuuse@lemm.ee 19 hours ago
Skip the NAS. They all suck. Roll your own server out of literally anything. Install jellyfin. Enjoy
sugar_in_your_tea@sh.itjust.works 13 hours ago
paequ2@lemmy.today 11 hours ago
Same thought! I tried a NAS once and it was just a slower, more locked down version of a regular server I could build myself.
I’m not sure I fully understand the point of a NAS. I guess, is it supposed to be an off-the-shelf server for non technical people?
dustyData@lemmy.world 4 hours ago
People are using NAS for things they aren’t meant to do. They are a storage service and aren’t supposed to be anything else. In a typical data center model, NAS servers are intermediate storage. Meant for fast data transfers, massive storage capabilities and redundant disk fault tolerance. We are talking hundreds of hard drives and hundred gigabit connection speeds inside the data center. This is expensive to run, so they are also very energy efficient, meant to keep the least amount of required disks spinning at any given moment.
They are not for video rendering, data wrangling, calculations or hosting dozens of docker containers. That’s what servers are for.
Servers have the processing power and host the actual services. They then request data from a NAS as needed. For example, a web service with tons of images and video will only have the site logic and UI images on the server itself. The content, video and images, will be on the NAS. The server will have a temporary cache where it will copy the most frequently accessed content and new content on demand. Any format conversion, video encoding, etc. Will be done by the server, not the NAS.
Now, on self-hosting of course, anything goes and they are just computers at the end of the day. But if a machine was purpose made for being a NAS server, it won’t have the most powerful processor, and that’s by design. They will have, however, an insane amount of sata, PCI-e channels and drive bays. And a ton of sophisticated hardware for data redundancy, hotswap capacity and high speed networks that is less frequent in servers.