The first 500 people to use my link will get access to one of Skillshare’s best offers: 30 days free AND 40% off your first year of Skillshare membership! ht...
This 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.
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.
This 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.
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.
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.