Using watchdog of python to monitoring afp shared folder from linux
问题 I want linux machine(Raspberry pi) to monitor a shared folder by AFP(Apple file protocol, macbook is host). I can mount shared folder by mount_afp, and installed watchdog python library to monitor a shared folder. The problem is that watchdog can monitor only modifications from linux machine itself. If a monitoring folder has been modified by the host machine(Apple macbook) or other pc, linux machine couldn't find out the change. No logs came out. After I tested the same watchdog python file