Displaying 1 result from an estimated 1 matches for "includesubdirectories".
2011 Jun 16
1
Samba and .NET FileSystemWatcher
...es <file:///\\SambaServer\Files>
\\SambaServer\Files\file.txt <file:///\\SambaServer\Files\file.txt>
will give notifications but not \\SambaServer\Files\Folder\file2.txt via
Samba.
The same application works fine using a windows CIFS/SMB share or a
local drive.
The FileSystemWatcher.IncludeSubdirectories option is set to True in the
application.
The issue appears to be that Samba does not monitoring file events
recursively, because inotify in the linux kernel does not monitor
directories recursively.
>From man inotify;
"Inotify monitoring of directories is not recursive: to monit...