Are ou familiar with the uif format copying CDs? I was also given a uif file, but have not been able to burn it to CD with cdrecord. It is a copy of an audio CD.Yes that will made a standard .iso image. But you may have problems with copy protection... ?
I think uif format is proprietary... might have a better chance using a windows program.
Quote (roberts @ Dec. 31 2007,20:22)
Have you tried:
dd if=/dev/cdrom of=cd_image
For me it is either /dev/cdrom1 or /dev/scd0 and in either case I get:
dd: /dev/cdrom1: Input/output error
I have an audio CD in the drive and I try:
mount /dev/cdrom1 /mnt/cdrom1
and get
mount: relocation error: mount: undefined symbol: blkid_known_fstypeNext Page...
original here.