On Thu, Dec 22, 2005 at 11:59:20AM +0200, Efraim Yawitz wrote: > Hi, > > I've just been looking around the web for instructions on how to set up > hotplug to mount and unmount my digital camera, but I don't find anything > that looks standard and simple. I have nothing against copying some > script some guy wrote, but I would prefer if someone could point me to the > standard instructions on how to do this; the man page is a bit too sparse > for me to feel confident in writing scripts to put under /etc/hotplug. > > Thanks, > > Ephraim > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > Hi, If you do not mean automatic mount/unmount, it's just the matter of having a mount point (/usbkey, in my case), of having it registered in /etc/fstab (/dev/sda1 /usbkey auto user,noauto 0 0 in my case) and of issuing the commands mount/umount /usbkey.
I am using debian with kernel 2.4. If I remember corectly, usb devices used to be a headache with kernel 2.2, but this is no longer the case. Cheers, Avraham ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
