On 2/4/06, Francesco Talamona <[EMAIL PROTECTED]> wrote:
>     Name change: '/dev/sdd' -> '/dev/sdd'
>     Name change: '/dev/sdd1' -> '/dev/sdd1'
> Fatal: open /dev/sdd: No such file or directory
>
> sdd{,1,2} belong to a removable device and are listed
> in /proc/partitions but remapped to /dev/mobile%n
> via /etc/udev/rules.d/10-local.rules;

I've generally found it easier to keep the /dev/sd* names and just
SYMLINK the names I want.  Example:

BUS=="usb", KERNEL=="sd[a-z][0-9]", SYSFS{product}=="Flash Disk",
NAME="%k", SYMLINK="usbkey%n"

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to