Re: dd an audio cd on 5.x ?

2003-07-08 Thread Ion-Mihai Tetcu
On Wednesday 09 July 2003 01:43, Chuck Swiger wrote: > Ion-Mihai Tetcu wrote: > [ ... ] > > >> You'd have to obtain the glass master used to press the original thanks for all IOnut ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/list

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Chuck Swiger
Ion-Mihai Tetcu wrote: [ ... ] You'd have to obtain the glass master used to press the original to get an absolutely exact copy. "bit-by-bit" accuracy of the raw CD is not very easy or even desirable to obtain due to ECC hardware fixing minor errors: for audio, you want a "bit-by-bit" accurate cop

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Ion-Mihai Tetcu
On Wednesday 09 July 2003 01:05, Viktor Lazlo wrote: > On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote: > > On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: > > > Ion-Mihai Tetcu <[EMAIL PROTECTED]> writes: > > > > I need to make an image (I do need a copy so saving and > > > > writting individual tr

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Viktor Lazlo
On Tue, 8 Jul 2003, Viktor Lazlo wrote: > > > On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote: > > > On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: > > > Ion-Mihai Tetcu <[EMAIL PROTECTED]> writes: > > > > I need to make an image (I do need a copy so saving and writting > > > > individual tracks

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Viktor Lazlo
On Tue, 8 Jul 2003, Ion-Mihai Tetcu wrote: > On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: > > Ion-Mihai Tetcu <[EMAIL PROTECTED]> writes: > > > I need to make an image (I do need a copy so saving and writting > > > individual tracks is of no use) of an audio CD, but when I try: > > > # d

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Ion-Mihai Tetcu
On Tuesday 08 July 2003 23:43, Chuck Swiger wrote: > Ion-Mihai Tetcu wrote: > > On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: > > [ ... ] > > >> That command will copy a data disk, but you have separate > >> tracks on this thing. > > > > Ok. And if I want to copy bit by bit ? > > You'd have

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Chuck Swiger
Ion-Mihai Tetcu wrote: On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: [ ... ] That command will copy a data disk, but you have separate tracks on this thing. Ok. And if I want to copy bit by bit ? You'd have to obtain the glass master used to press the original to get an absolutely exact cop

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Ion-Mihai Tetcu
On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: > Ion-Mihai Tetcu <[EMAIL PROTECTED]> writes: > > I need to make an image (I do need a copy so saving and writting > > individual tracks is of no use) of an audio CD, but when I try: > > # dd if=/dev/acd0c of=bizprez.iso bs=2048 > > That command

Re: dd an audio cd on 5.x ?

2003-07-08 Thread Lowell Gilbert
Ion-Mihai Tetcu <[EMAIL PROTECTED]> writes: > I need to make an image (I do need a copy so saving and writting > individual tracks is of no use) of an audio CD, but when I try: > # dd if=/dev/acd0c of=bizprez.iso bs=2048 That command will copy a data disk, but you have separate tracks on this th

dd an audio cd on 5.x ?

2003-07-08 Thread Ion-Mihai Tetcu
Hi, I need to make an image (I do need a copy so saving and writting individual tracks is of no use) of an audio CD, but when I try: # dd if=/dev/acd0c of=bizprez.iso bs=2048 I get : dd: /dev/acd0c: Invalid argument because devfs is nicely making the acd0t0nn files in /dev and no acd0c. How ca