Is it possible to trigger a file system event on Linux without actually modifying the file? Is there some kind of system call that acts like a file? Is it possible?
I have an NFS share set and you want to receive inotify events in the virtual machine when the file changes on the server.
inotify does not seem to work with NFS. Is there a network file system that supports inotify ?
It is easy to track events on the server, but how can I trigger events on the client? At this moment I am doing a simple touch , but it is not perfect.
(used for local development with docker (boot2docker, OS X.)
source share