Hacker News new | ask | show | jobs
by nkkollaw 3437 days ago
Does bit rot actually happen on regular computers? I thought it took years and it was mostly a danger for huge external hard drives.

I'd rather have better SSD performance. I just personally never lost any data because I let it sit for too long.

1 comments

Yes, bit rot happens all the time. Normally the drive its self catches and repairs these errors, but sometimes they slip through and become the filesystems problem. It doesn't really happen super often, but the fact that it happens at all mandates that filesystems that care about data integrity handle it.
Or they could just add more error correction bits to the flash storage in the phone, if this really were a problem.
Got it.

Thanks for explaining.