I'm using a Mac and I have mounted a Windows network disk in my file system using "Connect to Server" in the Finder.
In the terminal when i do tail -f on a log file located on said network disk, tail is not updating the display when new lines are written to the log file. I'm assuming that tail normally listens to some os event when the file is updated and that this is not working when tailing files on a network drive.
How to solve this problem? Another program?