Skip to content
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

what would be a better approach ? #8

Open
sourcevault opened this issue Jun 22, 2019 · 1 comment
Open

what would be a better approach ? #8

sourcevault opened this issue Jun 22, 2019 · 1 comment

Comments

@sourcevault
Copy link

In the docs it states "use libudev".

Do you mean Linux's internal udev system ? or a C library known as libudev ?

How would it be different than what you are doing ? since you are using usb subsystem anyway.

@clach04
Copy link

clach04 commented Jan 11, 2022

I ended up removing this note from the readme in my branch https://github.com/clach04/automount-usb - I personally think using udev (which is what this does) is a better solution than rather than writing C, etc. code to call libudev directly.

BTW thanks @raamsri for making this available, there are a few tools similar to this (e.g. https://github.com/Ferk/udev-media-automount) this one fits my use case best (and its easy to hack to customize).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants