Add some missed help files

This commit is contained in:
Jamie Cameron
2010-03-31 11:36:29 -07:00
parent 79a4831cac
commit cc94eee2b7
2 changed files with 22 additions and 0 deletions

8
exports/help/hide.html Normal file
View File

@@ -0,0 +1,8 @@
<header>Hide the filesystem?</header>
When set to <b>Yes</b>, clients will need to mount separately any filesystem
exported under this one. When set to <b>No</b>, it will effectively get
mounted automatically. <p>
<footer>

View File

@@ -0,0 +1,14 @@
<header>Disable subtree checking?</header>
This option disables subtree checking, which has mild
security implications, but can improve reliability in
some circumstances. <p>
If a subdirectory of a filesystem is exported, but the
whole filesystem isn't then whenever a NFS request
arrives, the server must check not only that the accessed
file is in the appropriate filesystem (which is easy) but
also that it is in the exported tree (which is harder). <p>
<footer>