NFS: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:


 
 


= FAQ =
= FAQ =
Line 21: Line 23:


 
 
== exports in /proc ==
 
== show mounted exports in /proc ==
 
  cat /proc/fs/nfs/exports
  cat /proc/fs/nfs/exports


Line 30: Line 34:
 
 


 


== show clients ==
== show clients ==
Line 38: Line 43:


  cat /proc/fs/nfsd/versions
  cat /proc/fs/nfsd/versions
== nfs: server 1.2.3.4 not responding, timed out ==
??
== mount.nfs: access denied by server while mounting ==
Could be wrong path in exports, maybe nfs3 vs nfs4.2 confusion?

Revision as of 18:23, 28 December 2021

Network File System

Links

 

 


FAQ

mount -t nfs taking very long

mount.nfs: No route to host

firewall, really

 

 

show mounted exports in /proc

cat /proc/fs/nfs/exports

Failed: stale file handle

umount -fl

 

 

show clients

cat /var/lib/nfs/rmtab

versions supported by server

cat /proc/fs/nfsd/versions

nfs: server 1.2.3.4 not responding, timed out

??

mount.nfs: access denied by server while mounting

Could be wrong path in exports, maybe nfs3 vs nfs4.2 confusion?