<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Aug 6, 2008 at 2:18 PM, Mark Haney <span dir="ltr"><<a href="mailto:mhaney@ercbroadband.org" target="_blank">mhaney@ercbroadband.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>Donny George wrote:<br>
><br>
<br>
><br>
> hello mark<br>
><br>
> i guess i get the point. so you meant that i have to set the read write permission to all users. i am not an expert in ubuntu but i hope i get this basic part which u said<br>
><br>
> can i do it with chmod ogu=rwx i am not sure about this command is this the right one to set the rw permission to all users ?<br>
><br>
> donny<br>
><br>
><br>
><br>
><br>
<br>
<br>
</div>Not exactly.  Let me see if I can explain a little better.  The issue (I<br>
think, based on what you've told us) is that you have a user on System A<br>
that is trying to modify a file (via an NFS mount) on System B.  Keep in<br>
mind here that in effect user A is simply trying to change a file on<br>
System B.  If user A doesn't have /permission/ to change that file on<br>
System B he won't be able to.<br>
<br>
The fact that NFS is set to RW gives him the capability to change the<br>
file, but only if he has the correct permissions to that file.<br>
<br>
Does that make sense?  In effect the user accounts on System A and<br>
System B must be identical (not exactly, but or this, let's keep it<br>
simple) in order for this to work.  This means UIDs and GIDs.<br>
<br>
If you have two user accounts 'Bob' (one on each system), and the UIDs<br>
don't match, then even though Bob can mount the filesystem via NFS, he<br>
won't be able to modify the file since the UIDs don't match.<br>
<br>
Really, this isn't an NFS issue, so much as a file permissions issue ON<br>
THE SYSTEMS.<br>
<br>
Do this, have that user log into the NFS server via ssh and see if he<br>
can modify the file that you are having trouble with.  If I'm right, he<br>
won't be able to that way either.<br>
<br>
You know, after reading this to myself, I realize how crappy it sounds.<br>
  I'll be glad to work with you offlist since I deal with NFS a lot.<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div>Libenter homines id quod volunt credunt -- Caius Julius Caesar<br>
<br>
<br>
Mark Haney<br>
Sr. Systems Administrator<br>
ERC Broadband<br>
(828) 350-2415<br>
<br>
Call (866) ERC-7110 for after hours support<br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>hey mark <br><br>thankyou for the mail <br><br>and now its seems working <br><br>this is the etc/export on the server <br><br>/home/users <a href="http://10.4.139.3" target="_blank">10.4.139.3</a>(rw,no_root_squash,async)<br>

/srv <a href="http://10.4.139.3" target="_blank">10.4.139.3</a>(rw,no_root_squash,async)<br><br><br>and the clients etc/fstab is <br><br>10.4.139.2:/srv /srv nfs rsize=8192,wsize=8192,timeo=14,intr<br>10.4.139.2:/home/users /home/users nfs rsize=8192,wsize=8192,timeo=14,intr<br>
<br>this is working at the moment <br><br>but i dont know wen it will stop working :)<br><br>donny<br><br></div>