I have a couple of identical external USB drives that I would like udev to create symlinks to upon connect. However, the only static hardware descriptor that seems to differentiate between the different drives is the 'iSerial' that is output from lsusb. None of the attributes output by 'udevadm info --attribute-walk' seem to help (ATTRS{serial}=="0000:02:07.2" looks like a USB access path).
How can I 'access' this attribute via udev (for making a symlink rule)?
Thanks in advance!
-Ryan

