I have an eSATA drive cradle hooked up to an Ubuntu 8.10 system. I want to write a udev rule such that any drive plugged into the cradle will have the same device name (it boots as /dev/sdb) and preferably the same /dev/sg* device as well. Hot-swap is working at the moment, but if I unplug one drive and plug in another, it gets a new devname (/dev/sde) and a different /dev/sg device.
Any suggestions?

