Comment on Is THIS your next NAS? (Zima Blade Review)
poVoq@slrpnk.net 1 year agoThis is FUD. If you run a redundant filesystem like btrfs or ZFS that does checksumming (which you should anyway in a NAS), then ECC memory is only a nice-to-have and not vital.
greengnu@slrpnk.net 10 months ago
checksums at the filesystem level does nothing to protect against memory corruption which can overwrite everything on your disk with null values and a matching checksum; fail to write anything to disk and/or do nothing.
But that is the gamble you take every day with every GB of RAM you have.
poVoq@slrpnk.net 10 months ago
Btrfs automatically switches to read only mode when it detects unrecoverable errors, which prevents severe memory issues from doing serious damage.
But your scenario is so unlikely that it borders on the impossible anyways.