Speaking of CD Burning
Duane Attaway
dattaway at attaway.net
Thu Oct 17 15:50:45 CDT 2002
On Thu, 17 Oct 2002, david nicol (list subscriptions) wrote:
> Jason Clinton wrote:
> > dd if=/dev/hdc of=file_name.iso
> cp /dev/hdc file_name.iso
That's the easy way. But if your cd happens to be an audio cd, you will
have to use the handy utility called cdparanoia to extract the audio into
a wav file:
cdparanoia 1- track.wav
and cdrecord may take that big wav file and burn your audio cd:
cdrecord dev=0,0,0 speed=4 -v -audio track.wav
More information about the Kclug
mailing list