Disk mounter

Phillip Neumann pneumann at gmail.com
Thu Mar 30 02:43:49 UTC 2006


El mar, 28-03-2006 a las 13:19 -0800, Jono Juggler escribió:
> I am trying to get my usb thumbdrive to automount to the desktop in
> GNOME. I'm using a thinkpad with FreeBSD6. I cant get usbd to mount
> it,
> but I can do it in fstab and the command line. So I thought I would
> add
> the disk mounter applet to my panel. When I added it, nothing
> happened.
> Do I need to compile something special to install that applet? 


Hey Jono.

if you enable this ugly script, it will automount usb mass drives, and
let nautilus display them...


you will probably need to change the username to yours, and add 

attach 0 {
        device-name "umass[0-9]+";
        action "/Path/to/your/Monta_USB.sh $device-name";
};

to /etc/devd.conf

good luck!.








More information about the freebsd-gnome mailing list