3 # List of directories exported to NFS clients. See exports(5).
4 # Use exportfs -arv to reread.
6 # Example for NFSv2 and NFSv3:
7 # /srv/home hostname1(rw,sync) hostname2(ro,sync)
10 # /srv/nfs4 hostname1(rw,sync,fsid=0)
11 # /srv/nfs4/home hostname1(rw,sync,nohide)
12 # Using Kerberos and integrity checking:
13 # /srv/nfs4 gss/krb5i(rw,sync,fsid=0,crossmnt)
14 # /srv/nfs4/home gss/krb5i(rw,sync,nohide)