Am Freitag, 9. Juni 2006 10:12 schrieb ext Daevid Vincent: Another hint: > locutus mnt # cat /etc/udev/rules.d/local.rules > # This is for my Intelligent Stick USB Memory flash drive > BUS=="usb", SYSFS{serial}=="20031112223132-01", NAME="istick", > MODE="0666" > > locutus linux # cat /etc/fstab > # Intelligent Stick flash drive (UDEV) > /dev/istick /mnt/istick vfat defaults,noauto,user,umask=000 0 0 > > locutus linux # ll /dev/istick > crw-rw-rw- 1 root root 21, 1 Jun 9 00:32 /dev/istick The device has major number 21, and char device 21 is SCSI generic, not SCSI disk (which is block device 8, see below). This may come from not having KERNEL=="sd*" in your rule. > locutus linux # ll /dev/sda1 > brw-rw---- 1 root disk 8, 1 Jun 9 00:32 /dev/sda1 Bye... Dirk -- Dirk Heinrichs | Tel: +49 (0)162 234 3408 Configuration Manager | Fax: +49 (0)211 47068 111 Capgemini Deutschland | Mail: dirk.heinrichs@capgemini.com Hambornerstraße 55 | Web: http://www.capgemini.com D-40472 Düsseldorf | ICQ#: 110037733 GPG Public Key C2E467BB | Keyserver: www.keyserver.net