From owner-freebsd-multimedia Sun Jan 19 22:30:17 2003 Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFCA37B401 for ; Sun, 19 Jan 2003 22:30:15 -0800 (PST) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8195C43F6D for ; Sun, 19 Jan 2003 22:30:14 -0800 (PST) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) by srv1.cosmo-project.de (8.12.5/8.12.5) with ESMTP id h0K6UCUc075390 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 20 Jan 2003 07:30:13 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.12.5/8.12.5/Submit) with UUCP id h0K6UAeL075384 for multimedia@FreeBSD.ORG; Mon, 20 Jan 2003 07:30:11 +0100 (CET) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.6/8.12.6) with ESMTP id h0K6PO1I080923 for ; Mon, 20 Jan 2003 07:25:29 +0100 (CET) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost) by titan.klemm.apsfilter.org (8.12.6/8.12.6/Submit) id h0K6PO2f080922 for multimedia@FreeBSD.ORG; Mon, 20 Jan 2003 07:25:24 +0100 (CET) Date: Mon, 20 Jan 2003 07:25:24 +0100 From: Andreas Klemm To: multimedia@FreeBSD.ORG Subject: Re: how to 100% copy an audio CD when having IDE drives FBSD 4.7 ? Message-ID: <20030120062524.GA80541@titan.klemm.apsfilter.org> References: <20030118105221.GA18392@titan.klemm.apsfilter.org> <200301181213.h0ICDCA8078729@spider.deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200301181213.h0ICDCA8078729@spider.deepcore.dk> X-Operating-System: FreeBSD 4.7-STABLE X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.1i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sat, Jan 18, 2003 at 01:13:11PM +0100, Soeren Schmidt wrote: > I dont have a script handy but the recipe goes like this: Thanks ! > #open master device (ie acd0c ) so that the individual track devices appear > cdcontrol -f ad0c info Ah yes ... cool root@titan:/usr/src# cdcontrol -f acd1c info Starting track = 1, ending track = 17, TOC size = 146 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 4:52.12 0 21912 audio 2 4:54.12 5:28.35 21912 24635 audio 3 10:22.47 3:46.09 46547 16959 audio 4 14:08.56 7:18.00 63506 32850 audio 5 21:26.56 5:25.37 96356 24412 audio 6 26:52.18 8:26.47 120768 37997 audio 7 35:18.65 0:43.55 158765 3280 audio 8 36:02.45 6:29.70 162045 29245 audio 9 42:32.40 2:36.18 191290 11718 audio 10 45:08.58 7:51.11 203008 35336 audio 11 52:59.69 3:31.23 238344 15848 audio 12 56:31.17 2:24.54 254192 10854 audio 13 58:55.71 3:58.18 265046 17868 audio 14 62:54.14 2:18.42 282914 10392 audio 15 65:12.56 3:13.05 293306 14480 audio 16 68:25.61 4:21.62 307786 19637 audio 17 72:47.48 4:18.39 327423 19389 audio 170 77:06.12 - 346812 - - > #from above the number of tracks can be derived then read the tracks > > for n in 01 02 03 04 ... > do > dd if=/dev/acd0t$n of=track$n bs=2352 > done Ah ... I needed a new MAKEDEV script is seems ... these devices I didn't find .... > #burn copy using DAO mode to make (possibly) exact copy > > burncd -f /dev/acd0c -smax -d raw track* Ah cool ... I'll try and report !!! Thanks ! Andreas /// -- Andreas Klemm /\/\/\/\/\/\/\/\/\/\/\ http://www.64bits.de < Powered by FreeBSD > http://www.apsfilter.org/ \ www.FreeBSD.org / http://people.FreeBSD.ORG/~andreas \/\/\/\/\/\/\/\/\/\/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message