Date: Mon, 20 Jan 2003 07:25:24 +0100 From: Andreas Klemm <andreas@klemm.apsfilter.org> 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> In-Reply-To: <200301181213.h0ICDCA8078729@spider.deepcore.dk> References: <20030118105221.GA18392@titan.klemm.apsfilter.org> <200301181213.h0ICDCA8078729@spider.deepcore.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030120062524.GA80541>
