Hi
Ich hab folgende Fehlermeldungen:
Code: Alles auswählen
root@emma:~# cdrecord -scanbus
Cdrecord-Clone 2.01a19 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
cdrecord.mmap: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord.mmap: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord.mmap: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord.mmap: Also make sure that you have loaded the sg driver and the driver for
cdrecord.mmap: SCSI hardware, eg. ide-scsi if you run IDE/ATAPI drives over
cdrecord.mmap: ide-scsi emulation. For more information, install the cdrtools-doc
cdrecord.mmap: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .
root@emma:~#
mounten kann ich meine cd-Laufwerke, /dev/hdc auf /cdrom und /dev/hdd auf /cdrecord.
ausserdem habe ich festgestellt, dass ich das Modul ide-scsi nicht geladen habe.
--> also lud ich das Modul, und dann..
Code: Alles auswählen
root@emma:~# modprobe ide-scsi
root@emma:~# cdrecord -scanbus
Cdrecord-Clone 2.01a19 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-16101B ' 'TS0L' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
root@emma:~#
...wurde plötzlich was erkannt!
jetzt noch /etc/fstab richtig eintragen:
--> ACHTE AUF:
/dev/scd : NICHT /dev/hdd.
Und jetzt werde ichs mal probieren.
