Copying audio CD with dd/cdrecord produces unplayable CD

Roland Smith rsmith at xs4all.nl
Sat Nov 29 02:42:37 PST 2008


On Fri, Nov 28, 2008 at 11:26:51PM -0800, Yuri wrote:
> I am trying to copy an audio CD.
> 
> First I've ran:
> dd if=/dev/acd0tN of=track-N.cdr bs=2352
> for every track. This gets raw track files.

It is better to use cdparanoia (from the audio/cdparanoia port), since
it outputs WAV files. It also tries to restore the data in case of a
damaged disc. To make it to work, I have a symbolic link /dev/cdrom
[courtesy of /etc/devfs.conf] that links to the real (atapicam) CD
device.

Ripping is now done by running the following command: cdparanoia -B "1-"
This will result in a number of wav files. You can use these with
cdrecord and it will Just Work.

Roland
-- 
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20081129/1f7c5c14/attachment.pgp


More information about the freebsd-questions mailing list