by Calum » Fri Mar 18, 2005 1:55 pm
usb devices such as cameras, memory sticks and portable hard drives often use the "usb mass storage" driver. in nice simple systems like slackware it doesn't do any fancy automounting malarkey and what you need to do is put "/sbin/modprobe usb-storage" in your startup scripts (/etc/rc.modules in slack i think) to make sure the driver gets loaded at boot time , then you can mount the usb device as normal. the only thing is trying to figure out what the device name is, i tend to go and use google to find out what other people use in their fstab to mount a device with a particular model number (camera, zip drive et cetera) and use their device name.
that's my understanding of it, quite limited really, but it's a;ll i have ever needed. in things like red hat, mandrake and suse, it tends to have some sort of automounting deal going on, but i like to use what i know since those things seem to me to use different methods of doing this and different mount points and so on. if i know i want it mounted on /mnt/camera then that's where i will golly gosh darn make sure it mounts at.
thank you and good night.