Remix.run Logo
wtcactus 5 days ago

I’ve bought an Ugreen NAS right when they came out. Installed TrueNAS and it’s been rock solid and with a lot of hardware features Synology doesn’t offer all this time.

There’s really not a lot of reasons to use Synology anymore (only thing I miss was the sync solution they had. It was indeed better than Syncthing and the likes).

Tajnymag 5 days ago | parent [-]

Does UGreen support ECC memory? As far as I've read online, it's crucial for Truenas.

wtcactus 4 days ago | parent [-]

In part that’s an interesting question. Some of the processors on the Ugreen line are Xeons, so they should support ECC, but I’m not sure the MB does.

But you don’t really need ECC for ZFS. That’s a kind of myth that has been debunked several times. Sure, it’s always good, but ZFS works just fine without it.

(I’m on my phone so it’s dificult to find a good source for the claim, but if you search a bit, you’ll find some good blog posts talking about it).

Tajnymag 4 days ago | parent [-]

Well, that's the thing. I've also found some posts saying it's a myth and you'd be fine, but the ratio of posts recommending ECC to posts debunking the myth is like 10:1.

wtcactus 4 days ago | parent [-]

The important key point is that you will not lose anything by using ZFS without ECC compared to using any other file system without ECC. The myth is that you specifically need ECC if you’ll be using ZFS, not that ECC is a really good idea for any file system.

https://jrs-s.net/2015/02/03/will-zfs-and-non-ecc-ram-kill-y...