On 2/5/06, Franta <[EMAIL PROTECTED]> wrote: > Yes, this is set. I'd assume, if my devices are managed by UDEV than all > of them are managed by UDEV. Aren't they? > > I've had a short look into 50-udev.rules. The only entries for USB are > these.
This is normal. The /dev/sd* devices are not USB specific, and will be created by the rule: KERNEL=="sd*", NAME="%k", GROUP="disk" Try running udevmonitor and inserting the device. It should show something like: UDEV [1139206632.118912] add@/block/sdb -Richard -- [email protected] mailing list

