<div dir="ltr"><br><br><div class="gmail_quote">On Fri, Jul 9, 2010 at 4:32 PM, Shlomo Solomon <span dir="ltr">&lt;<a href="mailto:shlomo.solomon@gmail.com">shlomo.solomon@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Friday 09 July 2010, shimi wrote:<br>
&gt; On Fri, Jul 9, 2010 at 3:46 PM, Shlomo Solomon &gt;<br>
</div><div class="im">&gt; 1. Change all_squash to root_squash in /etc/exports<br>
&gt; 2. Run exportfs -a<br>
<br>
</div>Bingo  - thanks<br>
<br>
I&#39;m curious as to why this happened. As I wrote, I don&#39;t think I changed<br>
anything except for updating my wifes&#39; machine. Is it possible that something<br>
changed in the NFS client (the upgrade on my wifes machine was from Mandriva<br>
2007.1 to 2010.0)?<br>
<div><div></div><div class="h5"><br><br></div></div></blockquote><div><br>As you&#39;ve noticed, to fix this, you chaged the server, not the client. The client didn&#39;t have any issue here.<br><br>From &quot;man exports&quot;:<br>
<br>       all_squash<br>              Map all uids and gids to the anonymous user. Useful for NFS-exported public FTP directories, <br>              news spool directories, etc. The opposite option is no_all_squash, which is the default setting.<br>
<br>Not too surprisingly, the NFS server mapped your wife&#39;s UID to... the anonymous user.<br><br>Quoting from your original e-mail:<br><br>Permissions seem OK. Here&#39;s an example of a file in 
/public/share_all/shoshana<br>
-rwxr-xr-x  1 shoshana shoshana  168448 2009-01-05 07:09 test.doc*<br><br>What permission do you see for the anonymous user? (e.g. &quot;other&quot;) ? r-x ... which is... read-only.<br><br>If your /etc/exports was not changed, and always worked like that, I cannot explain this. Side of perhaps having a uid match between the anon NFS user (on the NFS server) and you wife&#39;s uid...<br>
<br>-- Shimi<br></div></div><br></div>