From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 20:05:25 2004 Return-Path: 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 040CF16A4D6 for ; Thu, 18 Nov 2004 20:05:25 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1976F43D58 for ; Thu, 18 Nov 2004 20:05:12 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.1) id iAIK5BkI099218; Thu, 18 Nov 2004 14:05:11 -0600 (CST) (envelope-from dan) Date: Thu, 18 Nov 2004 14:05:11 -0600 From: Dan Nelson To: Dan Finn Message-ID: <20041118200511.GF19265@dan.emsphone.com> References: <89ceee7041118115734abb783@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89ceee7041118115734abb783@mail.gmail.com> X-OS: FreeBSD 5.3-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: f-questions Subject: Re: best way to to a direct copy of audio cd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 20:05:25 -0000 In the last episode (Nov 18), Dan Finn said: > I would like to be able to use dd to grab a full, single iso image of > an audio cd and then use cdrecord to burn that. I know I can do this > under linux but for some reason I can't get it to work under fbsd. Audio cds aren't filesystems, so the term "iso image" isn't quite right. The cdrecord manpage suggests this: To copy an audio CD in the most accurate way, first run cdda2wav dev=2,0 -vall cddb=0 -B -Owav and then run cdrecord dev=2,0 -v -dao -useinfo -text *.wav This will try to copy track indices and to read CD-Text information from disk. If there is no CD-Text information, cdda2wav will try to get the information from freedb.org instead. -- Dan Nelson dnelson@allantgroup.com