-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option for marking of the BAD sectors or leaving bad data. #273
Comments
I will have a look how easy this is to implement. I fear the danger with this behaviour by default would be that it would be too easy to "launder" bad sectors to appear good, and this would risk proliferation of subtly broken image files. But as a recovery option I can see the sense in it. |
What was your gw read command line? If you only wanted verification checks and not for the flux file to be "recreated" by the Greaseweazle IBM codec, you could have passed |
ho yes forget the --raw parameter in my command line edit : now HxC report the bad sector and the gw convert report also the bad sector. |
So, to understand well, there is a difference between The two commands write in the same output format, but the raw data is different ? |
That is correct. The former regenerates the track based on sector data decoded from the original flux. The latter writes the original flux, however it does use the |
ok now it's make sense. i'm not aware of this difference before. |
Your original comment about writing an incorrect CRC in the regenerated track still stands, though. That could still be a good idea. I'm not sure. |
|
to me, that makes sense. So we realize during the conversion or with other software like HxC that the image has bad sectors. |
I like the idea of bad CRC value to mark bad sector, but only AS OPTION. I not very deep in this- I used gw to salvage some text documents and I was in need to get sector data. Because 1K sector is one page of text and even half page of text is better than full page of dummy text. |
By default, when reading with new disk format option to HFE format, bad sectors are filled with "-=[BAD SECTOR]=-". Is it possible not to fill it with text, but leave salvaged data. Just another option please :)
For CP/M it will save 1K of data...
We can see that there is some readable data in bad sector... Meanwhile:
T9.0: IBM MFM (4/5 sectors) from Raw Flux (10794155 flux in 43071.99ms) (Retry #6.6)
T9.0: Giving up: 1 sectors missing
Even after 6x6 retries the sector is filled with "bad block text".
I don't know, maybe there is such option?
The text was updated successfully, but these errors were encountered: