usbmount icon indicating copy to clipboard operation
usbmount copied to clipboard

Simple set of scripts to automount removable devices for a Linux system

Results 23 usbmount issues
Sort by recently updated
recently updated
newest added

As a newbie it caused me significant confusion that I could not find the logs from usbmount. Adding this to the readme would have saved me days of pain!

I have created an executable in /etc/usbmount/mound.d that runs normally as well as when I manually call run-parts myself, however the script does not execute automatically when I plug in...

Some Git issues talk about usbmount version 0.0.24. I would like to have a Git tag for that version, so that I know I am building the same version on...

This series contains a bunch of fixes and cleanups to improve overall consistency and quality. As it's quite a huge changeset (touching pretty much every single line) it is thus...

https://github.com/rbrito/usbmount/blob/9a92e7d622662380f4329e0db17e263509715722/00_remove_model_symlink#L19 If I have multiple symlinks, this break statement only removes the first found.

This works well generally on testing with Ubuntu 18.04, but when starting an hdd cabinet of 5 drives, 2 failed to mount with "cannot acquire lock /var/run/usbmount/.mount.lock" errors.

Dears, I use your script for an automated display with possibility to update content from usb key. With normal usb key it work fine but if i use exFAT usb...

Does the script ignore usb drives that you may use to boot your device ? I am booting a raspberry pi using usb, but also have another mass storage connected....

Added a script in mount.d to create another symlink in /var/run/usbmount based on the label of the plugged filesystem, as provided by `e2label`. Remove symlinks script modified to clean *all*...