SkillAgentSearch skills...

Usermount

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

Install / Use

/learn @tom5760/Usermount
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

  • 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

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.

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated4mo ago
Forks15

Languages

C

Security Score

87/100

Audited on Nov 17, 2025

No findings