Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. /mnt/data/ host1(rw,all_squash,anonuid=1001,anongid=1001)
  2. /mnt/data/ host2(rw,all_squash,anonuid=1001,anongid=1001)
  3. /mnt/data/ host3(rw,all_squash,anonuid=1001,anongid=1001)
  4. /mnt/data/ host3(rw,all_squash,anonuid=1001,anongid=1001)
  5.  
  6. /mnt/data host1(rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,all_squash,no_subtree_check,secure_locks,acl,no_pnfs,anonuid=1001,anongid=1001,sec=sys,rw,secure,root_squash,all_squash)
  7. /mnt/data host2(rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,all_squash,no_subtree_check,secure_locks,acl,no_pnfs,anonuid=1001,anongid=1001,sec=sys,rw,secure,root_squash,all_squash)
  8. /mnt/data host3(rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,all_squash,no_subtree_check,secure_locks,acl,no_pnfs,anonuid=1001,anongid=1001,sec=sys,rw,secure,root_squash,all_squash)
  9. /mnt/data host4(rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,all_squash,no_subtree_check,secure_locks,acl,no_pnfs,anonuid=1001,anongid=1001,sec=sys,rw,secure,root_squash,all_squash)
  10.  
  11. /mnt/data host2 host3 host4
  12.  
  13. [root@host1 ~]# mount -a
  14. mount.nfs: access denied by server while mounting nfs-server:/mnt/data/
  15.  
  16. stat("/run", {st_mode=S_IFDIR|0755, st_size=960, ...}) = 0
  17. stat("/run/mount/utab", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
  18. getcwd("/root", 4095) = 6
  19. readlink("/root/nfs-server:", 0x7ffe3a9ee090, 4096) = -1 ENOENT (No such file or directory)
  20. readlink("/mnt", 0x7ffe3a9edf70, 4096) = -1 EINVAL (Invalid argument)
  21. readlink("/mnt/data", 0x7ffe3a9edf70, 4096) = -1 EINVAL (Invalid argument)
  22. stat("/sbin/mount.nfs", {st_mode=S_IFREG|S_ISUID|0755, st_size=113400, ...}) = 0
  23. clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd1b08f6b50) = 51633
  24. wait4(-1, mount.nfs: access denied by server while mounting nfs-server:/mnt/data/
  25. [{WIFEXITED(s) && WEXITSTATUS(s) == 32}], 0, NULL) = 51633
  26. --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=51633, si_status=32, si_utime=0, si_stime=0} ---
  27. close(1) = 0
  28. close(2) = 0
  29. exit_group(0) = ?
  30. +++ exited with 0 +++
  31.  
  32. [root@host1 ~]# ps -aux --forest | grep nfs
  33. root 1199 0.0 0.0 0 0 ? S< Feb15 0:00 _ [nfsiod]
  34.  
  35. [root@host2 ~]$ ps -ef | grep nfs
  36. root 1296 2 0 févr.15 ? 00:00:00 [nfsiod]
  37. root 1302 2 0 févr.15 ? 00:00:00 [nfsv4.0-svc]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement