PKGBUILDs/core/nfs-utils/exports

13 lines
429 B
Plaintext
Raw Normal View History

2019-08-04 16:11:47 +00:00
# /etc/exports - exports(5) - directories exported to NFS clients
#
2022-01-26 06:57:47 +00:00
# Example for NFSv3:
2019-08-04 16:11:47 +00:00
# /srv/home hostname1(rw,sync) hostname2(ro,sync)
# Example for NFSv4:
# /srv/nfs4 hostname1(rw,sync,fsid=0)
# /srv/nfs4/home hostname1(rw,sync,nohide)
# Using Kerberos and integrity checking:
# /srv/nfs4 *(rw,sync,sec=krb5i,fsid=0)
# /srv/nfs4/home *(rw,sync,sec=krb5i,nohide)
#
# Use `exportfs -arv` to reload.