updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / nfs-utils-ipv6 / exports
blob8f4aac598049400aee05637e43c2aee1f02ad382
1 # /etc/exports
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)
9 # Example for NFSv4:
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)