You are not logged in.
I have just noticed today that I cannot mount NFS file systems no longer. Apparently nfsd module is missing from kernel modules. Is there a reason for that? Is it going to be permanent from now on? I could not find any information on that topic.
Last edited by kmiernik (2025-03-06 10:36:26)
Offline
nfsd modules seem to be present. (zgrep CONFIG_NFSD /proc/config.gz; find /lib/modules -name "*nfsd*")
Did you update kernel and forgot to reboot?
Offline
I would bet that I did reboot, but yes, you are right. Stupid me...
Offline
A silly but common trap. If you update the kernel but don't reboot, you end up with the old kernel still running and modules from the new kernel, which the old kernel can't load.
Offline