Cannot mount ThinkPad removable cdrom device under FreeBSD-5.4

Fabian Keil freebsd-listen at fabiankeil.de
Sun May 15 04:44:13 PDT 2005


Eirik Fossgård <eirik.fossgaard at cc.uit.no> wrote:

> I have an IBM removable cdrom device which I'm trying to use under 
> FreeBSD-5.4 RELEASE. I connect it on the USB ports on my ThinkPad X40,
> insert a cdrom (neil young) but I cannot mount it:
> 
> "mount -t cd9660 /dev/cd0 /mnt/cdrom" yields: 
> 
> cd9660: /dev/cd0: Device not configured.
> 
> A "dmesg" then yields:
> 
> umass0: GENERIC CDRCB04, rev 2.00/0.00, addr 2
> cd0 at umass-sim0 bus 0 target 0 lun 0
> cd0: <IBM CDRW/DVD UJDB753 1.00> Removable CD-ROM SCSI-0 device 
> cd0: 40.000MB/s transfers
> cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
> (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 0 10 0 0 1 0 
> (cd0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
> (cd0:umass-sim0:0:0:0): SCSI Status: Check Condition
> (cd0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:64,0
> (cd0:umass-sim0:0:0:0): Illegal mode for this track
> (cd0:umass-sim0:0:0:0): Unretryable error
> (cd0:umass-sim0:0:0:0): cddone: got error 0x6 back
> (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 0 10 0 0 1 0 
> (cd0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
> (cd0:umass-sim0:0:0:0): SCSI Status: Check Condition
> (cd0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:64,0
> (cd0:umass-sim0:0:0:0): Illegal mode for this track
> (cd0:umass-sim0:0:0:0): Unretryable error
> (cd0:umass-sim0:0:0:0): cddone: got error 0x6 back
> (cd0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 0 10 0 0 1 0 
> (cd0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
> (cd0:umass-sim0:0:0:0): SCSI Status: Check Condition
> (cd0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:64,0
> (cd0:umass-sim0:0:0:0): Illegal mode for this track
> (cd0:umass-sim0:0:0:0): Unretryable error
> (cd0:umass-sim0:0:0:0): cddone: got error 0x6 back
> 
> I have: 
> 
> device cd
> device pass
> device atapicam
> device atapicd
> device scbus
> device ata
> 
> compiled into my kernel. I'm stuck. Grateful for any help/hints 
> on what to try next.

What are you trying to do? Audio CDs can't be mounted, they have no
file system, just a toc and some subchannel data.

If you want to play music, you can use cdcontrol.

To copy the disc use cdda2wav and cdrecord.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

Fabian
-- 
http://www.fabiankeil.de/


More information about the freebsd-questions mailing list