Im using python 2.7 on Windows 7 Enterprise SP1 with a watchdog player to see some network resources for modifying files. I have to connect to the network on the same physical (supposed Linux) host that is connected to two different subfolders. So let me say that I connected to networkshare
Y: =
while the other network is
X: =
I run simple
watchmedo log --recursive
both on Y:
and on X:
. In the first case, I see that many files of IO events are logged on the console, in the second - there is nothing. There should be no difference in the file system or any related environment.
: , Windows.