Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # mount -t nfs my-server:/test2 /test
  2. # ls -atlr /test
  3. ls: cannot open directory /test: Stale file handle
  4.  
  5. /test 10.0.0.0/8(rw,no_root_squash,no_all_squash,no_subtree_check)
  6.  
  7. ls -altr /test2
  8. total 4
  9. -rw-r--r-- 1 root root 6 Feb 23 10:39 test.txt
  10. drwxr-xr-x 5 root root 63 Feb 23 10:39 ..
  11. drwxr-xr-x 2 root root 10 Feb 23 10:55 test
  12. drwxrwxrwx 3 root root 44 Feb 23 10:55 .
  13.  
  14. showmount -e localhost
  15.  
  16. Export list for localhost:
  17. /test2 10.0.0.0/8
  18. /test 10.0.0.0/8
  19. /logs 10.0.0.0/8
  20. /backup1 10.0.0.0/8
  21. /logs2 10.0.0.0/8
  22. /users 10.0.0.0/8
  23. /repo 10.8.0.0/8
  24. /backups3 10.8.0.0/8
  25. /backup4 10.8.0.0/8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement