NFS: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Network File System
Network File System


=Links=
= Links =
*http://nfs.sourceforge.net/nfs-howto
 
*[http://nfs.sourceforge.net/nfs-howto http://nfs.sourceforge.net/nfs-howto]
 
 
 
 
 
 
 
= 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 ==


=FAQ=
==Failed: stale file handle==
  umount -fl
  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?

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?