this post was submitted on 07 Aug 2023
161 points (100.0% liked)

Technology

37353 readers
496 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 11 months ago (1 children)

I don’t think the drive actually failed. The article said that the files disappeared from the drive one-by-one, which sounds like a firmware bug to me.

You could theoretically have the same problem due to a buggy RAID controller or driver.

[–] [email protected] 2 points 11 months ago

I don’t think the drive actually failed. The article said that the files disappeared from the drive one-by-one

It didn't fail in the sense of reporting an I/O error, but it did fail in the sense that the bytes previously written to it can't be read any more.

which sounds like a firmware bug to me.

Could be. SSD firmware is pretty notorious for data loss.

You could theoretically have the same problem due to a buggy RAID controller or driver.

Which is why I don't trust hardware RAID controllers, only software RAID, preferably with per-block checksums so that the software RAID controller knows which copy is the good copy.

The author is using macOS, whose APFS file system has those features. Linux's btrfs does too.