GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
Permission Denied TITLEmdash; Invalid Argument |
If the client gets a Permission Denied and the server reports Invalid Argument errors then on the server try the following procedure:
# wajig stop nfs-kernel-server # rm /var/lib/nfs/* # touch /var/lib/nfs/rmtab # wajig start nfs-kernel-server # exportfs -a |