Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

58% Positive

Analyzed from 3370 words in the discussion.

Trending Topics

#nas#more#don#years#storage#zfs#home#backup#drives#power

Discussion (79 Comments)Read Original on HackerNews

userbinator•about 2 hours ago
This architectural shift eliminates the user’s ability to expand memory capacity as self-hosting demands grow, effectively putting a permanent ceiling on running memory-heavy Docker containers, ZFS pools, or virtual machines.

That's not a NAS anymore, that's a full server. I think of a NAS as "low-power computer with lots of storage attached", so not being able to upgrade the RAM on one isn't all that surprising.

podocarp•about 2 hours ago
Well that's just for home use. Say a small to medium enterprise needing a shared drive. Or even things like say video editing you might need a 10G connection. Furthermore for most it's just a hobby so there's no right or wrong, if you can live with the noise and power of old enterprise gear then kudos to you, or if you think a raspberry pi with a sata hat works then go ahead
close04•about 1 hour ago
For business it should be all storage. But for home use the best is all-in-one. A home user doesn’t benefit from specialization of equipment, just brings them more headaches managing more stuff. One device that has storage and can also run Plex, Immich, HA in a single package makes the lives much easier for those who have to take care of the IT in the house especially of they’re not “IT people”.
iamshs•42 minutes ago
If I have CPU power at my disposal, why should I waste it? I love the fact that my NAS can serve my other needs too.
dijit•31 minutes ago
Sure, but then shouldn’t they have a lower power CPU?

I’d be worried about starving my storage need for CPU (ZFS can use a good amount of CPU power) inadvertently.

Running some small services is nice, to avoid having more devices, but I think people want “server with storage” and not actually a NAS, which on the face of it is growing out from nothing more than an SMB share.

izacus•29 minutes ago
Lower power CPUs are very powerful nowadays. Like the one in your phone - it sips power and can do what a full server could do a decade ago.
crabbone•33 minutes ago
You missed the point the author really complains about: soldered in memory chips create a single point of failure.

What you quoted needs to be seen in the context of what author calls "increasing media demands". I.e. the author believes that while the way the system is configured might be OK today, it won't be OK in the future.

zeafoamrun•about 3 hours ago
I built my own NAS, just Ubuntu+ZFS using an old PC I had and it works great. Don't know why people are so crazy about buying prebuilt NASes.
fuzzy2•about 3 hours ago
Why wouldn't they be? No fiddling, super compact form factor, (usually) far superior energy efficiency, maybe phone apps, did I mention no fiddling?

Also, the form factor!

poisonborz•about 1 hour ago
This "no fiddling" could be the single entire counterpoint to the article and hacker culture in general. All the problems stem from "consumer wants no fiddling".
fuzzy2•about 1 hour ago
I think it's a little more nuanced. Most people cannot fiddle (with PCs). They would have to learn to, first. Does this mean they deserve to have shit shoved down their throats? No. However, they are very vulnerable, and companies want to capitalize on this fact.

Hackers (whatever kind) are just one portion of the total populace. Others deserve genuinely good products, too. And maybe sometimes even a hacker wants to take a break. ;-)

alanfranz•about 2 hours ago
But form factor and energy efficiency may be helped by some of the changes that producers are doing.

Why complain about those, then?

Diy is still possible. Looks like nas is becoming more specialized.

whyagaindavid•about 2 hours ago
No fiddling is definitely not a primary point. If one has both valuable or large amounts of data fiddling is inevitable. Nothing I have seen in retail markets is at a level of chromecast or phone setup or TV setup.

And often not only the price is high but poor reliability.

It is amazing that no one spoke about security in any of the child comments of https://news.ycombinator.com/item?id=49131785

lm2s•about 2 hours ago
Of course no fiddling is a primary point. That’s probably _the main point_. Sure you need _some_ configuration/setup, but it’s in a completely different ballpark to a custom built solution.
tym0•22 minutes ago
Yeah the compact form factor and energy efficiency were the strongest point for me.
throwawayffffas•42 minutes ago
I setup one on an old pc 4 years ago freebsd zfs, literally an hour of maintenance over the course of 4 years now with ai anyone can do it.
Galanwe•about 1 hour ago
Its the maintenance and details that kill your NAS.

You will probably rely on it for 10 years at least, so building your NAS means committing to maintaining it in the long term, you have to be sure this is something you will uphold.

Also while setting up your NAS initially is definitely doable, there are a trillion little things to get right and make sure won't bite you later on (scrubble, etc).

All these things compounds if the NAS is not just for you, but your wife, kids, family, etc. Now it becomes your responsibility that all these precious data and photos entrusted to you are 100% safe for the decades to come.

