Edited wiki page Manual3 through web user interface.

This commit is contained in:
Louwrentius@gmail.com 2011-12-25 04:56:11 +00:00
parent 08f1aa14f4
commit 971664a13d
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ When using the -f option in DAEMON mode, you also need to specify a -d option, t
NFS does not work well with inotify. If a directory is exported through NFS and an NFS client writes to this directory through NFS, this creates thousands of CLOSE events instead of a single event.
Therefore inotify cannot be used on a directory exported through NFS. PPSS tries to detect this by reading /etc/exports. If the source directory resides in a directory as found in /etc/exports, inotify is disabled.
Therefore inotify cannot be used on a directory exported through NFS. PPSS tries to detect this by parsing the output of the 'mount' command.