NFS issue: clients can mount shares as NFSv3 but not as NFSv4 -- or how to debug NFS?
- by tdn
Problem description
I have a file server running Debian. On it I have a few NFS shares.
When I mount the shares from a client using NFSv3 (mount.nfs 10.0.0.51:/exports/video /mnt -o vers=3,soft,intr,timeo=10), it works. However, I would like to use NFSv4 because of improved security and performance.
When I try to mount an NFSv4 share on malbec…