nfs-doctor is a small command line tool written in C to help debug NFS servers from the client side. The idea is simple: you give one IP or hostname, and the tool checks the things that usually break in NFS: network, rpcbind, NFS versions, mountd, exports, permissions, root squash, locking, stale handles and some basic performance. It is not magic, and it will not replace a good server side ...