Number of sector(s) where user data doesn't match the expected ECC/EDC: 1
Number of sector(s) where while user data does match the expected ECC/EDC there is no EDC: 1337
Error count is 1? or 1337? or 1+1337=1338?
case 2:
Number of sector(s) where while user data does match the expected ECC/EDC there is no EDC: 46113
Error count is 0? or 46113?
Last edited by fuzzball on Sat Oct 10, 2020 9:35 pm, edited 1 time in total.
What's the value of EDC for such sectors: 0 or different than 0? Maybe value of 0 is a special case...
Are the sectors readable in simple imaging tools like IsoBuster?
"Number of sector(s) where while user data does match the expected ECC/EDC there is no EDC" -- most likely these numbers just show the number of Mode 2 Form 1 sectors in the NoEDC image, these are not errors.
I think it's better to report the number of errors from CDMage, because edcchhk treats many cases as "warnings", that's confusing.
"while user data does match the expected ECC/EDC there is no EDC" -- IMO, it says "there's no ECC/EDC error, but EDC itself is null" and nothing about subheaders at all, that's normal for NoEDC images.
edcchhk returns a correct amount of ERRORS, just look for that line and not for total.
CDmage (at least the last version i was ever using) returns any "errors" you can ever have: moddified subheaders, ECC/EDC error etc. Where moddified subheaders and ECC/EDC mismatch is not an actual ERROR and should not be included into final errors count.
iR0b0t wrote:Where moddified subheaders and ECC/EDC mismatch is not an actual ERROR and should not be included into final errors count.
Disagree. IMO, we should include any imperfections into the total errors count. Otherwise, there should be a "Warnings" count field as well.
I'm not talking about NoEDC sectors in NoEDC images, of course, I don't understand the reason to warn there.