-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noting that Raspbian Buster requires documentation update #25
Comments
Does this apply for the Raspbian version of usbmount (0.22) or the current one from GitHub (0.24)? When manually installing the current GitHub version it seems to work fine, I think this was fixed in 0.24. |
I'm reasonably sure that this would have been from a combination of actions on Buster:
I'm not sure what you mean by "fixed"; the Debian interface with attributes has changed. (Or did you mean that the upgrade won't clobber the config file?) |
The version that is installed by |
I'll say that this is a very useful package when it's working especially for the Lite versions of the OS. |
Just facing the same problem, and then I discovered devmon witch works flawlessly.
And then you can just type It will mount usb drives under
|
I think this is no solution for me because I use usbmount on a headless raspi (ssh-ing into it) and it seems that devmon has to be invoked on user-level via the gui-login (perhaps it could be integrated in the login-scripts of the shell, but nothing about this in the docs…). But I think this thread will be off-topic... |
I just added this line in
|
Could you try installing version 0.0.24? |
@nicokaiser Thanks, I'll apply this today. Does this version revert back to the original configuration file syntax?
|
I run this version without any modification in existing configuration files. So, yes, I think so. |
@dezmob Thank you so much for the udevil solution. This was very easy and worked first try for me. |
Instead of editing the main I suspect even that this "drop-in" file could be automatically installed by Usbmount. Alternate ways of editting the "drop-in" file include File contents (on Buster) should be simply:
These "drop-in" conf files don't get wiped on updates afaik. |
@cinderblock Did you try the version I linked above? It is the latest GitHub version (0.0.24), packaged for Debian (which only has 0.0.22), it should run without modifications or drop-ins. |
@nicokaiser I did not install from GitHub and just used whatever version |
I think (!) version 0.0.24 is way more systemd based than 0.0.22, so it may be worth a look. |
Yes, looking forward to it. Unfortunately, I don't quite have the time to muck around with non-apt installation at this point. |
Just came across this post because my SD card wouldn't automount anymore on my Octoprint/Raspbian Buster upgrade. Updated usbmount per your instructions to 0.0.24 and now it works again. Thanks! |
I've noticed that the format of the
/lib/systemd/system/systemd-udevd.service
configuration file in Buster has changed from Stretch. The following adjustment is often required, at least for my setup to allow thepi
user to be able to see the drive:Stretch
Buster
Plot twist
Unfortunately, if you perform a routine
sudo apt-get update && sudo apt-get upgrade
it will revert this file back to the default, rendering your USB automount seemingly inoperative.The text was updated successfully, but these errors were encountered: