rbrito / usbmount

Simple set of scripts to automount removable devices for a Linux system
275 stars 86 forks source link

Fix for issue #2, USBmount fails on Stretch #3

Closed martignoni closed 6 years ago

martignoni commented 6 years ago

On Stretch, udev creates its own filesystem namespace, so the mount is not visible in other filesystem namespaces.

This commit overrides the default systemd-udevd.service, changing the flag MountFlags to "shared" (instead of "slave").

martignoni commented 6 years ago

Fixes #2.

rbrito commented 6 years ago

@martignoni, if you want to adopt the package, feel free to let me know and I will transfer you this repository.

Thanks.

martignoni commented 6 years ago

Hi @rbrito, sorry, but I'm afraid I've neither the knowledge (in fact I don't know Debian very well), nor the time to adopt your package. Thanks anyway for your trust, that's very kind of you.