I've got a dedicated server which does not have the NFS module installed on it. How can I install it?
It was not listed in /proc/filesystems
root@server [~]# cat /proc/filesystems | grep 'nfs'
And I wasn’t able to install it as a module
root@server [~]# insmod nfs
insmod: can't read 'nfs': No such file or directory