Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # /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)
- #
- / 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /proc 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /dev 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /run 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/kernel/security 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /dev/shm 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /dev/pts 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/systemd 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/pstore 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/cpuset 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/cpu,cpuacct 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/memory 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/devices 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/freezer 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/net_cls 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/cgroup/blkio 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /proc/sys/fs/binfmt_misc 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/kernel/debug 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /dev/hugepages 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /dev/mqueue 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /tmp 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /var/lib/nfs/rpc_pipefs 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/kernel/config 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /home 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /boot 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /proc/fs/nfsd 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /media/ubuntu 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /media/gentoo 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /sys/fs/fuse/connections 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /media/ppc 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
- /media/collections 192.168.1.33(sync,no_root_squash,no_subtree_check,rw,nohide)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement