habe ein Problem mit meinem Brennerlaufwerk an /dev/hdd (slave). Benutze ein frisch aufgesetztes Sarge mit Kernel 2.6.8-2-k7.
Code: Alles auswählen
mount -t iso9660 /dev/hdd /media/cdrom1/
mount: block device /dev/hdd is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/hdd,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Code: Alles auswählen
localhost kernel: ide-cd: cmd 0x28 timed out
localhost kernel: hdd: DMA timeout retry
localhost kernel: hdd: timeout waiting for DMA
localhost kernel: hdd: status error: status=0x58 { DriveReady SeekComplete DataRequest }
localhost kernel: hdd: status error: error=0x00
localhost kernel: hdd: drive not ready for command
localhost kernel: hdd: status error: status=0x58 { DriveReady SeekComplete DataRequest }
localhost kernel: hdd: status error: error=0x00
localhost kernel: hdd: drive not ready for command
localhost kernel: hdd: command error: status=0x51 { DriveReady SeekComplete Error }
localhost kernel: hdd: command error: error=0x54
localhost kernel: end_request: I/O error, dev hdd, sector 18446744073707530552
localhost kernel: isofs_fill_super: bread failed, dev=hdd, iso_blknum=16, block=16
Code: Alles auswählen
/dev/hdd:
Model=CD-W54E, FwRev=1.1B, SerialNo=
Config={ Fixed Removeable DTR<=5Mbs DTR>10Mbs nonMagnetic }
RawCHS=0/0/0, TrkSize=0, SectSize=0, ECCbytes=0
BuffType=unknown, BuffSize=0kB, MaxMultSect=0
(maybe): CurCHS=0/0/0, CurSects=0, LBA=yes, LBAsects=0
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: sdma0 sdma1 sdma2 mdma0 mdma1 *mdma2
AdvancedPM=no
* signifies the current active mode
brw-rw---- 1 root cdrom 22, 0 2005-02-26 07:38 /dev/hdc
brw-rw---- 1 root cdrom 22, 64 2005-02-26 07:38 /dev/hdd
bei dem DVD Laufwerk an hdc klappt alles mit derselben CD wunderbar.
Blaubaer