ich hab ein Lite-On LTR-52327S in so nem externen Laufwerk-Case per USB angeschlossen. Jetzt wollte ich das Ding in mein Sarge/2.6.8 (selber kompilierter Kernel) mounten.
In der fstab hab ich folgendes stehen:
/dev/sdc1 /mnt/usbdrive auto user,noauto 0 2
Nur mein Computer meint immer das folgende:
Code: Alles auswählen
drops mnt # mount /mnt/usbdrive/
mount: special device /dev/sdc1 does not exist
drops mnt # cdrecord -scanbus
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <cdrtools@packages.debian.org>.
The original author should not be bothered with problems of this version.
cdrecord: Warning: Running on Linux-2.6.8-x31v8
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-52327S ' 'QS54' 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) *
drops mnt # tail /var/log/messages
Mar 28 01:12:13 localhost kernel: Initializing USB Mass Storage driver...
Mar 28 01:12:13 localhost kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Mar 28 01:12:13 localhost kernel: Vendor: LITE-ON Model: LTR-52327S Rev: QS54
Mar 28 01:12:13 localhost kernel: Type: CD-ROM ANSI SCSI revision: 02
Mar 28 01:12:13 localhost usb.agent[9154]: usb-storage: loaded successfully
Mar 28 01:12:13 localhost scsi.agent[9217]: sr_mod: can't be loaded (for cdrom)
Mar 28 01:12:13 localhost kernel: usbcore: registered new driver usb-storage
Mar 28 01:12:13 localhost kernel: USB Mass Storage support registered.
Mar 28 01:12:13 localhost scsi.agent[9217]: sg: loaded sucessfully (for cdrom)
Mar 28 01:12:13 localhost kernel: Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 5
Kann es sein, dass ich das sr_mod Modul brauche um so ein Laufwerk mounten zu koennen (er meinte da was..)?
Ich habe den Eintrag in der fstab so im Netz gelesen, sollte ich nicht besser statt auto iso9660 mounten?
Wie bekomm ich das Ding gemountet?