Matt Burgess wrote: > On Tue, 2012-11-27 at 18:42 +0000, Matt Burgess wrote: >> On Tue, 2012-11-27 at 18:13 +0800, xinglp wrote: >>> The Udev-196 only create "/dev/disk/by-path". >> >> Confirmed. I'll take a look. > > Well, 2 hours later and I'm stumped. I've run 'udevadm --debug > test /sys/block/sda > /root/udevadm-test.lst 2>&1' on both 195 and 196 > versions of udev, and can't see anything obviously different between the > 2. I guess this one is either over to Bryan or off to the systemd > lists. I checked their archives and can't see anything related to this > issue.
I'll put it on my TODO list, but they should be created from 60-persistent-storage.rules: ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}" ENV{DEVTYPE}=="partition", ENV{ID_WWN_WITH_EXTENSION}=="?*", SYMLINK+="disk/by-id/wwn-$env{ID_WWN_WITH_EXTENSION}-part%n" ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}" -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page