| ### How to disable NFS4 support on a Linux NFS server? ### | |
| NFS is a quite cool protocol - it allows to mount shared disks over the network… | |
| Here is how I disabled NFSv4 support on my Debian 6.0 NFS storage server. | |
| The file /etc/default/nfs-kernetl-server contains instructions for the NFS serv… | |
| RPCNFSDCOUNT='8 --no-nfs-version 4' | |
| RPCNFSDCOUNT is a parameter that tells how many instances of the NFS server can… | |