The smart tag has no wiki summary.
8
votes
3answers
3k views
Linux - Repairing bad blocks on a RAID1 array with GPT
The tl;dr: how would I go about fixing a bad block on 1 disk in a RAID1 array?
But please read this whole thing for what I've tried already and possible errors in my methods. I've tried to be as ...
1
vote
1answer
59 views
smartctl: suspend read-scan the remainder of the disk
I have started read-scan the disk using:
smartctl -t select,10-11 -t afterselect,on -t pending,45 /dev/sda
It seems, however, it kills the disk performance. I had expected that the read-scan would ...