NFS: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
*[http://nfs.sourceforge.net/nfs-howto http://nfs.sourceforge.net/nfs-howto] | *[http://nfs.sourceforge.net/nfs-howto http://nfs.sourceforge.net/nfs-howto] | ||
*[https://wiki.archlinux.org/title/NFS ArchLinux NFS doc] | |||
| | ||
=Docs= | |||
==fsid=0== | |||
In nfs4 this is makes this export the root relative to which all others | |||
"base point under which all directories the server is exporting to a certain client are located" | |||
==nfs4.2== | |||
= FAQ = | = FAQ = | ||
== SUNRPC: reached max allowed number (1) did not add transport to server == | |||
You might be using 2 interfaces connecting to same server | |||
== mount -t nfs taking very long == | == mount -t nfs taking very long == | ||
Line 21: | Line 35: | ||
| | ||
== exports in /proc == | |||
== show mounted exports in /proc == | |||
cat /proc/fs/nfs/exports | cat /proc/fs/nfs/exports | ||
Line 27: | Line 43: | ||
umount -fl | umount -fl | ||
| |||
| | ||
Line 32: | Line 50: | ||
== show clients == | == show clients == | ||
cat /var/lib/nfs/rmtab | |||
== versions supported by server == | == versions supported by server == | ||
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 14:34, 28 June 2022
Network File System
Links
Docs
fsid=0
In nfs4 this is makes this export the root relative to which all others "base point under which all directories the server is exporting to a certain client are located"
nfs4.2
FAQ
SUNRPC: reached max allowed number (1) did not add transport to server
You might be using 2 interfaces connecting to same server
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?