"Mike R. Cannon" wrote:
> We just received a new machine to set up as a universal cd writer.  I
> want to put linux on it, but others want windows.  Biggest complaint was
> they would not be able to simple copy cds, the would need to make iso
> first.  Is there a way to just copy without making an iso.


copy data cds using cdrecord:

readcd dev=0,0,0 f=cdimage.raw
cdrecord -v dev=0,0,0 cdimage.raw


copy data and audio cds using cdrdao:

cdrdao read-cd --device 0,0,0 cd.toc
cdrdao write --device 0,0,0 cd.toc


Ciao, Magnum

-- 
begin  http://www.informatik.uni-muenchen.de/~_rosenbau/


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

Reply via email to