tom5760 / usermount

A simple C program to automatically mount removable drives using UDisks2 and D-Bus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usermount - Simple C Automounter

Purpose

usermount is a small C program that interacts with UDisks2 via D-Bus to automount removable devices as a normal user.

Dependencies

Compiling

Just type make.

If you wish to disable notifications, edit the Makefile to comment the marked lines.

Running

Currently, usermount takes no arguments, so just run usermount.

About

A simple C program to automatically mount removable drives using UDisks2 and D-Bus.

License:MIT License


Languages

Language:C 92.4%Language:Makefile 7.6%