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 <TOSHIBA DVD-ROM SD-R1002> at ata1-master PIO4 and this is -current environment of 1st Oct. -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message