server# cat /etc/exports
/export 192.168.1.*(rw,no_root_squash)
/export/home 192.168.1.*(rw,no_root_squash)
client# mount /export
mount: 192.168.1.1:/export failed, reason given by server: Permission denied
server# tail /var/log/messages
Sep 6 09:37:43 gateway rpc.mountd: authenticated mount request from
192.168.1.133:933 for /export (/export)
Sep 6 09:37:43 gateway rpc.mountd: getfh failed: Operation not permitted
... so, rebooting two working systems seems to kill NFS. Any ideas why?
On a related topic, will Linux ever have a better file-service protocol?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/