On Wed, 16 Feb 2005 10:42:21 +0100, "Kiniger, Karl (GE Healthcare)" said:
Have you tested the ISO on some *OTHER* hardware? The impression I got was that the cd was *burned* right by ide-cd, but when *read back*, it bollixed things up at the end of the CD.....
Using ide-scsi is enough to get all the data till the real end of the CD.
OK, so the problem is that ide-cd is able to *burn* the CD just fine, but it suffers lossage when ide-cd tries to read it back...
Alan - are the sense-byte patches for ide-cd in a shape to push either upstream or to -mm?
The last time I looked at this, the issue was that the user software did a large read and the ide-cd didn't properly return a small data block with no error, but rather returned an error with no data. If you get the size of the ISO image, you can read that with any program which doesn't try to read MORE than that.
I don't consider this correct behaviour, but at least I know how to get by it for iso-9660 CDs. For other formats which don't allow determination of data set size except by the contents of the data, this works poorly.
-- -bill davidsen ([EMAIL PROTECTED]) "The secret to procrastination is to put things off until the last possible moment - but no longer" -me - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/