From owner-freebsd-questions Sun Jan 5 12:31:45 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F79D37B401 for ; Sun, 5 Jan 2003 12:31:44 -0800 (PST) Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34D6143EE6 for ; Sun, 5 Jan 2003 12:31:43 -0800 (PST) (envelope-from t.vanderhoek@utoronto.ca) Received: from localhost.nowhere ([64.231.127.153]) by tomts7-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030105203142.TNFR8378.tomts7-srv.bellnexxia.net@localhost.nowhere>; Sun, 5 Jan 2003 15:31:42 -0500 Received: from localhost.nowhere (localhost [127.0.0.1]) by localhost.nowhere (8.12.6/8.12.5) with ESMTP id h05KViIG006854; Sun, 5 Jan 2003 15:31:44 -0500 (EST) (envelope-from tim@localhost.nowhere) Received: (from tim@localhost) by localhost.nowhere (8.12.6/8.12.5/Submit) id h05KVhmE006850; Sun, 5 Jan 2003 15:31:43 -0500 (EST) Date: Sun, 5 Jan 2003 15:31:39 -0500 From: Tim Vanderhoek To: Lowell Gilbert Cc: Roman Neuhauser , freebsd-questions Subject: Re: copying audio cd's Message-ID: <20030105203139.GA5854@turquoise> References: <20030105145537.GB669@freepuppy.bellavista.cz> <44adifr1dm.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44adifr1dm.fsf@be-well.ilk.org> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 05, 2003 at 11:45:57AM -0500, Lowell Gilbert wrote: [...] > program that understands audio cd format, or (with ATAPI cd drives > only, I believe) you can use the acdt format, on a > track-by-track basis. Yes, sort-of. For example, I just copied an audio CD by doing dd if=/dev/acd0t1 of=track1.raw bs=2352 dd if=/dev/acd0t2 of=track2.raw bs=2352 [...] burncd -f /dev/acd0c -smax -d audio track1.raw track2.raw ... But (at least I found that) it didn't produce a completely correct audio CD; there's something fishy with the TOC, I think. However, for my purposes it worked sufficiently well in all the devices in which I need the CD to work. But ... I only did it this way because cdda2wav, cdrdao, grip, etc, would not work at all for me. For the original poster - cdrdao has a "copy" option that you might find easier to use than cdda2wav. I don't think you'll see much of a difference in the resultant CD, though. -- If I could think of a two-line witty aphorism for you to remember me by, this would definitely be it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message