As I shift to UDEV, it is helpful to know how to get information about a particular device in order to set up a UDEV rule. Here's how to get that information:
udevinfo -a -p `udevinfo -q path -n /dev/sda1`
And here is the command to reload the rules:
udevcontrol reload_rules