I have a Fuji digital camera, and I would like to automount it as soon as I plug the USB.
Is it possible ?
Logs entry when I plug USB
Feb 19 13:44:56 backup kernel: hub.c: new USB device 00:1d.2-1, assigned address 3
Feb 19 13:44:59 backup usb.agent[14053]: missing kernel or user mode driver usb-storage
Feb 19 13:44:59 backup kernel: SCSI device sda: 32000 512-byte hdwr sectors (16 MB)
Feb 19 13:44:59 backup kernel: usb-uhci.c: interrupt, status 3, frame# 2040
Feb 19 13:44:59 backup kernel: sda: Write Protect is off
Feb 19 13:44:59 backup kernel: sda: sda1
Feb 19 13:45:01 backup devlabel: devlabel service started/restarted
Manually mount the partition : mount /dev/sda1 /mass -> Ok mount -> /dev/sda1 on /mass type vfat (rw)
Did somebody already do this ? Thanks