Compare FreeNAS and Ubuntu Server to see which suits your needs better.
Compare FreeNAS and Ubuntu Server to see which suits your needs better.
Hey there, I'm keeping an eye on my NAS running FreeNAS OS. It's working well for me with Transmission, Plex Server, and CIFS. There are some occasional permission hiccups when switching between different jails and storage sets, but overall it's holding up nicely. My current hardware is a decent old Dell with 4GB RAM and a Pentium 4 HT—perfect for streaming Plex files in high quality to several devices. I'm thinking about upgrading to a newer Dell T3500 with 16GB RAM and a Xeon W3530, which could handle live transcoding better. I'm curious—would it be smarter to stick with FreeNAS or go with Ubuntu Server for this setup? Any thoughts would be great!
Check out OpenMediaVault – a Debian-based platform featuring a web interface and plugin support.
Iv prefers tailored solutions over generic ones. BSD seems superior to Linux in this context, while FreeNAS offers a user-friendly web interface. If you skip the web interface and work with the command line, you can minimize risks by avoiding web services. With ample RAM on your new machine, you could adopt ZFS filesystem—though it’s not fully included in the Linux kernel, which may change. My main worries for a home server revolve around security, ransomware threats, and power usage. For sandboxing, you can keep using jails on FreeBSD or even run a Xen hypervisor. BSD jails perform better than virtualization in terms of power use and speed; Xen’s paravirtualization should outperform KVM. I’m testing Xen on an old laptop but haven’t decided yet. From what I understand, Xen is preferable to KVM for mixing BSD and Linux VMs. I favor Debian over Ubuntu for custom builds since it’s lighter. Using net install gives a minimal Linux setup, while Ubuntu Server has stronger default security via App Armor. Starting with fewer packages and only adding needed services makes the debate about security interesting. Ubuntu also benefits from a newer kernel, but Debian remains more reliable for stability.
Thanks for your feedback. After further consideration, I’ll likely keep FreeNAS for now since my Linux expertise isn’t very strong. With 32GB of RAM instead of 16GB, ZFS should perform better. The front-end GUI also seems useful for simplicity. Regarding the build, I’m facing issues and have tested three different power supplies—none worked (all were ANTEC). I’ll pause until I can secure a functional power source. Appreciate your suggestions!