vladvasiliu•33 minutes ago
But are these off-the-shelf solutions actually supported for ten years? And since they're usually bought for "easy remote connectivity" and whatnot, that's rather important. Bonus points for updates typically being installed automatically, so people won't even think to check whether it's still updated or not.

I have a NAS made from a 15-year-old computer, with standard parts. It can saturate a gigabit link over WireGuard, so it's good enough for my needs. I installed the latest Linux kernel on it the other day. And it doesn't have random unknown stuff calling home. Since it runs ZFS and scrubs regularly, I'm quite confident the data on it is still in good shape.

Joel_Mckay•8 minutes ago
Almost all of-the-shelf consumer grade NAS appliances are running unmaintainable OS yocto builds already 2 years out of support, and a list of CVE under active exploitation.

The only really functional OSS NAS exception for small offices is the CephFS builds from https://www.45drives.com , and that is because of included support services. =3

zeafoamrun•39 minutes ago
As some kind of cosmic karma for making my smug comment, one of my metadata mirror vdevs died this morning while my wife was doing a big transfer.
Joel_Mckay•15 minutes ago
Most have developed abstractions to reduce platform and service specific dependency:

https://github.com/rclone/rclone

From a maintenance perspective, one must not assume a NAS is a backup, but rather a high-bandwidth local/VPN file share.

* maids unplug equipment to vacuum offices (yes, this does really happen.)

* drives fail eventually, bit-rot is a thing, and filesystems evolve over time

* hardware specific features will always become a problem eventually. No one will check a degraded RAID/ZFS setup without service telemetry.

Practical options:

* sshfs + JBOD mount is fine for most home win11/bsd/linux/macOS/iOS/android users, as simple things have less failure modes and less time-cost to repair.

* fault tolerant systems like CephFS are usually too complex for home users. However, https://www.45drives.com offers a support option for small offices.

* ZFS has a lot of tradeoffs, and most people don't use the better key features (auto-snap-shotting and docker/VM deduplication.) In some cases even F2FS will also work fine, and probably last a bit longer with consumer flash drives.

* I agree the IT support issue with distros like TrueNAS or openmediavault becomes a popularity contest over what features are supported long-term.

It is often better to use a generic OpenBSD or Debian OS installation, and run the rclone network share abstractions on PC/Mac clients. Android and iPhone both have sftp clients for auto media backups over router VPN as well..

Lightning always wins every argument, an offsite VPN to remote file-backup is usually wise. =3

iLoveOncall•37 minutes ago
> All these things compounds if the NAS is not just for you, but your wife, kids, family, etc. Now it becomes your responsibility that all these precious data and photos entrusted to you are 100% safe for the decades to come.

A NAS is not a backup? It's hot storage.

I have a NAS but I backup my photos on AWS in S3 Deep Glacier. It costs me less than $1 a month for 500GB of pictures. That's a backup.

yjftsjthsd-h•about 3 hours ago
Maybe power efficiency?
dd8601fn•about 1 hour ago
And simplicity. And cost vs suitability for purpose. And form factor. And vendor support for the unit.

Jank ass recycled pcs and expensive, overbuilt diy rigs simply don’t even belong in the same conversation.

mcfedr•about 3 hours ago
i did that, and really wish i bought something , mostly because i have like 4 hhds just lying in the bottom of the case
zeafoamrun•about 3 hours ago
My old case was a big workstation one with 10 drive bays already. Definitely preferable to having them loose
permalac•about 2 hours ago
I bought a plastic tower for disks which let's me have 10 disks with some space between them. I then bought some Artic fans and attached them with tape to the 'tower'. Then I used a 11 years old optiplex 990 as Debian zfs connected to 8 of the disks, and I have 2 spares which I'll be able to use when the others die.

Performance is great. I could do it because I was given those disks for free, with plenty of ours on each of them.

sandworm101•about 3 hours ago
For me, it was laziness. While I have the skills to built one from parts, I just wanted a big drive in an aesthetically pleasing box. I didn't want a project. I wanted something small and somewhat rugged. So I got a synology 5-bay almost seven years ago and have never looked back. It lives beside my UPS and wifi router in a small tower, all objects I expect to "just work" for months on end without any attention.

My AI rig ... that is a project. (After a kernel update, one of my GPUs has disappeared. Fixing that will be a project for my next day off.) I don't want my NAS to ever become a weekend project.

