I have a drive which has signaled a SMART error (Current_Pending_Sector
is 1
) and I've run a "long offline test" against the drive which reported zero errors.
This was after running a "short offline test", identifying an unreadable sector, forcing its relocation and re-building a software RAID device with this drive as one of the members. I'm fairly sure the drive is clean at this point.
Is there a way I can clear-out that 1
value for Current_Pending_Sector
? The manual page for smartctl
doesn't seem to mention how to change attribute values. Is this possible, or is SMART essentially read-only?