Am Freitag, 9. Juni 2006 10:12 schrieb ext Daevid Vincent:
> Can someone tell me what I am doing wrong?
>
> 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"
BUS=="scsi" and I would also use SYMLINK="istick%n" instead of NAME. I'd
also guess that the SYSFS{serial} is not the one of the stick, but four
your USB hub.
> 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
This is a character device.
> So, why doesn't my /dev/istick work?
> I assume it has to do with that 'b' on /dev/sda1 and the 'c' on
> /dev/istick
Yes.
You should also read http://www.reactivated.net/writing_udev_rules.html.
HTH...
Dirk
--
Dirk Heinrichs | Tel: +49 (0)162 234 3408
Configuration Manager | Fax: +49 (0)211 47068 111
Capgemini Deutschland | Mail: [EMAIL PROTECTED]
Hambornerstraße 55 | Web: http://www.capgemini.com
D-40472 Düsseldorf | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net
pgpEcBuaBp38B.pgp
Description: PGP signature

