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 scanning in random the progress indicator jumps around #29

Closed baruch closed 10 years ago

baruch commented 10 years ago

Instead of progressing slowly upwards it jumps around which is very strange, most likely caused by calculating the progress directly from the LBA rather than actual data read.

baruch commented 10 years ago

Yup, that was it. I've got a fix done locally.