On Mon, Sep 10, 2012 at 10:03 PM, Walter Dnes <[email protected]> wrote: > Every time that a USB device is inserted or removed, an > "event" is triggered by the kernel. What's required is an "event > handler" that reacts appropriately to those events. This is usually > udev, but mdev will also work. I've replaced udev with mdev on my > machine ( see https://wiki.gentoo.org/wiki/Mdev ) and I've implemented > USB automounting under mdev, using scripts. It works even in text > console mode. See https://wiki.gentoo.org/wiki/Mdev/Automount_USB
Walter, Thank you. What I'm hearing is: 1. There are many ways to get USB automount 2. One way is to install udev and fabricate the correct scripting to cause the automount to take place 3. By some magic a GUI system such as GNOME, XFCE, TWM, etc will recognize when (2) happens and show an icon on the desktop [I'm talking somewhat tongue in cheek WRT TWM] If this is correct, I'd like to know: a) what is the scripting I need to fabricate to get (2) to work correctly. b) what is the magic by which (3) happens. Thank you, Chris

