On Wed, 2004-01-07 at 06:18, Anupam Kapoor wrote:
> hi all,
> 
> sorry for the n00b question, but here goes:
> 'how do i create an exact replica of a music cd (for backup purposes :)'
> of course !
> 
> i can rip the .wav files and then burn them, but that sounds like
> too much work !!!
> 
> thank you
> kind regards
> anupam
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
Here is a fun way.

cdrdao read-cd --read-raw --datafile [filename.bin] --device
[bus,id,lun] --driver generic-mmc-raw [filename.toc]

so 

cdrdao read-cd --read-raw --datafile mymusic.bin --device 0,0,0 --driver
generic-mmc-raw mymusic.toc


--
[EMAIL PROTECTED] mailing list

Reply via email to