>>>>> " " == Antonio Rodriguez <[EMAIL PROTECTED]> writes:

     > Can somebody indicate what excatly must the command line be to
     > copy the contents of a cd to some file and store it as iso
     > image?  I tried different options to do it, but the md5sum
     > didn't match afterwards. Something like the internal commandfor
     > xcdroast perhaps, since it has worked in the same case?
     > Thanks, AR

cp /dev/cdroms/cdrom0 isoimage
cat /dev/cdroms/cdrom0 >isoimage
dd if=/dev/cdroms/cdrom0 of=isoimage
dd </dev/cdroms/cdrom0 >isoimage

Any will do for binary cds.

MfG
        Goswin


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to