Guest User

Untitled

a guest
Aug 9th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. This is mount -v
  2. $ mount -v 192.168.1.100:/home/user/Documents
  3.  
  4. mount.nfs: timeout set for Sat Aug 10 01:10:42 2013
  5. mount.nfs: trying text-based options 'vers=4,addr=192.168.1.100,clientaddr=192.168.1.101'
  6. mount.nfs: mount(2): Permission denied
  7. mount.nfs: access denied by server while mounting dhaval:/home/dhaval/Documents
  8.  
  9.  
  10. This is rpcinfo from the client:
  11.  
  12.  
  13. $ sudo rpcinfo -p 192.168.1.100
  14.  
  15. rpcinfo: can't contact portmapper: RPC: Remote system error - No route to host
  16.  
  17.  
  18.  
  19. This is my exports file
  20.  
  21. $ sudo cat /etc/exports
  22.  
  23. /home/dhaval/Documents 192.168.1.101(rw,sync,nohide)
  24.  
  25.  
  26.  
  27. This is /etc/sysconfig/nfs
  28.  
  29. #
  30. # Optinal options passed to rquotad
  31. RPCRQUOTADOPTS=""
  32. #
  33. # Optional arguments passed to in-kernel lockd
  34. #LOCKDARG=
  35. # TCP port rpc.lockd should listen on.
  36. LOCKD_TCPPORT=32803
  37. # UDP port rpc.lockd should listen on.
  38. LOCKD_UDPPORT=32769
  39. #
  40. # Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
  41. RPCNFSDARGS=""
  42. # Number of nfs server processes to be started.
  43. # The default is 8.
  44. RPCNFSDCOUNT=8
  45. # Set V4 grace period in seconds
  46. #NFSD_V4_GRACE=90
  47. #
  48. # Optional arguments passed to rpc.mountd. See rpc.mountd(8)
  49. RPCMOUNTDOPTS=""
  50. #
  51. # Optional arguments passed to rpc.statd. See rpc.statd(8)
  52. STATDARG=""
  53. #
  54. # Optional arguments passed to rpc.idmapd. See rpc.idmapd(8)
  55. RPCIDMAPDARGS=""
  56. #
  57. # Optional arguments passed to rpc.gssd. See rpc.gssd(8)
  58. RPCGSSDARGS=""
  59. # Enable usage of gssproxy. See gssproxy-mech(8).
  60. GSS_USE_PROXY="no"
  61. #
  62. # Optional arguments passed to rpc.svcgssd. See rpc.svcgssd(8)
  63. RPCSVCGSSDARGS=""
  64. #
  65. # To enable RDMA support on the server by setting this to
  66. # the port the server should listen on
  67. #RDMA_PORT=20049
  68. #
  69. # Optional arguments passed to blkmapd. See blkmapd(8)
  70. BLKMAPDARGS=""
  71. MOUNTD_PORT=892
  72. STARTD_PORT=662
Advertisement
Add Comment
Please, Sign In to add comment