--
if /dev/hdc is your CD burner and /dev/hdd is a cdrom, you can copy an audio CD from /dev/hdd to /dev/hdc with this command
cdrdao copy --source-device /dev/hdd --device /dev/hdc
Read man cdrdao for more details
Up Top