I have an nfs server which is exporting 2 directories. My client can see the directories with showmount -e servername
. But automount fails when I nixos-rebuild switch
, and if I try to manually mount I get mount.nfs: access denied by server while mounting (null)
.
I should add that I followed the docs in this setup. I can paste the relevant portions if that helps.
I appreciate help with this. Thanks in advance.