automounting firewire drive. I've a firewire drive on a multiuser system that needs to be accessible to all. I've reformatted it as ext3 so it file permissioning is supported. The only problem is that the drive has to be remounted whenever a new person logs in. I've been following the instructions here:
http://www.rimboy.com/firewire. I'm stuck, though, at finding out where in debian to stick the script mentioned on this page that will scan for scsi devices on boot. Some reading round the debian policy manual has lead me to believe I need to create a init.d script then add a symbolic link from /etc/rcS.d. Am I right? Before I frag someone else's computer (again).