daily pastebin goal
8%
SHARE
TWEET

Untitled

a guest Jun 13th, 2015 217 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tigrsrv:~$ cat /etc/exports
  2. # /etc/exports: the access control list for filesystems which may be exported
  3. #               to NFS clients.  See exports(5).
  4. #
  5. # Example for NFSv2 and NFSv3:
  6. # /srv/homes       hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
  7. #
  8. # Example for NFSv4:
  9. # /srv/nfs4        gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
  10. # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
  11.  
  12. /export                     172.25.9.0/24(rw,async,fsid=0,crossmnt,no_subtree_check)
  13. /export/projects            172.25.9.0/24(rw,async,no_subtree_check,no_root_squash)
  14. /export/quarantine2         172.25.9.0/24(rw,async,no_subtree_check,no_root_squash)
  15. /export/quarantine-nouveau  172.25.9.0/24(rw,async,no_subtree_check,no_root_squash)
  16. /export/archive             172.25.9.0/24(rw,async,no_subtree_check,no_root_squash)
  17. /export/archive/data        172.25.9.0/24(rw,async,no_subtree_check,no_root_squash)
  18. /export/external            172.25.9.0/24(rw,async,no_subtree_check,no_root_squash)
RAW Paste Data
Top