this post was submitted on 31 Aug 2025
32 points (100.0% liked)

Raspberry Pi

3024 readers
1 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Luccus@feddit.org 2 points 2 weeks ago* (last edited 2 weeks ago)

I can't really fahom any use case where a typical home NAS would benefit from ECC memory. These things come with 1-8 GB of RAM and read and write files. At worst they transcode files.

How do I put this?

The chace that an error (that would otherwise be corrected by simple ECC DIMMs) will irretrievably destroy your files, is super duper low. Especially compared to human error or software bugs. And if your files are really that important, you need a proper backup anyway.

And if you have a proper backup, then even the most unlikely unfortunate chain of of-by-one errors shouldn't matter.

Like, get ECC, if you want. But… "useless"?

Also: I belive the Pi5 features some sort of on-die ECC.