Working for homelab
This commit is contained in:
14
exports
Normal file
14
exports
Normal file
@@ -0,0 +1,14 @@
|
||||
# /etc/exports - exports(5) - directories exported to NFS clients
|
||||
#
|
||||
# Example for NFSv3:
|
||||
# /srv/home hostname1(rw,sync) hostname2(ro,sync)
|
||||
# Example for NFSv4:
|
||||
/mnt/tower/stardust/chris/files 192.168.2.0/24(rw,sync,no_subtree_check)
|
||||
#/mnt/tower/stardust/chris/files 192.168.1.0/24(rw,sync)
|
||||
# /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.
|
||||
Reference in New Issue
Block a user