Now that I am using XMonad I find that my USB devices no longer automount when I plug them into my computer. How do I get them to automount again just like they did when I was using gnome?

link|improve this question
feedback

2 Answers

I'd recommend one of the udisks-based solutions. uam seems to do the job without too much configuration. udisks-glue is also decent for scripting.

This is just simple tool for mounting pendrives and alikes when inserted -- something like ivman or functionality integrated in KDE/GNOME.

udiskie is a simple daemon that uses udisks to automatically mount removable storage devices.

link|improve this answer
Your option is a good one but I marked mine as the answer because it was simpler. (It was a one liner) Yours is probably better memory wise though, probably a little less top heavy. I still gave you an upvote. – Robert Massaioli May 4 '11 at 23:07
feedback
up vote 1 down vote accepted

The way that I have solved that problem is to use nautilus running the the background to continue to manage that for me. You can do that like so:

nautilus --no-desktop -n &

If you happen to start XMonad using a custom .xsession file then that would be the perfect place to put that line. Make sure you put it before the 'exec xmonad' command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.