crabbone•16 minutes ago
I believe that the target market for this equipment is small / medium size enterprises that need a solution for local storage of whatever information they process in their day-to-day operations. So, they won't have a system administrator on staff. They would rather try to assemble their computer system themselves or pay someone once to put things together. In this context, having a pre-built component that one can plug into the larger system is what customers would be looking for.

It's similar to the days when buying a PC would involve either finding a friend who could read the specs from the computer shop, make a list and assemble the PC once all the components are bought, or you'd buy a build from the shop (with some extra markup for the service). And today most PC users have moved on to laptops if not just even phones.

Most people will use what's commercially available. Today, most NAS users won't have an old PC case with HDD mounts laying around. They will have to buy something, and that something will likely be a pre-built NAS, the kind this article is written about. And similar to how laptops are a form of enshitification of desktops, these NAS boxes are too. Removing modularity drives the price down, but also doesn't allow the users the ability to repair and to study the product they own.

People aren't "crazy" about buying pre-built NAS boxes. It's what there is, they buy what's available.

urbandw311er•about 2 hours ago
The cookie preference pop up on this site is unacceptable - 1 click to accept all cookies, SEVEN clicks to reject all cookies.
blooalien•about 2 hours ago
> The cookie preference pop up on this site is unacceptable - 1 click to accept all cookies, SEVEN clicks to reject all cookies.

Yeah, that kinda dark pattern / malicious compliance junk ought to be straight up illegal. At least on par with "contempt of court" type situations. Sure, they may (just barely) comply with the absolute letter of the law, but the spirit of the law is surely being very much abused and deeply disrespected there.

Aerolfos•about 1 hour ago
> Yeah, that kinda dark pattern / malicious compliance junk ought to be straight up illegal.

It is illegal.

> To comply with the regulations governing cookies under the GDPR and the ePrivacy Directive you must:

> [...]

> - Allow users to access your service even if they refuse to allow the use of certain cookies

> - Make it as easy for users to withdraw their consent as it was for them to give their consent in the first place.

7 clicks is not as easy as one "accept all", violating the last point. Not allowing you to dismiss the banner and access the site violates the other point.

The real problem is enforcement, unfortunately.

dmayle•6 minutes ago
I have seen a few occasional sites that are even worse than this one.. Not only don't you get a reject all, you get two classes of settings, the default "types", and "trusted partners", and for trusted partners, about a third of them have what's called "legitimate interest" turned on, which means "we legitimately think we can share your data with this people after leading you to believe we haven't, and that's ok", and there are a hundred or more partners you have to scroll through and disable this for
Stitch4223•about 2 hours ago
And after a few minutes of reading a pop-up shows for joining their mailing list.

There is no mention of the usual enshittyfication, instead their complaint is that things look generic and that is the last of the list. I would say this is a feature.

The points about locking and dumbing down products are well researched, true and worrisome.

I’ve bought a NAS after watching NASCompares a few years ago, and also an ethernet adapter. His videos are nice. Talking about enshittyfication on an enshittyfied site misses the mark a little bit. “Legitimate interest”… lol.

boxed•about 2 hours ago
And if you scroll down you get a popup to ask for your email for their newsletter. The irony of an article about enshittification on a site that is clearly enshittified is strong.
Almondsetat•about 3 hours ago
I don't share the author's view of the OSs becoming copycats of eachother and not that specialized.

Truth to be told, a NAS is the perfect place to have your home server. You can have both your applications and data on the same device and avoid having to build a lab just to have nextcloud or some other utility self hosted. However, to achieve this, the OS must become more similar to a normal linux distro, for better or for worse

cyberrock•about 2 hours ago
While I don't disagree with the individual complaints, I've seen this niche go from running scuffed OSes on underpowered Synologies or building DIY NASes with limited case options like the Node 304, to multiple hot swap NASes running great x86 chips (and memory slots) and many DIY build paths including 3D printed cases. Things probably suck for those reliant on Synology, but I'm stoked for this hobby, especially when Minisforum/Aoostar to start pumping out Wildcat Lake stuff.
AndrewDavis•31 minutes ago
On 1.4 "Integration of Fixed Low-Capacity OS Drives"

eMMC bad because un-upgradeable and/or repairable. m.2 bad because if it wasn't there a user could put a big storage device there.

I'm not even sure what the author wants here?

thadt•about 3 hours ago
Given the (non-) responsiveness of the page, I’m going with they focused too much on “storage” and not enough on “network attached.”
swipee•about 3 hours ago
Haha touché! Hope it starts working soon so I can verify this statement.
solarkraft•about 3 hours ago
The website is also so hilariously enshittified that the “enshittification” text barely peeked through the ads and other popups.
nubinetwork•about 2 hours ago
I didn't see them mention anything about adding features that aren't strictly about storing files... things like containers and virtual machines...
ksec•about 3 hours ago
I don't think it is that bad. Especially Ubnt just released their UNAS Pro. ( Although only comes with BTRFS on consumer and ZFS only on the Enterprise. )

