Python Network Resource Controller has the power to solve problems

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: = //host/a

while the other network is

X: = //host/b

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.

+4

Source: https://habr.com/ru/post/1611269/


All Articles