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@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
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to