Hans Halvorson wrote: > At Tue, 20 May 2008 07:22:19 -0500, > Plamen.Vassilev wrote: > > > > > Hello, > > > > try ripping the CD with > > > > Code: > > cat /dev/cdrom1 > /tmp/image_name.iso > > > > > > > > then try mounting (as root) with > > > > Code: > > mount /tmp/image_name.iso /mnt/hd -o loop > > > > > > > > of course you can change /mnt/hd to whatever directory suits you > > > > Hope that helps > > > > -Plamen > > > > > > Thank you for your suggestion. I'm still receiving an error message: > > # cat /dev/cdrom1 > /tmp/rosetta-original.iso > cat: /dev/cdrom1: Input/output error > > Hans, > > did you check how large is the ripped .iso image? This error may (or may not) indicate flaws on the CD surface. I had several occasions where ripping of a CD ended with io error, but the ripped image was fine and mountable. Did you try to mount the ripped .iso file (if it's size is reasonable of course)? > > -Hans