I gave my big (250G) USB backup disk a label "backup2", and added this line to /etc/fstab:
LABEL=backup2 /media/usbdisk ext3 noauto,user,owner,pamconsole 0 0
Now it does not matter which USB it is plugged into, or even whether it is turned on or not, it is possible to mount and unmount that disk to the same place each time.
I appreciate this will get overwritten next time the template is expanded, when changing the quota settings for example, but I can add a custom template to handle it. What I still don't understand is how other people get away with using backup2, to USB drives, without having to touch the fstab file, and without having to manually mess about mounting drives. Am I missing something?
Next thing to work out how to do: powering down the USB drive when it is unmounted, or at least spining it up/down from the backup2 script. That way I can leave it plugged in all the time, without it using too much power and wearing out, and being noisy.
-- JJ