On Thu, 2002-05-16 at 17:01, Alexis Lee wrote: I haven't quite figured out how to do a direct CD copy yet on
Linux).
Say your source CD ROM is /dev/hdc and your cdwriter is scsi on ID 4
dd if=/dev/hdc of=cd_image.iso cdrecord dev=0,4,0 speed=4 -v -data cd_iamge.iso
or if you have a faster source than destination (and your a little psychopathic) just try it direct:-
cdrecord dev=0,4,0 speed=4 -v -data .dev/hdc
YMMV !!
Mike