I have 4-5 harddisks of the 500GB - 1TB size and I scanned them all with MHDD.
I want to mark as UNC (bad) all sectors with scan time over 100mS to not stress further those HDD areas.
The problems:
1) MHDD will log to file only the very slow sectors (over 500mS I think, useless in this situation here).
2) MHDD will freeze if the sector wich I want to mark as bad is at LBA over 128GB.
For security reasons, I want to mark 20 sectors around that point as "bad" too, even if they are good now.
The solutions:
1) Maybe there it is an option in mhdd.cfg to lower the timeout for the green/red sectors? I tried to dissasemble mhdd.exe to modify the conditional jump for that timeout, to make it lower, but mhdd.exe is packed, so no luck

Also there it is no documentation for mhdd.cfg to enable full scan logging.
2) With hdparm we can write UNC sectors with LBA48, so the second problem may be solved, but we still need the list of slower than 100mS sectors...
What we can do?