- Author: Tom Wambold [email protected]
- Copyright (c) 2014 Tom Wambold
usermount
is a small C program that interacts with UDisks2 via D-Bus to
automount removable devices as a normal user.
-
udisks2 - Tested with version 2.1.2
- http://www.freedesktop.org/wiki/Software/udisks
- Arch Linux Package: udisks2
-
(OPTIONAL) libnotify - Tested with version 0.7.6
- http://library.gnome.org/devel/notification-spec/
- Arch Linux Package: libnotify
Just type make
.
If you wish to disable notifications, edit the Makefile to comment the marked lines.
Currently, usermount
takes no arguments, so just run usermount
.