Mehr als 2 SCSI-CDROM-Laufwerke ansprechen

Supportdatenbank (sw_cdrom_3devices)
Bezieht sich auf

SuSE Linux: Versionen ab 5.2

Symptom:

Linux kann nicht mehr als 2 SCSI-CDROM-Laufwerke ansprechen.

Ursache:

Auf der SuSE Linux Distribution werden standardmäßig lediglich 2 Gerätedateien für SCSI CD-Roms bei der Installation angelegt. Es werden jedoch von Linux bis zu 16 CDROM-Laufwerke einschließlich CD-Wechsler unterstützt.

Lösung:

Es müssen noch weitere Gerätedateien von Hand angelegt werden.

Hier ein Auszug aus der Datei /usr/share/doc/howto/CDROM-HOWTO.gz


  4.3.12.  SCSI Driver
         
         Principal author: David Giller
    Multi-session support: yes (depending on drive)
   Multiple drive support: yes
  Loadable module support: yes
     Reading audio frames: no 
             Auto-probing: yes
              Device file: /dev/scd0, major 11
       Configuration file: cdrom.h
     Kernel config option: SCSI CDROM support?
              README file: none

  There are kernel command line option specific to each type of SCSI
  controller. See the SCSI HOWTO for more information.

  Multiple drives are supported (up to the limit of the maximum number 
  of devices on the SCSI bus). Create device files with major number 11
  and minor numbers starting at zero:

       # mknod /dev/scd0 b 11 0
       # mknod /dev/scd1 b 11 1

  While the kernel driver itself does not support reading digital audio
  frames, some SCSI drives have the capability and will work with the
  cdda2wav program (which uses the generic SCSI kernel interface).

Loggen Sie sich also als Benutzer root ein und geben folgende Befehle ein:
mknod /dev/scd2 b 11 2
mknod /dev/scd3 b 11 3
mknod /dev/scd4 b 11 4
mknod /dev/scd5 b 11 5
mknod /dev/scd6 b 11 6
mknod /dev/scd7 b 11 7
mknod /dev/scd8 b 11 8
Jetzt können 9 CDROM-Laufwerke angesprochen werden. Bis zu 16 sind möglich, bei entsprechend weiteren Einträgen.


Stichwörter: SCSI, CDROM, DEVICES, MKNOD, DEV, SCD, CD, SERVER

SDB-sw_cdrom_3devices, Copyright SuSE Linux AG, Nürnberg, Germany - Version: 18. Jun 1998
SuSE Linux AG - Zuletzt generiert: 15. Mai 2002 von sw (sdb_gen 1.40.0)