How do you specify static mount points for removable usb drives?
/dev/disk/by-path
will contain consistent names that will map to specific USB ports (at least they do on my box).
Also check out /dev/disk/by-id
and /dev/disk/by-uuid
for ways to access specific devices regardless of which path is used to access them.