QUOTE(user @ Nov 27 2002 - 07:07 PM)
hmm, Halcyons test, was carried out with a special test-CD, with black stripes on it ?
Is this very realistic, or was that Sony drive so bad ?
I think it is realistic. A deep big scratch parallel to the groove should have quite the same effect.
QUOTE(user @ Nov 27 2002 - 07:07 PM)
you are just reading 2 times again by t&c, but eac has had the chance to read it 82 times in the first (or only) run..)
Yes, but, as discussed in
http://www.digital-inn.de/showthread.php?t...?threadid=14600 , you might have caching issues reading 82 times. Some drives are reported to cache by Feurio and not by EAC, some by EAC and not by Feurio.
With test and copy, you eliminate any caching issue.
QUOTE(user @ Nov 27 2002 - 07:07 PM)
How big is the probability, that eac reads twice (no c2, secure) and thinks: no error, all is well, but it has read twice the same wrong value for that damaged sector.
Quoting the same link :
QUOTE
First, let's assume that the chipset can't correct E32 errors, and that the errors come from unreadable parts of the CD.
Therefore errors will be in frames with at least 3 wrong bytes. If they are random, the probability that the detection will fail is
1/256^3=1/16,777,216
It is the probability that the two readings are wrong (three wrong bytes) and identical.
Being 7350 frames per second, if all frames are wrong, there would be about two undetected errors per CD.
But this can vary very much.
1 - recent chipsets must have five wrong bytes per frame in order to generate wrong data : that would lead to one undetected error once every 32,000 CDs.
2 - errors should be random if the CD is completely unreadable, but for the other bytes to be OK, the damage must not be total. So there should be some parts slightly damaged, and these are likely to cause some problems since there can be just jitter errors in some EFM data.
I don't have the EFM table in text format, so I can't check if the possibility to misplace one transition can lead to an error as small as one modified bit in the decoded 8-bits symbol. If I had setup the EFM table myself, I would have tried to do so, in order to get LSB errors if possible in the case of jitter errors.
If it is indeed the case, we can imagine three unstable bytes leading to 1 wrong bit in each.
In this case, these bits being random, there would be one chance out of 8 to get twice the same wrong data.
So the theoretical efficiency is between 1/8 (jitter errors - E32 chipset) and 1/1,099,511,627,776 (damaged CD, E52 chipset).
That's quite an uncertainty isn't it ?
QUOTE(user @ Nov 27 2002 - 07:07 PM)
which leaves more room for minor differences between the reads which aren't audible, but still exist
Why wouldn't they be audible ?
Isolated errors are often not audible, because the drive interpolates the previous and next sample, which performs a very good click removal, but Halcyon example showed that this was not always the case (it must have been a multisample error, or a drive that doesn't interpolate).
QUOTE(user @ Nov 27 2002 - 07:07 PM)
Unfortunately, if the surface is damaged, the original data is changed.
Yes and no.
It is quite impossible to change valid data into another valid ones by damaging the surface, because of all the CIRC encoding. However, if the error is perfectly localized on some given samples (it is a very uncommon phenomenon), as the drive interpolates, it will return twice the same interpolation because the valid samples have not changed.
The fact that errors can't affect the same samples every time is the key of error detection by reading twice. Any error will always return the same data (provided it doesn't affect contigous samples, which is ensured by the CIRC for light to medium errors), but errors will nearly never affect the same samples twice.
QUOTE(user @ Nov 27 2002 - 07:07 PM)
I'm still a little worried about the results of the NEC with Test & Copy
Try enable the cache option and/or non accurate stream. It already fixed some CRC issues on some drive that are detected as accurate and not caching.
(Memorex DVDMaxx1648, and Teac E540, or maybe Sony DDU1621, I don't remember. It was very hard to get mismatching CRC on "copies OK" anyway).