On Fri, 2004-04-16 at 01:29, Edward Hooper wrote: > I'm trying to put work on a script in /etc/hotplug/usb that will > automaticly change the permissions and ownership of the device (copied > from /etc/hotplug/usb/usbcam) and then mount it, but I don't know how to > set up usb.distmap, usb.handmap, and usb.usermap in /etc/hotplug to > recognize the Cruzer. I can figure out what idVendor and idProduct are > (0x0781 and 0x8888) but I don't know where match_flags comes from. Take a look at /etc/security/console.perms. You should be able to add the /dev/ entry and the /mnt entry there. Forrest