From owner-freebsd-current Tue Oct 2 18:19: 6 2001 Delivered-To: freebsd-current@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id 413DD37B401; Tue, 2 Oct 2001 18:19:01 -0700 (PDT) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2:290:27ff:fe98:c0b7]) by white.imgsrc.co.jp (Postfix) with ESMTP id 6AECC24D22; Wed, 3 Oct 2001 10:18:59 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2:2d0:b7ff:fea0:d487]) by black.imgsrc.co.jp (Postfix) with ESMTP id 8D05AD1406; Wed, 3 Oct 2001 10:18:58 +0900 (JST) Date: Wed, 03 Oct 2001 10:18:57 +0900 Message-ID: <7m4rphr05a.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: Current Cc: sos@FreeBSD.org Subject: /dev/acd0t* and CD ripping User-Agent: Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 4) (Artificial Intelligence) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to rip CD via dd(1). Usual CDs can be ripped with: % cdcontrol -f /dev/acd0c info ... % dd if=/dev/acd0t1 of=track1.raw bs=2352 But track 4 of one CD (which is CD-EXTRA) failed. % cdcontrol -f /dev/acd0c info Starting track = 1, ending track = 5, TOC size = 50 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 3:28.37 0 15487 audio 2 3:28.37 3:14.23 15487 14423 audio 3 6:40.60 3:59.52 29910 17827 audio 4 10:38.37 6:48.10 47737 30460 audio 5 17:24.47 32:05.05 78197 144230 data 170 49:27.52 - 222427 - - % dd if=/dev/acd0t3 of=track03 bs=2352 17827+0 records in 17827+0 records out 41929104 bytes transferred in 27.383999 secs (1531153 bytes/sec) % dd if=/dev/acd0t4 of=track04 bs=2352 dd: /dev/acd0t4: Input/output error 25811+0 records in 25811+0 records out 60707472 bytes transferred in 37.653209 secs (1612279 bytes/sec) I don't know whether this is caused by CD-EXTRA data track after audio track #4 or not. Are there some hints to solve this problem? My CD-ROM drive is: acd0: CD-RW at ata1-master PIO4 and this is -current environment of 1st Oct. -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message