From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 12:55:07 2003 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 06D4537B401 for ; Tue, 8 Jul 2003 12:55:07 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30A1243FCB for ; Tue, 8 Jul 2003 12:55:06 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[24.147.188.198]) by comcast.net (sccrmhc13) with ESMTP id <200307081955050160026g0ie>; Tue, 8 Jul 2003 19:55:05 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h68Jt4pS033296; Tue, 8 Jul 2003 15:55:04 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h68Jt4Eg033293; Tue, 8 Jul 2003 15:55:04 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Ion-Mihai Tetcu References: <200307081546.52889.itetcu2@xnet.ro> From: Lowell Gilbert Date: 08 Jul 2003 15:55:03 -0400 In-Reply-To: <200307081546.52889.itetcu2@xnet.ro> Message-ID: <44k7as23qg.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: dd an audio cd on 5.x ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 19:55:07 -0000 Ion-Mihai Tetcu 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 thing. > I get : > dd: /dev/acd0c: Invalid argument > because devfs is nicely making the acd0t0nn files in /dev and no acd0c. Which is appropriate, because there isn't *any* filesystem on your disk. > How can this be overcome ? The closest I think you can get is the suggestion in the cdrecord manual, which uses cdda2wav and cdrecord to get as much of the lead-in, lead-out, and CD-text information correct as possible.