this post was submitted on 29 Sep 2025
7 points (100.0% liked)
Do-It-Yourself, Repairs and Fixes
3167 readers
1 users here now
Share tips and tricks to keep people from throwing out that broken item. Repair before replace!
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Shouldn't that show up as checksum errors though, instead of read/write errors? I never see checksum errors.
Ahhh right right
R/w would suggest media (especially if it’s the same sectors), but not necessarily that the drive is toast
zpool status -v | grep "errors" may output files associated with bad blocks
zpool status -v might just give you filenames though, worth it to try that first. It might just give object IDs tho and I forget what to do at that point. You have to map them to file paths but I don’t remember how to do this.
If the errors are in different spots though totally different story. Back to sata I/o issues. Controller issues, kernel/driver issue, etc. technically could be the sata port but I seriously doubt it