[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cd-to-cd burning



On Tue, Apr 13, 1999 at 02:51:16PM -0400, Dan Brosemer wrote:
> Haven't tried this one, but:
> 
> dd if=/dev/cdrom1 of=/dev/stdout bs=1048576|cdrecord dev=???? speed=?? -v
> -xa2 /dev/stdin
> 
> (try it with the -dummy flag first as I've never done this!)

It won't work because cdrecord has to know the size of the ISO image
before it can write it.

If you can't do CD-CD copying successfully in the way I described earlier,
you can do something like:

dd if=/dev/scd0 of=cdimage.iso bs=64k

To copy the image to the hard drive first.  Then burn it:

cdrecord dev=5,0 speed=4 -v -dummy cdimage.iso

Jeff


Reply to: