On Sat, 11 Feb 2006 13:06:21 +0530 François Patte francois.patte@math-info.univ-paris5.fr opined:
Bonjour,
I try to have nfs working on a private network to allow some machines to mount a directory from the server.
my exports file:
/home/guillaume 192.168.1.0/255.255.255.0(rw,no_root_squash,sync)
Are you trying NFS4? You can only mount the root directory. I have NFS firewalled (otherwise the following is insecure!!):
/ *.tqmcube.com(anongid=65534,no_subtree_check,no_root_squash,sync,insecure_locks,anonuid=65534,insecure,fsid=0,rw)
This requires nfs,rpcidmapd, and portmap running
fstab looks like: smtp:/ /smtp nfs4 rw,rsize=32768,wsize=32768 0 0