Corcovado
13.04.05, 18:06
Hallo, ich habe nachdem ich fuer mein Debian Sarge einen 2.6.8 Kernel kompilierte nun immer nur diese Meldung, wenn ich versuche eine CD zu mounten. Der Rechner (ein alter Pentium 2 mit 2 SCSI Platten) besitzt zwei Laufwerke:
ein CD-ROM Samsung SC-152L (52x) und
einen CD-ROM-Brenner Yamaha CRW4416S (4x4x16) SCSI
fstab:
/dev/hdc /mnt/cdrom0 iso9660 ro,user,noauto 0 0
/dev/scd0 /mnt/cdrom1 iso9660 ro,user,noauto 0 0
lsmod
user@Zebulon / $ lsmod | grep ide_cd
ide_cd 38368 0
cdrom 37756 2 sr_mod,ide_cd
Der Kernel wurde wie folgt konfiguriert:
Device Drivers -> ATA/ATAPI/MFM/RLL support
<*> ATA/ATAPI/MFM/RLL support
<*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
--- Please see Documentation/ide.txt for help/info on IDE drives
[ ] Support for SATA (deprecated; conflicts with libata SATA driver)
[ ] Use old disk-only driver on primary interface
<*> Include IDE/ATA-2 DISK support
[ ] Use multi-mode by default
<M> Include IDE/ATAPI CDROM support
< > Include IDE/ATAPI TAPE support (EXPERIMENTAL)
< > Include IDE/ATAPI FLOPPY support
< > SCSI emulation support
[ ] IDE Taskfile Access
IDE Taskfile IO (EXPERIMENTAL)
--- IDE chipset support/bugfixes
< > generic/default IDE chipset support
[ ] CMD640 chipset bugfix/support
< > PNP EIDE support
[ ] PCI IDE chipset support
[ ] Other IDE chipset support
File Systems -> CD-ROM/DVD File Systems
<M> ISO 9660 CDROM file system support
Microsoft Joliet CDROM extensions
Transparent decompression extension
<M> UDF file system support
Mein Vorgehn:
user@Zebulon / $ eject -r
user@Zebulon / $ eject -t
// bewirkt dass cdrom (dev/scd0) heraus/eingefahren wird
user@Zebulon / $ mount cdrom
mount: special device /dev/hdc does not exist
// sollte cdrom dann nicht eigentlich scd0 sein, wenn eject auch dieses per default rausfaehrt?
user@Zebulon / $ mount /dev/scd0
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
// Super, wenn er ne CD drin hat kommt der schmarrn hier?!
user@Zebulon / $ eject /dev/hdc
eject: unable to find or open device for: `/dev/hdc'
// warum? - steht doch in der fstab drin, naja dann leg ich halt von Hand ne CD ein...
user@Zebulon / $ mount /dev/hdc
mount: special device /dev/hdc does not exist
// special device - ja super! vor lauter Mission Impossible die CD nich mehr finden?! Da is definitv eine drin - was nun ?
Wie bringe ich meine Laufwerke/Brenner wieder zum laufen, wo liegt mein Fehler?
ein CD-ROM Samsung SC-152L (52x) und
einen CD-ROM-Brenner Yamaha CRW4416S (4x4x16) SCSI
fstab:
/dev/hdc /mnt/cdrom0 iso9660 ro,user,noauto 0 0
/dev/scd0 /mnt/cdrom1 iso9660 ro,user,noauto 0 0
lsmod
user@Zebulon / $ lsmod | grep ide_cd
ide_cd 38368 0
cdrom 37756 2 sr_mod,ide_cd
Der Kernel wurde wie folgt konfiguriert:
Device Drivers -> ATA/ATAPI/MFM/RLL support
<*> ATA/ATAPI/MFM/RLL support
<*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support
--- Please see Documentation/ide.txt for help/info on IDE drives
[ ] Support for SATA (deprecated; conflicts with libata SATA driver)
[ ] Use old disk-only driver on primary interface
<*> Include IDE/ATA-2 DISK support
[ ] Use multi-mode by default
<M> Include IDE/ATAPI CDROM support
< > Include IDE/ATAPI TAPE support (EXPERIMENTAL)
< > Include IDE/ATAPI FLOPPY support
< > SCSI emulation support
[ ] IDE Taskfile Access
IDE Taskfile IO (EXPERIMENTAL)
--- IDE chipset support/bugfixes
< > generic/default IDE chipset support
[ ] CMD640 chipset bugfix/support
< > PNP EIDE support
[ ] PCI IDE chipset support
[ ] Other IDE chipset support
File Systems -> CD-ROM/DVD File Systems
<M> ISO 9660 CDROM file system support
Microsoft Joliet CDROM extensions
Transparent decompression extension
<M> UDF file system support
Mein Vorgehn:
user@Zebulon / $ eject -r
user@Zebulon / $ eject -t
// bewirkt dass cdrom (dev/scd0) heraus/eingefahren wird
user@Zebulon / $ mount cdrom
mount: special device /dev/hdc does not exist
// sollte cdrom dann nicht eigentlich scd0 sein, wenn eject auch dieses per default rausfaehrt?
user@Zebulon / $ mount /dev/scd0
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
// Super, wenn er ne CD drin hat kommt der schmarrn hier?!
user@Zebulon / $ eject /dev/hdc
eject: unable to find or open device for: `/dev/hdc'
// warum? - steht doch in der fstab drin, naja dann leg ich halt von Hand ne CD ein...
user@Zebulon / $ mount /dev/hdc
mount: special device /dev/hdc does not exist
// special device - ja super! vor lauter Mission Impossible die CD nich mehr finden?! Da is definitv eine drin - was nun ?
Wie bringe ich meine Laufwerke/Brenner wieder zum laufen, wo liegt mein Fehler?