I use nfs to copy files from an Ubuntu development machine to an embedded system board. The embedded board uses an older kernel and Linux which is not practical to update. It uses NFS v2 but Ubuntu 18.04LTS has NFS v2 disabled. The process works fine on an older Ubuntu 14.04LTS machine with v2 enabled.
How do I go about enabling NFS v2 on Ubuntu 18.04LTS?
Thank you Vivek! This completely fixed my problem on the updated development system.
I am curious, where did you find these RPCNFSDCOUNT parameters documented? Even having your answer in hand my searching has not turned up anything yet.
I deal with this kind of issues everyday. I had similar problem last year but for another config option (not related to version). I went through startup config source code file and it reads and passed RPCNFSDCOUNT to rpc.mountd. Apart reading source code, I also read man pages. HTH