Page 1 of 1
automount under Bookworm?
Posted: Thu Feb 20, 2025 9:14 am
by doce
Hello there
i am trying to automount a pendrive on my pi to access the showfile(s).
The debian package usbmount doesn`t exist anymore.
Any help?
Dominik
Re: automount under Bookworm?
Posted: Thu Feb 20, 2025 1:23 pm
by mcallegari
Hi, you're right. usbmount has been removed from repositories.
It's actually a quite old project, probably surclassed or not maintained anymore.
https://github.com/rbrito/usbmount
If you can move your steps on Linux I think those scripts are still valid.
This might help too
https://unix.stackexchange.com/question ... -connected
I'll try to find the best option and update the PDF documentation
Re: automount under Bookworm?
Posted: Fri Feb 21, 2025 11:56 am
by doce
Hi Massimo,
Meanwhile i found this for bookworm:
https://github.com/fasteddy516/pi-usb-automount
it just works.
Regards Dominik
Re: automount under Bookworm?
Posted: Fri Feb 21, 2025 5:43 pm
by mcallegari
Nice!
I'll add this to the documentation.
Thanks for sharing