Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 |
mount /dev/sda1 /mnt/usbstick |
Quellcode |
|
1 |
tail -F /var/log/messages |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Jul 27 10:52:02 linux scsi2 : SCSI emulation for USB Mass Storage devices Jul 27 10:52:02 linux usb-storage: device found at 5 Jul 27 10:52:02 linux usb-storage: waiting for device to settle before scanning Jul 27 10:52:07 linux Vendor: USB 2.0 Model: Flash Disk Rev: 1100 Jul 27 10:52:07 linux Type: Direct-Access ANSI SCSI revision: 00 Jul 27 10:52:07 linux SCSI device sdc: 1981440 512-byte hdwr sectors (1014 MB) Jul 27 10:52:07 linux sdc: Write Protect is off Jul 27 10:52:07 linux sdc: Mode Sense: 43 00 00 00 Jul 27 10:52:07 linux sdc: assuming drive cache: write through Jul 27 10:52:07 linux SCSI device sdc: 1981440 512-byte hdwr sectors (1014 MB) Jul 27 10:52:07 linux sdc: Write Protect is off Jul 27 10:52:07 linux sdc: Mode Sense: 43 00 00 00 Jul 27 10:52:07 linux sdc: assuming drive cache: write through Jul 27 10:52:07 linux [B]sdc: sdc1[/B] Jul 27 10:52:07 linux sd 2:0:0:0: Attached scsi removable disk sdc Jul 27 10:52:07 linux sd 2:0:0:0: Attached scsi generic sg1 type 0 Jul 27 10:52:07 linux usb-storage: device scan complete |
Quellcode |
|
1 2 3 4 5 6 |
Jul 27 10:52:27 linux 0:0:0:0: rejecting I/O to dead device Jul 27 10:52:27 linux FAT: Directory bread(block 488) failed Jul 27 10:52:27 linux 0:0:0:0: rejecting I/O to dead device Jul 27 10:52:27 linux FAT: Directory bread(block 489) failed Jul 27 10:52:27 linux 0:0:0:0: rejecting I/O to dead device Jul 27 10:52:27 linux FAT: Directory bread(block 490) failed |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
<fs> <mountpoint> <type> <opts> <dump/pass> NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. dev/hda5 / reiserfs noatime 1 1 dev/hda2 none swap sw 0 0 dev/hdc /mnt/dvdram auto noauto,ro,user,exec,utf8 0 0 dev/hdd /mnt/cdrw auto noauto,ro,user,exec,utf8 0 0 /dev/fd0 /mnt/floppy auto noauto,user,exec,umask=000,utf8 0 0 one /proc proc defaults 0 0 one /dev/shm tmpfs defaults 0 0 /dev/hda1 /mnt/vista vfat noatime,notail 0 0 dev/hda3 /home reiserfs noatime 0 0 dev/hda6 /home/testplatte reiserfs noatime 0 0 /dev/hdb1 /mnt/windaten vfat noatime,notail 0 0 USB-Festplatte dev/windows /mnt/externeplatte/windows vfat user,noauto,exec,sync,umask=000 0 0 dev/gentoo-home /mnt/externeplatte/gentoo-home reiserfs user,noauto,exec,sync 0 0 dev/suse-home /mnt/externeplatte/suse-home reiserfs user,noauto,exec,sync 0 0 dev/gentoo-laptop /mnt/externeplatte/gentoo-laptop reiserfs user,noauto,exec,sync 0 0 dev/musik /mnt/externeplatte/musik reiserfs user,noauto,exec,sync 0 0 dev/usbstick /mnt/usbstick vfat user,noauto,rw,noatime 0 0 dev/kamera /mnt/kamera vfat user,noauto,rw,noatime 0 0 sbfs /proc/bus/usb usbfs noauto CardReader dev/ms /mnt/cardreader/ms auto noauto,rw,user,noatime 0 0 dev/cf /mnt/cardreader/cf auto noauto,rw,user,noatime 0 0 dev/sm /mnt/cardreader/sm auto noauto,rw,user,noatime 0 0 dev/sd /mnt/cardreader/sd-mmc auto noauto,rw,user,noatime 0 0 |
Quellcode |
|
1 |
/dev/usbstick /mnt/usbstick auto user,exec,noauto,rw,gid=100,umask=0002 0 0 |
Quellcode |
|
1 2 3 4 5 6 7 8 |
USB-Festplatte /dev/windows /mnt/externeplatte/windows vfat user,noauto,exec,sync,umask=000 0 0 /dev/gentoo-home /mnt/externeplatte/gentoo-home reiserfs user,noauto,exec,sync 0 0 /dev/suse-home /mnt/externeplatte/suse-home reiserfs user,noauto,exec,sync 0 0 /dev/gentoo-laptop /mnt/externeplatte/gentoo-laptop reiserfs user,noauto,exec,sync 0 0 /dev/musik /mnt/externeplatte/musik reiserfs user,noauto,exec,sync 0 0 /dev/usbstick /home/predpray/usbstick auto user,noauto,noatime,exec,rw,gid=100,umask=0002 0 0 /dev/kamera /mnt/kamera vfat user,noauto,rw,noatime 0 0 |
Quellcode |
|
1 2 3 |
predpray@linux ~ $ mount usbstick mount: Gerätedatei /dev/usbstick existiert nicht predpray@linux ~ $ |
Quellcode |
|
1 2 3 4 |
USB-STICK BUS=="scsi", KERNEL=="sd?1", SYSFS{model}="FLASH DISK", SYMLINK="usbstick", GROUP="disk" BUS=="scsi", KERNEL=="sd?1", SYSFS{serial}="AA04012700007664", SYMLINK="usbstick", GROUP="disk" BUS=="scsi", KERNEL=="sd?1", SYSFS{model}="DSC Camera", SYMLINK="kamera", GROUP="disk" |
Quellcode |
|
1 2 3 4 5 6 7 |
linux predpray # lsusb Bus 003 Device 003: ID 1019:0c55 Bus 003 Device 002: ID 046d:c00b Logitech, Inc. MouseMan Wheel Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 004: ID 090c:1000 Feiya Technology Corp. Memory Bar Bus 001 Device 001: ID 0000:0000 |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Bus 001 Device 004: ID 090c:1000 Feiya Technology Corp. Memory Bar Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 64 idVendor 0x090c Feiya Technology Corp. idProduct 0x1000 Memory Bar bcdDevice 11.00 iManufacturer 1 USB 2.0 iProduct 2 Flash Disk iSerial 3 AA04012700007664 bNumConfigurations 1 Configuration Descriptor: |
Quellcode |
|
1 2 3 4 |
USB-STICK BUS=="scsi", KERNEL=="sd?1", SYSFS{model}="SLIM", SYMLINK="usbstick", GROUP="disk" BUS=="scsi", KERNEL=="sd?1", SYSFS{model}="FLASH DISK", SYMLINK="usbstick", GROUP="disk" BUS=="scsi", KERNEL=="sd?1", SYSFS{model}="DSC Camera", SYMLINK="kamera", GROUP="disk" |
Quellcode |
|
1 |
BUS=="scsi", KERNEL=="sd?1", SYSFS{iSerial}="AA04012700007664", SYMLINK="usbstick", GROUP="disk" |
Quellcode |
|
1 |
BUS=="USB", KERNEL=="sd?1", SYSFS{iSerial}="AA04012700007664", SYMLINK="usbstick", GROUP="disk" |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Poedel« (27.07.2007, 16:07)
Zitat
Original von Wernieman
Ist der hald wiklich gestartet beim booten? genau das will er im Moment nicht bei mir ...
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Poedel« (28.07.2007, 10:01)
Quellcode |
|
1 |
Datei /mnt/kamera/Documents/rechnungen_ausgang/Re2007/Medienservice/ReXXX-2007_Armin.xls kann nicht gelöscht werden. |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »predpray« (28.07.2007, 21:36)
Quellcode |
|
1 |
BUS=="usb", KERNEL=="sd?1", SYSFS{idProduct}=="6540", NAME="ToshibaStick2GB" |
Quellcode |
|
1 |
BUS=="scsi", KERNEL=="sd?1", SYSFS{iSerial}="AA04012700007664", SYMLINK="usbstick", GROUP="disk" |
Quellcode |
|
1 |
BUS=="usb", KERNEL=="sd?1", SYSFS{iSerial}=="AA04012700007664", NAME="usbstick" |
Quellcode |
|
1 |
, SYMLINK="usbstick", GROUP="disk" |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 |
USB-Platte BUS=="scsi", KERNEL=="sd?5", SYSFS{model}=="L250R0", NAME="windows" BUS=="scsi", KERNEL=="sd?6", SYSFS{model}=="L250R0", NAME="gentoo-home" BUS=="scsi", KERNEL=="sd?7", SYSFS{model}=="L250R0", NAME="suse-home" BUS=="scsi", KERNEL=="sd?8", SYSFS{model}=="L250R0", NAME="gentoo-laptop" BUS=="scsi", KERNEL=="sd?9", SYSFS{model}=="L250R0", NAME="musik" USB-STICK BUS=="usb", KERNEL=="sd?1", SYSFS{model}=="SLIM", NAME="usbstick" BUS=="usb", KERNEL=="sd?1", SYSFS{model}=="DSC Camera", NAME="kamera" BUS=="usb", KERNEL=="sd?1", SYSFS{iSerial}=="AA04012700007664", NAME="usbstick" |
Quellcode |
|
1 2 3 4 5 6 7 8 |
USB-Festplatte /dev/windows /mnt/externeplatte/windows vfat user,noauto,exec,sync,umask=000 0 0 /dev/gentoo-home /mnt/externeplatte/gentoo-home reiserfs user,noauto,exec,sync 0 0 /dev/suse-home /mnt/externeplatte/suse-home reiserfs user,noauto,exec,sync 0 0 /dev/gentoo-laptop /mnt/externeplatte/gentoo-laptop reiserfs user,noauto,exec,sync 0 0 /dev/musik /mnt/externeplatte/musik reiserfs user,noauto,exec,sync 0 0 /dev/usbstick /mnt/usbstick vfat user,noauto,rw,noatime 0 0 /dev/kamera /mnt/kamera vfat user,noauto,rw,noatime 0 0 |
Zitat
Original von Poedel
jetzt kommt noch das, was ich mit der Syntax meinte, deine Regeln sind nämlich syntaktisch verkehrt aufgebaut.
Zwei == sind eine Abfrage und ein = ist dann die Zuweisung.
Quellcode |
|
1 2 3 4 5 6 7 8 |
# USB-Festplatte /dev/windows /mnt/externeplatte/windows vfat user,noauto,exec,sync,umask=000 0 0 /dev/gentoo-home /mnt/externeplatte/gentoo-home reiserfs user,noauto,exec,sync 0 0 /dev/suse-home /mnt/externeplatte/suse-home reiserfs user,noauto,exec,sync 0 0 /dev/gentoo-laptop /mnt/externeplatte/gentoo-laptop reiserfs user,noauto,exec,sync 0 0 /dev/musik /mnt/externeplatte/musik reiserfs user,noauto,exec,sync 0 0 /dev/usbstick /mnt/usbstick vfat user,noauto,exec,sync,umask=000 0 0 /dev/kamera /mnt/kamera auto user,noauto,rw,noatime 0 0 |
Quellcode |
|
1 |
#mount /dev/sdb1 /mnt/kamera (usbstick) |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »predpray« (29.07.2007, 10:40)