I'm attempting to make the device permissions on a hard drive(/dev/sdb) persistent for a particular group in RHEL5. Can anyone point me to to a proper KERNEL line in /etc/udev/rules that would work that attempts the following?
KERNEL=="sdb", NAME="%k", GROUP="group", MODE="666", OPTIONS="last_rule"