Re: [gentoo-user] command line tool for burning a music cd

2004-01-09 Thread Anupam Kapoor
Norbert Kamenicky [EMAIL PROTECTED] writes: Mike Williams wrote: On Wednesday 07 January 2004 12: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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-09 Thread Anupam Kapoor
maybe what we _really_ need to make this work is: cddafs ? kind regards anupam Norbert Kamenicky [EMAIL PROTECTED] writes: Mike Williams wrote: On Wednesday 07 January 2004 12:18, Anupam Kapoor wrote: hi all, sorry for the n00b question, but here goes: 'how do i create an exact replica of

Re: [gentoo-user] command line tool for burning a music cd

2004-01-09 Thread Mental Patient
Norbert Kamenicky wrote: Mike Williams wrote: dd if=/dev/cdrom of=abitforbitcopy.iso this can hardly work with audio CD :-( For making backups/copying audio cd's, I use cdrdao. It will copy/preserve stuff like pregaps (great for live cd's where there's no gap between tracks). You may be

Re: [gentoo-user] command line tool for burning a music cd

2004-01-08 Thread Aaron Stout
On Wed, 2004-01-07 at 12:18, Anupam Kapoor wrote: Aaron Stout [EMAIL PROTECTED] writes: 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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-08 Thread Norbert Kamenicky
Mike Williams wrote: On Wednesday 07 January 2004 12: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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-08 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 08 January 2004 23:04, Norbert Kamenicky wrote: dd if=/dev/cdrom of=abitforbitcopy.iso this can hardly work with audio CD :-( I didn't tested that, and don't have an audio cd to hand to test, but I see no reason why it wouldn't

Re: [gentoo-user] command line tool for burning a music cd

2004-01-08 Thread Norbert Kamenicky
Mike Williams wrote: On Thursday 08 January 2004 23:04, Norbert Kamenicky wrote: dd if=/dev/cdrom of=abitforbitcopy.iso this can hardly work with audio CD :-( I didn't tested that, and don't have an audio cd to hand to test, but I see no reason why it wouldn't work. dd is working on a block

[gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Anupam Kapoor
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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Mike Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 07 January 2004 12: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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Anupam Kapoor
Mike Williams [EMAIL PROTECTED] writes: On Wednesday 07 January 2004 12: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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Spider
begin quote On Wed, 07 Jan 2004 04:18:43 -0800 Anupam Kapoor [EMAIL PROTECTED] 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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Harald Arnesen
Spider [EMAIL PROTECTED] writes: begin quote On Wed, 07 Jan 2004 04:18:43 -0800 Anupam Kapoor [EMAIL PROTECTED] 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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Aaron Stout
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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Anupam Kapoor
Aaron Stout [EMAIL PROTECTED] writes: 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

Re: [gentoo-user] command line tool for burning a music cd

2004-01-07 Thread Nicholas Hockey
Exactly how i do it and it works fine. On Wed, 2004-01-07 at 13:18, Aaron Stout wrote: 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