From owner-freebsd-questions Thu Dec 5 15:24:13 2002 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 1601B37B401 for ; Thu, 5 Dec 2002 15:24:12 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC3E43EC2 for ; Thu, 5 Dec 2002 15:24:11 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.6/8.12.6) id gB5NOAH0068683; Thu, 5 Dec 2002 17:24:10 -0600 (CST) (envelope-from dan) Date: Thu, 5 Dec 2002 17:24:10 -0600 From: Dan Nelson To: Kliment Andreev Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Audio Copy Message-ID: <20021205232410.GD89520@dan.emsphone.com> References: <000501c29cb2$85e8e660$0300a8c0@futurebit.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000501c29cb2$85e8e660$0300a8c0@futurebit.local> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error 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 In the last episode (Dec 05), Kliment Andreev said: > Is there any easy way to do Audio-CD copy? > > %dd if=/dev/acd1c of=six.iso bs=2048 > dd: /dev/acd1c: Invalid argument > > %mkisofs -o six.iso -J -R /dev/acd1c > Total translation table size: 0 > Total rockridge attributes bytes: 266 > Total directory bytes: 0 > Path table size(bytes): 10 > Max brk space used e804 > 48 extents written (0 Mb) > > I can use dagrab and then use burncd but sometimes there are gaps (of course > I can use -n switch) but I want an ISO image of an audio CD. Audio CDs do not have filesystems, so you can't read them with DD or create them with mkisofs. Try cdda2wav -vall -D -B -Owav and then run cdrecord -v dev= -dao -useinfo -text *.wav (this is from the cdrecord manpage) -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message