I still think Apple should have bring their AirPort Express and Time Capsule back. Instead they wanted everyone to be on their iCloud subscription.

lostlogin•8 minutes ago
> I still think Apple should have bring their AirPort Express and Time Capsule back.

But for the love of God, please fix Time Machine.

maigret•about 2 hours ago
Yes because most people don’t have an off site backup strategy.
bob1029•about 3 hours ago
I've always had a relatively bad experience with NAS hardware. Not necessarily due to anything the hardware manufacturer could have done. I have lost entire enclosures to lightning strikes on more than one occasion. Everyone thinks their IT skills are hot shit until they wake up to a closet full of burned hardware in the morning. It is quite a humbling experience if you've never been through it before. There isn't any kind of semiconductor process tech, file system design or RAID configuration that can save you from this. An off-site backup is the only thing that would count, which brings me to my next point.

These days I just store my files in S3. Whether or not this actually costs me more money becomes a very irrelevant shade of grey once I factor in the value of my time and sanity. I prefer having the capability to store and retrieve large files, not spending time maintaining this capability. This is also my "off-site" backup. I am paying for my operational NAS and its backup effectively at the same time. No one doing DIY is remotely close to 99.999999999% durability, even with all the kings horses and men put together.

I often see this urgency with total control pushing tech people into the very systems of oppression they seek to avoid. Putting your bits in some blob storage provider like AWS is not "losing the game" unless you frame it that way in your head. You can frame it as "getting one over on the bad guys" if you are a little bit clever with how you approach the problem. You can compel Amazon host any kind of bits with a sprinkle of AES256 on the client. I've been a customer with them for over 15 years and not once have they rug pulled me. I've never seen a NAS-style solution survive that long without intervention.

throwawayffffas•17 minutes ago
I don't know dude I am running a NAS for my home, it has taken minimal maintenance. The main benefit is it's local on my LAN, so speed and latency are dictated by the drives and my switch not whatever is happening outside my home.
10000truths•about 1 hour ago
> I have lost entire enclosures to lightning strikes on more than one occasion. Everyone thinks their IT skills are hot shit until they wake up to a closet full of burned hardware in the morning. It is quite a humbling experience if you've never been through it before. There isn't any kind of semiconductor process tech, file system design or RAID configuration that can save you from this.

A power surge protector?

yjftsjthsd-h•about 3 hours ago
> Everyone thinks their IT skills are hot shit until they wake up to a closet full of burned hardware in the morning. It is quite a humbling experience if you've never been through it before.

> I've been a customer with them for over 15 years and not once have they rug pulled me.

I actually tend to agree with the thrust of your argument, but how is your view of getting your account banned different than others' view of managing a NAS?

stavros•about 3 hours ago
I have a NAS at home with ZFS snapshots and nightly offsite backups. What's so hard about that, or how is it less durable than your S3 solution?
throwawayffffas•28 minutes ago
Nightly? what happens in between and how many different sites? What happens if your Internet goes down one night? How many parity drives do you have? Will the array survive replacing a drive or will another one die during the sync will you lose data if that happens?

S3 takes replication seriously to a professional level, when you upload a file to S3 the chance of s3 losing it is capped by the chance of a civilization killing asteroid hitting the earth.

stavros•9 minutes ago
Yes. Nothing, one site. The backup gets taken the next night. One. Yes. Yes.

What happens if your drive dies just as you're uploading the file to S3? Why are we comparing the durability of S3 to the reliability of my Internet connection, instead of to the durability of rsync.net?

esikich•about 2 hours ago
How often are you testing those backups? What kind of monitoring do you have? Do you pay attention to it? Skip any of those and it's just a prayer.
nubinetwork•28 minutes ago
They're zfs snapshots, assuming you're actually taking them, a send/recv shouldn't cause any problems... (ignoring the hole_birth and encryption bugs from the 0.6.x days - to my knowledge, they should both be resolved by now)
stavros•40 minutes ago
Every day, healthchecks.io, yes.
bob1029•about 3 hours ago
How much do you pay for offsite backups? How durable are they?
stavros•40 minutes ago
I think around $50/yr for around a TB? It's rsync.net, so I think very durable.
miladyincontrol•about 3 hours ago
> Software Homogenization and Interface Uniformity

