On 9/20/05, Alexander Dalloz <ad+lists@xxxxxxxxx> wrote: > > How do I copy a CD onto another CD? > > If you have a CD reader device and a CD writer device, you can do the > following on command line: > > dd if=/dev/hdd | cdrecord -v -speed=10 -fs=8m - > > /dev/hdd is the CD reader here, and /etc/cdrecord.conf has the writer > set properly. Alternatively, you can use k3b. Paul