Quantcast
Viewing all articles
Browse latest Browse all 28

NFS mount from a Linux server returns ‘permission denied’

… but everything is set up properly. Check if there is anything under /proc/fs/nfsd/. If there isn’t, run

# mount -t nfsd nfsd /proc/nfs/nfsd

Apparently it happens when NFS support has been compiled into the kernel, but the userland tools have been built on a kernel where NFS is loaded as a module.


Viewing all articles
Browse latest Browse all 28

Trending Articles