While I do prefer the DIY route, I'd struggle to call that "enshitified". Vensors consolidated around solutions because they work reliably, without reinventing the wheel. I'd much rather a NAS be a lightweight wrapper around a proven and easily maintained base than try to over extend themselves and jerry-rig some abomination.

And for customers who rely on them it means they can shift brands and still feel basically just at home.

Advertisement
iLoveOncall•40 minutes ago
I built my "NAS", which is just a normal computer with no GPU but 3 hard-drives in RAID 5, for $400 + storage cost. It is much more powerful that any NAS, even thousands of dollars ones, I'm not too sure at what cost (power consumption maybe?).

I don't understand why people would go with an actual pre-built NAS from a manufacturer over my approach. It's always a complete rip-off.

TZubiri•about 1 hour ago
Here's my single story with NAS in 10+ years of software development.

A client had a NAS for their SaaS startup. Disks were having issues. The NAS was a prosumer product that was connected via USB. Had some SATA to SATA cable shipped by Amazon to the garage/colocation facility which basically meant removing the NAS and connecting the disks straight to the motherboard.

Issue solved.

It seems like one of those tarpit product categories that you are just better off by skipping completely, like ORMs, MCPs or reverse proxy HTTP servers.

hkt•about 2 hours ago
Just last month I bought a HP Micro server (N54L) from 2012, two second hand 4TB drives, 16GB of DDR3, and a 2.5GbE dual port network card. All in, that was about ÂŁ180. I may shell out another ÂŁ30 or so for a half depth, low profile graphics card that can support a couple of transcoding streams.

Reading the article, I don't regret it. Part of what puts me off the regular NAS market is price, but also things like non redundant boot options, ambiguity about whether or not I can install my own OS, and the lack of slots. The NAS form factor itself is off-putting because if you're buying something that isn't Synology or whatever, the RAM tax is still there.

Maybe I'm a cheapskate who will have slightly higher opex, but old hardware does seem to be pretty much as good as new hardware, to me.

cryo32•about 2 hours ago
That's what I was running for the best part of 8 years until last year. Was very reliable.

In the end I just cleaned out all my shit and got rid of it. Less is more.

iamshs•about 3 hours ago
Expensive drives have become such a pain. Maybe five years from now, if supply meets demand, I just wish I can afford a 1PB all-flash NAS. I really don't want to hear noise and I wish data centres would release their used supply on market. I will put backup on HDDs.

Soldered RAM and novel format hardware is a pain point. Macbook storage upgrade needs special custom hardware. Synology still doesn't allow third party HDDs in their extension units. NAS devices are truly a fantastic category on its own. My data remains local, while also allowing me to use it as a server for my workloads.

bingo-bongo•about 2 hours ago
> I wish data centres would release their used supply on market.

They do: https://serverpartdeals.com/

Haven’t used them myself, but afair Wendel (Level1Techs) mentioned them at some point.

iamshs•39 minutes ago
Server Part Deals is really good since they test the drives themselves. But even the used drives are on the verge of being unaffordable now. They increased the price of their 28TB re-certified drive last month by $120.
turkishlurker•about 1 hour ago
nitpicker here: enshitified or enshittified?
TZubiri•about 1 hour ago
Maybe they're irish
trvz•about 3 hours ago
Soldered RAM being bad is an opinion, not a fact.

I’ve seen way too many RAM slots go bad.

Smart people always get the highest configuration in computers, unless they know they’ll never need some of the resources and can tolerate a lower option.

yjftsjthsd-h•about 3 hours ago
> Smart people always get the highest configuration in computers

Smart rich people, maybe. Have you got the money for extra RAM right now?

trvz•about 2 hours ago
It's implied. Truly smart people manage to become affluent.
defrost•about 2 hours ago
The legendary wealth of Paul Erdős was indeed largely of legend alone.
bpye•about 3 hours ago
You've seen RAM slots go bad? DIMMs can also fail!

I'd much rather replace a bad stick than a whole motherboard/device.

evere•about 2 hours ago
For real. Reballing a chip is hard!
AnthonyMouse•about 1 hour ago
> Smart people always get the highest configuration in computers, unless they know they’ll never need some of the resources and can tolerate a lower option.

So if I'm buying a server and it's available with anything between 8GB and 4TB of RAM (the price difference being ~$70,000), and my current use only requires 8GB, how much should I get? There is a 50% chance the project fails and I never need more than 8GB and a 50% chance it succeeds and then I'll need 64GB or 512GB or 4TB depending on how well it goes.

project2501a•about 3 hours ago
Not everyone lives in SanFra, my man, and can afford to throw a salary on a lab.