From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 13:09:43 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 60A6037B401 for ; Tue, 8 Jul 2003 13:09:43 -0700 (PDT) Received: from rdsnet.ro (mail.rdsnet.ro [193.231.236.16]) by mx1.FreeBSD.org (Postfix) with SMTP id E25E143F93 for ; Tue, 8 Jul 2003 13:09:41 -0700 (PDT) (envelope-from itetcu@buh.cameradicommercio.ro) Received: (qmail 21513 invoked from network); 8 Jul 2003 20:09:39 -0000 Received: from unknown (HELO buh.cameradicommercio.ro) (81.196.25.19) by mail.rdsnet.ro with SMTP; 8 Jul 2003 20:09:39 -0000 Received: from buh.cameradicommercio.ro (localhost [127.0.0.1]) h68K9cbJ046001; Tue, 8 Jul 2003 23:09:38 +0300 (EEST) (envelope-from itetcu@buh.cameradicommercio.ro) Received: from localhost (localhost [[UNIX: localhost]]) by buh.cameradicommercio.ro (8.12.9/8.12.9/Submit) id h68K9bO8046000; Tue, 8 Jul 2003 23:09:37 +0300 (EEST) From: Ion-Mihai Tetcu To: Lowell Gilbert Date: Tue, 8 Jul 2003 23:09:37 +0300 User-Agent: KMail/1.5.2 References: <200307081546.52889.itetcu2@xnet.ro> <44k7as23qg.fsf@be-well.ilk.org> In-Reply-To: <44k7as23qg.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307082309.37378.itetcu2@xnet.ro> 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 20:09:43 -0000 On Tuesday 08 July 2003 22:55, Lowell Gilbert wrote: > 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. Ok. And if I want to copy bit by bit ? >> > 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. I know. > > > 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. I'll try, thanks IOnut