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

Cannot access mounted drives #97

Open
lrickerman opened this issue Jun 1, 2023 · 1 comment
Open

Cannot access mounted drives #97

lrickerman opened this issue Jun 1, 2023 · 1 comment

Comments

@lrickerman
Copy link

incrontab does not seem to have access to shared network drives. Everything works fine when I monitor any other directory, but I need to monitor a share drive and it just doesn't work, it doesn't do anything.

@jpoprof
Copy link

jpoprof commented Jun 14, 2023

Incron uses the inotify mechanism. inotify over networks shares is an open issue to be solved. It depends even on the method of the mounting SMB/NFS/...
For a good overview on the part of Samba SMB have a look at that article:
https://lwn.net/Articles/896055/

If you use NFS have a look at
https://github.com/ar-/incron/issues/48
It seems that the timing matters. The share must already be mounted at the time the incron daemon is started.

Best wishes.

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