The docs that come with cdrecord explain very well how to use it.  From
the docs, and via experience:

To test an ISO image:
        mount -t iso9660 -o ro,loop=/dev/loop0 cd_image  /mountpoint
where cd_image is the name of the ISO image file and mountpoint is where
it is mounted.  Note that you need to have a /dev/loop0 (or 1,2 etc.)
configured.

To burn the image:
        cdrecord -v speed=2 dev=0,0,0  cd_image

These are set up for my machine, make needed changes for yours.  Also, I
have never made an ISO image for audio just data files.  But, technically
you only asked how to check an ISO image then burn it <GRIN>.  

Cordially,
Michael D. Hobgood


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to