Hello,
I have problem with monitoring files events in my folders on HNAS4040 Shares.
My script is similar to Script Powershell FileSystemWatcher
When variable $folder map to hnas shares my monitoring don't work.
But $folder map to Netapp shares - all Works OK.
Help me please.
Best Regards,
Mario
I would guess that that your file system watcher relies on SMB Change Notification. Hitachi NAS has only limited support for this feature of the SMB Protocol.
Our current implementation of change notification, does not inform clients what has changed, merely that a directory has changed. It is then up to the client to determine what has changed by enumerating the directory
It neither supports the "watch sub-tree" option.