I'm not an NFS guru either, but I'll tell you what's working for me (comments interleaved below):
On Fri, Jun 27, 2008 at 8:43 AM, John Oliver <[EMAIL PROTECTED]> wrote: > On the server... > > [EMAIL PROTECTED] ~]# cat /etc/exports > /data 10.5.0.0/24(rw,insecure,root_squash,anonuid=99,anongid=99) > /data 10.0.0.0/22(rw,insecure,root_squash,anonuid=99,anongid=99) My NFS server has just "rw,no_subtree_check" in the options for /data. > /data is 777 My /data is 755, but the enclosed folders have the necessary groups and permissions. In addition, the NFS server is also the NIS server, so the users and groups on the workstations are actually local to the server. > Clients mount with -o rw, but cannot write to the mount. Do they mount as root? In my lab, workstations mount /data in fstab with the following options: auto,dev,exec,rw,suid,rsize=8192,wsize=8192 > NFS isn't one of my strong points :-( Me neither, but the setup I've described works fine for me. -- Brad Beyenhof . . . . . . . . . . . . . . . . http://augmentedfourth.com Have the courage to be ignorant of a great number of things, in order to avoid the calamity of being ignorant of everything. ~ Sydney Smith, English essayist and preacher (1771-1845) -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
