NFS: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
| | ||
=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== | |||
Revision as of 11:31, 1 March 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
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?