I using sys-fs/udev-124-r1, but in /etc/udev/rules.d/60-persistent-storage.rules no have rules for memory stick card. Something like this: KERNEL=="mspblk[0-9]", SUBSYSTEMS=="memstick", ATTRS{name}=="?*", ATTRS{serial}=="?*", ENV{ID_NAME}="$attr{name}", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}" KERNEL=="mspblk[0-9]p[0-9]", ENV{ID_NAME}=="?*", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/memstick-$env{ID_NAME}_$env{ID_SERIAL}-part%n" Thanks. Reproducible: Always
Created attachment 177470 [details] posible rules add /etc/udev/rules.d/60-persistent-storage.rules
Created attachment 177572 [details] the diff The diff.
The redhat maintainer (Harald Hoyer) already submitted this to udev upstream and the rules are already contained in udev-134 and newer (especially udev-135-r3 that is a stable candidate).
If udev-135-r3 is a stable candidate them this bug is FIXED. Thanks a lot (^_^)/