> daid@titan ~ % cat /etc/udev/rules.d/10-local.rules > # external USB, Seagate FreeAgent GO aka cyclops > SUBSYSTEMS=="usb", DRIVERS=="usb", ATTRS{serial}==" > 5LZ2XQJ5", SYMLINK+="cyclops" ACTION=="add", > RUN+="/etc/udev/scripts/mount_cyclops.sh"
Sorry, but make sure that the one entry (begins with SUBSYSTEMS) is on *only one line* since that is a general requirement for a udev rule format (but some email programs may auto-indent or mis-represent the single line, but this is a necessary detail, just like makefiles don't paste well from html either due to whitespace issues). ~daid.