pmount-gui is a simple graphical frontend for pmount. It is geared towards minimal dependencies and only requires udev, pmount and gtk. When run, it presents the user with a list of mountable devices and allows selecting the one to mount. Default selection is the device which was connected to the system last, making it easy to quickly mount the USB memory stick you just plugged in. In addition, there are some command-line switches: -u Unmount a device instead of mounting. -v Increases verbosity. Useful if pmount-gui is misbehaving. -r Runs a command after mounting, for example a terminal emulator or a file manager. The command is run without arguments in the directory where the device was mounted. -h Displays a summary of options. Options can be passed to pmount by adding them after the special -- argument. Suggested usage pattern is to bind pmount-gui to a shortcut key in your window manager to provide quick access. pmount-gui was written by Mikko Rasa and is distributed under the BSD license. See the file LICENSE.txt for full license text.