NFS4 problems -

Ed Greshko Ed.Greshko at greshko.com
Fri Nov 30 15:50:25 UTC 2012


On 11/30/2012 11:15 PM, Bob Goodwin - Zuni, Virginia, USA wrote:


No real idea yet.  But....

>
>    I have a problem writing to one nfs4 server from this F-17/64
>    computer, /etc/fstab is as follows:
>
>        [bobg at box7 ~]$ cat /etc/fstab
>
>
>        192.168.1.8:/nfs4exports/home/   /mnt/HOME1      nfs4
>        defaults,rw,user 0 0
>        192.168.1.8:/nfs4exports/data/   /mnt/DATA1      nfs4
>        defaults,rw,user 0 0
>        192.168.1.48:/SRVR1              /mnt/BOX48      nfs4
>        defaults,rw,user 0 0

It seems strange that you've got nfs4exports in your fstab for 192.168.1.8.   192.168.1.48 looks more correct.

On box7, what is the output of...

showmount --exports 192.168.1.8
showmount --exports 192.168.1.48

And on box8 (192.168.1.8???) what is the output of

exportfs -v

I think what you're going to find is that on box8 you have this line....

/nfs4exports    192.168.0.0/24(ro,wdelay,insecure,root_squash,no_subtree_check,fsid=0)

And since you've specified 192.168.1.8:/nfs4exports/home in your fstab it is as it says.... read-only.



-- 
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -- Rick Cook, The Wizardry Compiled


More information about the users mailing list