8000 GitHub - llessa/usb-automount: Mount USB media automatically (especially with exfat and other fuse file systems)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

llessa/usb-automount

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This tiny package enables automatically mounting exfat disks
automatically when they are plugged into a machine.  This is slightly
tricky because udev doesn't allow long-lived processes to be started
from udev (and exfat is a fuse (user land) process), so we have to
start a systemd service unit.

The files should be put in the following locations:

/etc/systemd/system/usb-automount@.service
/usr/local/sbin/usb-automount
/etc/udev/rules.d/90-usb-automount.rules

This works for me on Debian jessie as of Sat Jul 16 20:16:47 CEST
2016, but the udev/systemd people will probably change something
during the next few minutes that will make this all break again.

About

Mount USB media automatically (especially with exfat and other fuse file systems)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0