My advice, skip the TrueNAS and go straight to FreeBSD. It's a simple operating system to maintain and it requires minimal setup to use as a NAS.
DIY NAS: 2026 Edition
261–270 of 315 posts
Re: DIY NAS: 2026 Edition
#262Re: DIY NAS: 2026 Edition
#263Re: DIY NAS: 2026 Edition
#264Earlier quoted context omitted.
> $10 / TB That's a remarkably good price. If I had $1.5k handy I'd be sorely tempted (even tho it's Seagate).
It's a good price but the Barracuda line isn't intended for NAS use so it's unclear how reliable they are. But it's still tempting to roll the dice given how expensive drive prices are right now.
Re: DIY NAS: 2026 Edition
#265My advice, skip the TrueNAS and go straight to FreeBSD. It's a simple operating system to maintain and it requires minimal setup to use as a NAS.
I really didn't want to setup and admin my own Unix system when I was building my NAS, and TrueNAS made the software side trivial. It's basically plug-and-play and almost entirely configurable from the web interface. Why complicate your life needlessly?
Why do you think using FreeBSD as a NAS complicates your life?
Re: DIY NAS: 2026 Edition
#266Earlier quoted context omitted.
I really didn't want to setup and admin my own Unix system when I was building my NAS, and TrueNAS made the software side trivial. It's basically plug-and-play and almost entirely configurable from the web interface. Why complicate your life needlessly?
But you are setting up and configuring a unix system, just with a third party gui bolted on. Why do you think using FreeBSD as a NAS complicates your life?
With a FreeBSD or Linux machine, even step one requires considerable thought. Are there web UI packages that I can use? Which one do I pick? Where do I install it from? How do I ensure that it runs on boot? Do I have to mess with the network configuration to ensure that http://mynas.local is accessible? How do I configure SMB? What's the deal with security updates? And so on, dozens of times over.
It's great if you're already in the depths of sysadmindom and know what you're doing, but man, I just want to put my files on some LAN drives and call it a day.
Re: DIY NAS: 2026 Edition
#267Earlier quoted context omitted.
But you are setting up and configuring a unix system, just with a third party gui bolted on. Why do you think using FreeBSD as a NAS complicates your life?
But there is nothing fundamental to configure in TrueNAS. Everything crucial to the base experience works perfectly out of the box: just install, connect to Ethernet, and visit http://truenas.local in your browser. I only have to make decisions pertinent to the NAS layer such as ZFS management and access control. With a FreeBSD or Linux machine, even step one requires considerable thought. Are there web UI packages t…
If you are looking to replicate the exact same thing(why would a NAS need a web ui), of course there is considerable work ahead of you.
I believe you are overstating how difficult it is to configure a FreeBSD box as a NAS. Configuring samba for example is a breeze.
The questions you are asking are good questions that are answered by the manual. Keeping FresBSD updated requires the use of two commands, both well documented in the handbook, freebsd-update and pkg.
Re: DIY NAS: 2026 Edition
#268Are there any NAS solutions for 3.5" drives, homebrew or purchased, that are slim enough to stash away in a wall enclosure? (This sort of thing: https://www.legrand.us/audio-visual/racks-and-enclosures/in-... , though not that particular model or height.) I'd like to really stash something away and forget about it. Height is the major constraint, you can only be ~3.5" tall. And before anyone says anything about 19" r…
Re: DIY NAS: 2026 Edition
#269Re: DIY NAS: 2026 Edition
#270My advice, skip the TrueNAS and go straight to FreeBSD. It's a simple operating system to maintain and it requires minimal setup to use as a NAS.