X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=debian%2Fetc.exports;h=9bff68017b1fb0c034d558c8edb3657c69528c5f;hp=4bb425bffa24101fbe5e0f0ff03dfb576c88cec3;hb=9965619803b0296be8c5faa541a3a7f5eab9098a;hpb=64996d13e704699d6065538876cc146cb68f849b diff --git a/debian/etc.exports b/debian/etc.exports index 4bb425b..9bff680 100644 --- a/debian/etc.exports +++ b/debian/etc.exports @@ -2,9 +2,9 @@ # to NFS clients. See exports(5). # # Example for NFSv2 and NFSv3: -# /srv/homes hostname1(rw,sync) hostname2(ro,sync) +# /srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check) # # Example for NFSv4: -# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt) -# /srv/nfs4/homes gss/krb5i(rw,sync) +# /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check) +# /srv/nfs4/homes gss/krb5i(rw,sync,no_subtree_check) #