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

Implement a rewrite mode #53

Open baruch opened 8 years ago

baruch commented 8 years ago

Sometimes a disk has pending reallocations that are not for medium errors and in order to clear them up one needs to read the data and write it back unmodified. This is similar to the fix option but with a threshold of zero seconds.

It may be possible to implement this feature with a way to set the fix threshold as well.