Glad to see a new /t command !
To summarize what was happening before it
Forwards reading 287900-288200 :
- "cd d: dump.bin 8 /be raw /c2" + manual work C3E9D88B no errors
- "data d: dump.bin 8 287900 288200 /be raw" C3E9D88B no errors
- "data d: dump.bin 8 287900 288200 /be raw /c2" C3E9D88B no errors
- "data d: dump.bin 8 287900 288200 /be raw /c2 /f" variable all 0x55 (288173-288183)
- "data d: dump.bin 8 287900 288200 /be raw /f" variable all 0x55 (288173-288183)
Backwards reading 287900-288200 :
- "data d: dump.bin 8 287900 288200 /be raw /r" variable * no errors
- "data d: dump.bin 8 287900 288200 /be raw /r /f" variable all 0x55 + invalid mode (288173-288183)
Forwards reading 287922-288172 :
- "cd d: dump.bin 8 /be raw /c2" + manual work DA3582FC no errors
- "data d: dump.bin 8 287922 288172 /be raw /c2" DA3582FC no errors
Backwards reading 287922-288172 :
- "data d: dump.bin 8 287922 288172 /be raw /r" variable ** no errors ***
- "data d: dump.bin 8 287922 288172 /be raw /r /f" variable all 0x55 (288173) ***
* often C3E9D88B
** often DA3582FC
*** most of the time
What is happening now with it
- "data d: dump.bin 8 287900 288200 /be raw /t"
Takes forever to get passed 288173-288183 for each retry round, but should be able to finish with enough time
- "data d: dump.bin 8 287922 288172 /be raw /t"
_Forward.bin
DA3582FC (match)
_BackToForward.bin
100127CD, B031FD66, C2DCFD82, 19D8C363, 19D8C363, CF7778EF
-> Identical hash found
19D8C363 (2 out of 6 attempts) but always with one error right after the first reread
- "data d: dump.bin 8 287922 288162 /be raw /t"
Seems to work pretty well if the last twin sectors are ignored
_Forward.bin
BA7E0D0B (match)
_BackToForward.bin
3095FB60, 3095FB60, 3095FB60, 350C16A4, EEB2A8E7, 3095FB60
-> Identical hash found
3095FB60 (4 out of 6 attempts) with no errors