<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: NFSv4 on CentOS 5.3 and Fedora 11</title>
	<atom:link href="http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/</link>
	<description>Observations in a fast changing World</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:47:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Quick NFS 4 setup on CentOS 5 [Short HowTos]</title>
		<link>http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/comment-page-1/#comment-3014</link>
		<dc:creator>Quick NFS 4 setup on CentOS 5 [Short HowTos]</dc:creator>
		<pubDate>Thu, 25 Mar 2010 07:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=109#comment-3014</guid>
		<description>[...] Based on  nfsv4-on-centos-53-and-fedora-11 [...]</description>
		<content:encoded><![CDATA[<p>[...] Based on  nfsv4-on-centos-53-and-fedora-11 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deadpan110</title>
		<link>http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/comment-page-1/#comment-3006</link>
		<dc:creator>Deadpan110</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=109#comment-3006</guid>
		<description>Once again I&#039;m back here for my quick n easy point of reference :)
Just a note about my above mentioned &lt;code&gt;MOUNTD_NFS_V3=&quot;no&quot;&lt;/code&gt;.
I am not exactly sure what that is in the config for as when it is set, the nfs service fails to start even with &lt;code&gt;RPCNFSDARGS=&quot;-N 2 -N 3 -U&quot;&lt;/code&gt; set. (I suppose I could Google but figured I would leave a comment here to correct my above answer).</description>
		<content:encoded><![CDATA[<p>Once again I&#8217;m back here for my quick n easy point of reference :)<br />
Just a note about my above mentioned <code>MOUNTD_NFS_V3="no"</code>.<br />
I am not exactly sure what that is in the config for as when it is set, the nfs service fails to start even with <code>RPCNFSDARGS="-N 2 -N 3 -U"</code> set. (I suppose I could Google but figured I would leave a comment here to correct my above answer).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/comment-page-1/#comment-3005</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 01 Nov 2009 10:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=109#comment-3005</guid>
		<description>&lt;a href=&quot;#comment-2990&quot; rel=&quot;nofollow&quot;&gt;@mathiaz &lt;/a&gt;, &lt;a href=&quot;#comment-3004&quot; rel=&quot;nofollow&quot;&gt;@Deadpan110 &lt;/a&gt;: 
Apologies for not responding sooner and thank you both for your feedback. I will correct the rpcbind typo. Please let me know if there&#039;s anything else I should add or change.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2990" rel="nofollow">@mathiaz </a>, <a href="#comment-3004" rel="nofollow">@Deadpan110 </a>:<br />
Apologies for not responding sooner and thank you both for your feedback. I will correct the rpcbind typo. Please let me know if there&#8217;s anything else I should add or change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deadpan110</title>
		<link>http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/comment-page-1/#comment-3004</link>
		<dc:creator>Deadpan110</dc:creator>
		<pubDate>Sun, 01 Nov 2009 09:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=109#comment-3004</guid>
		<description>@mathiaz ...It seems that after a month, this blog owner has not commented back regarding his useful NFSv4 posting.

I can confirm that &#039;rpcidmapd&#039; is what you will need - it may be a typo as the rest of the post refers correcly.

Also, MOUNTD_NFS_V3=&quot;no&quot; can be used but IMHO, it would be best to leave that because NFSv4 can then still be mounted as NFSv3 in case of any difficulties.

Now I have said that... perhaps fallback to NFSv3 would mean that it would not be wise to remove &#039;nfslock&#039; either.

On a final note for other readers... as this method does not use kerberos with any other types of authentication, you will also need a method to match users and group numbers across the server and clients (as with NFSv3)... for a small network (Like my home network)... I just create our few users on every machine which avoids the use of LDAP/NIS/etc (failing to do this will cause some strange owner and group numbers on the client machines and cause the share to be mainly unusable).

Other than that... I also use this posting as a point of reference - good work!</description>
		<content:encoded><![CDATA[<p>@mathiaz &#8230;It seems that after a month, this blog owner has not commented back regarding his useful NFSv4 posting.</p>
<p>I can confirm that &#8216;rpcidmapd&#8217; is what you will need &#8211; it may be a typo as the rest of the post refers correcly.</p>
<p>Also, MOUNTD_NFS_V3=&#8221;no&#8221; can be used but IMHO, it would be best to leave that because NFSv4 can then still be mounted as NFSv3 in case of any difficulties.</p>
<p>Now I have said that&#8230; perhaps fallback to NFSv3 would mean that it would not be wise to remove &#8216;nfslock&#8217; either.</p>
<p>On a final note for other readers&#8230; as this method does not use kerberos with any other types of authentication, you will also need a method to match users and group numbers across the server and clients (as with NFSv3)&#8230; for a small network (Like my home network)&#8230; I just create our few users on every machine which avoids the use of LDAP/NIS/etc (failing to do this will cause some strange owner and group numbers on the client machines and cause the share to be mainly unusable).</p>
<p>Other than that&#8230; I also use this posting as a point of reference &#8211; good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mathiaz</title>
		<link>http://blog.laimbock.com/2009/05/21/nfsv4-on-centos-53-and-fedora-11/comment-page-1/#comment-2990</link>
		<dc:creator>mathiaz</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=109#comment-2990</guid>
		<description>hi, 

good work !
very usefull!

On the client
&quot;service rpcbind start&quot;
I don&#039;t have any rpcbind. Is it rpcidmapd instead?

On the server why don&#039;t you add
MOUNTD_NFS_V3=”no” ?

Thanks,
Mathiaz</description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>good work !<br />
very usefull!</p>
<p>On the client<br />
&#8220;service rpcbind start&#8221;<br />
I don&#8217;t have any rpcbind. Is it rpcidmapd instead?</p>
<p>On the server why don&#8217;t you add<br />
MOUNTD_NFS_V3=”no” ?</p>
<p>Thanks,<br />
Mathiaz</p>
]]></content:encoded>
	</item>
</channel>
</rss>

