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