I've got a CD drive that had been working properly but now gives "Input/output error" when attempting to read files at the end of the CD. The problem isn't with the disk as I get the same problem with any CD with more than about 625M of data on it. The problem does not appear to be with the drive either because I can read back the entire ISO from the CD (using xcdroast), mount it and then the files are readable. The question I have is how can the drive read the whole ISO without errors but can't read files at the end of the CD when mounted as a filesystem?
The fstab entry for the CD is:
Code:
/dev/scd0 /media/cdrecorder1 auto pamconsole,fscontext=system_u:object_r:removable_t,ro,exec,noauto,managed 0 0
I've also tried mounting manually using:
mount -t iso9660 -r /dev/scd0 /media/cdrecorder1
The drive is not actually connected via SCSI (it's IDE), I had set up the kernel parameter hdc=ide-scsi to get xcdroast to work.