On Mon, Sep 10, 2012 at 03:56:20PM -0700, Chris Stankevitz wrote

> Also, ideally after I know about it I'd like to be able to
> "understand" and derive on my own the answer to this question:
> "is it possible for TWM to recognize when I plug in a USB thumbdrive
> and display it for me to use."

  A GUI is not necessary.  TWM by itself is not only not enough, it's
not relevant.  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

  My approach may not be appropriate for a Gentoo newbie.  In GNOME/KDE
etc, automounting is one of a ton of extra goodies in "the kitchen sink"
and it "just works".  My approach requires doing some manual setting up
before it works.  However, if you want an idea of the mechanics involved
my USB automount page provides the background... because I had to ask a
question similar to yours, and spend a few weeks searching for answers
on the web.  It helps that I'm retired, and have the necessary time.

-- 
Walter Dnes <waltd...@waltdnes.org>
I don't run "desktop environments"; I run useful applications

Reply via email to