mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
16 lines
457 B
Plaintext
16 lines
457 B
Plaintext
# /etc/exports
|
|
#
|
|
# List of directories exported to NFS clients. See exports(5).
|
|
# Use exportfs -arv to reread.
|
|
#
|
|
# Example for NFSv2 and NFSv3:
|
|
# /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 gss/krb5i(rw,sync,fsid=0,crossmnt)
|
|
# /srv/nfs4/home gss/krb5i(rw,sync,nohide)
|
|
#
|