Right, I've got a few CDs I'd like to burn backups of.
I can't do a CD-CD copy as you need both drives using SCSI emulation and that screws a lot of stuff up for me.
I tried ripping the ISO with:
dd if=/dev/cdrom of=./mycd.iso
but it doesn't work.
Code:
dd: reading `/dev/cdrom': Input/output error
0+0 records in
0+0 records out
Everything else can read the drive fine.
Currently I'm attempting to rip them to MP3 with GRIP and burn them again using eroaster, but there has to be a better way than that!