baruch / diskscan

Scan disk for bad or near failure sectors, performs disk diagnostics
GNU General Public License v3.0
108 stars 29 forks source link

When fixing be very granular #44

Closed baruch closed 8 years ago

baruch commented 8 years ago

If the error is a medium error the issue may be a single block and we did not read any original data so only write one block at a time and make sure we do not overwrite data needlessly.

If the issue is latency than we can write it back with no real problem.