<?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: Set up NFS server on Fedora Core 5, OS X NFS Client</title>
	<atom:link href="http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/</link>
	<description>Optimal</description>
	<lastBuildDate>Thu, 26 Aug 2010 20:08:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Josh</title>
		<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/comment-page-1/#comment-15083</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 02 May 2008 04:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/#comment-15083</guid>
		<description>&lt;p&gt;Hi, I&#039;m trying to get this working and I keep getting told by finder that &quot;the name or password is not correct&quot;.&lt;/p&gt;

&lt;p&gt;My export file is this:&lt;/p&gt;

&lt;p&gt;/media/Josh 192.168.1.101(rw,insecure,sync)&lt;/p&gt;

&lt;p&gt;I then do an export -ra and restart nfs.
I don;t get any errors on the server, just finder won&#039;t connect.&lt;/p&gt;

&lt;p&gt;Running FC8 and OSX 10.5&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to get this working and I keep getting told by finder that &#8220;the name or password is not correct&#8221;.</p>
<p>My export file is this:</p>
<p>/media/Josh 192.168.1.101(rw,insecure,sync)</p>
<p>I then do an export -ra and restart nfs.<br />
I don;t get any errors on the server, just finder won&#8217;t connect.</p>
<p>Running FC8 and OSX 10.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: di Lampedusa</title>
		<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/comment-page-1/#comment-3026</link>
		<dc:creator>di Lampedusa</dc:creator>
		<pubDate>Sat, 21 Oct 2006 22:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/#comment-3026</guid>
		<description>It was the firewall! I had activated it during Fedora installation, so long ago that I did not remember it anymore... I found that just by deactivating it the connection went pretty OK, but then I also succeeded in opening just the necessary ports. For that I followed the instructions in http://www.linuxquestions.org/questions/showthread.php?t=294069. (Some ports need to be configured to become fixed, otherwise they will change after each nsf server restart).</description>
		<content:encoded><![CDATA[<p>It was the firewall! I had activated it during Fedora installation, so long ago that I did not remember it anymore&#8230; I found that just by deactivating it the connection went pretty OK, but then I also succeeded in opening just the necessary ports. For that I followed the instructions in <a href="http://www.linuxquestions.org/questions/showthread.php?t=294069" rel="nofollow" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.linuxquestions.org');">http://www.linuxquestions.org/questions/showthread.php?t=294069</a>. (Some ports need to be configured to become fixed, otherwise they will change after each nsf server restart).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: di Lampedusa</title>
		<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/comment-page-1/#comment-3010</link>
		<dc:creator>di Lampedusa</dc:creator>
		<pubDate>Wed, 18 Oct 2006 22:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/#comment-3010</guid>
		<description>Thanks for your quick reaction!

All your suggested tests passed.

My /etc/exports is simple:

/media/KAST 192.168.2.100(rw,sync,insecure)

Then I &quot;exportfs -ra&quot; and restart the nsf service.

I&#039;ve also allowed 192.168.2.100 in  /etc/hosts.allow

Still, when I do Go/Connect to server: nfs://192.168.2.110/media/KAST it keeps trying forever.

If I try it from a shell with

sudo mount -o -P 192.168.2.110:/media/KAST /mnt/KAST/

I get &quot;NFS Portmap: RPC: Port mapper failure - RPC: Timed out&quot;.

In my Fedora 5 laptop I check for  rpcinfo -p and get, among others,

   program vers proto   port
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs

(Thus it is indeed running in an insecure port &gt;1024).

I also tried sharing other directories, but that also fails.

Both computers are connected through a SMC7904BRA router in a local network, but the IP&#039;s are always the same: ping, ssh and scp work fine in both directions!</description>
		<content:encoded><![CDATA[<p>Thanks for your quick reaction!</p>
<p>All your suggested tests passed.</p>
<p>My /etc/exports is simple:</p>
<p>/media/KAST 192.168.2.100(rw,sync,insecure)</p>
<p>Then I &#8220;exportfs -ra&#8221; and restart the nsf service.</p>
<p>I&#8217;ve also allowed 192.168.2.100 in  /etc/hosts.allow</p>
<p>Still, when I do Go/Connect to server: nfs://192.168.2.110/media/KAST it keeps trying forever.</p>
<p>If I try it from a shell with</p>
<p>sudo mount -o -P 192.168.2.110:/media/KAST /mnt/KAST/</p>
<p>I get &#8220;NFS Portmap: RPC: Port mapper failure &#8211; RPC: Timed out&#8221;.</p>
<p>In my Fedora 5 laptop I check for  rpcinfo -p and get, among others,</p>
<p>   program vers proto   port<br />
    100003    2   udp   2049  nfs<br />
    100003    3   udp   2049  nfs<br />
    100003    4   udp   2049  nfs<br />
    100003    2   tcp   2049  nfs<br />
    100003    3   tcp   2049  nfs<br />
    100003    4   tcp   2049  nfs</p>
<p>(Thus it is indeed running in an insecure port &gt;1024).</p>
<p>I also tried sharing other directories, but that also fails.</p>
<p>Both computers are connected through a SMC7904BRA router in a local network, but the IP&#8217;s are always the same: ping, ssh and scp work fine in both directions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Todd</title>
		<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/comment-page-1/#comment-3008</link>
		<dc:creator>Jon Todd</dc:creator>
		<pubDate>Wed, 18 Oct 2006 20:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/#comment-3008</guid>
		<description>Hey guys, I ran into this very problem too. Click connect on the mac and it just hangs there. There are a few things your should check:
&lt;ul&gt;&lt;li&gt;Verify the client&#039;s IP. Despite using static IP assigning on my DHCP server, I would very often get a different IP on mac then what was in my exports file.&lt;/li&gt;
&lt;li&gt;Ensure that the directory you are exporting exists and is at least readable by all&lt;/li&gt;
&lt;li&gt;Make sure you&#039;re client can see the server. &lt;code&gt;ping nfs.server.ip&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

If you still don&#039;t have luck throw your exports file up here and I&#039;ll take a look. The freezing is not an issue with your mac, it&#039;s either the connection or the NFS setup.</description>
		<content:encoded><![CDATA[<p>Hey guys, I ran into this very problem too. Click connect on the mac and it just hangs there. There are a few things your should check:</p>
<ul>
<li>Verify the client&#8217;s IP. Despite using static IP assigning on my DHCP server, I would very often get a different IP on mac then what was in my exports file.</li>
<li>Ensure that the directory you are exporting exists and is at least readable by all</li>
<li>Make sure you&#8217;re client can see the server. <code>ping nfs.server.ip</code></li>
</ul>
<p>If you still don&#8217;t have luck throw your exports file up here and I&#8217;ll take a look. The freezing is not an issue with your mac, it&#8217;s either the connection or the NFS setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: di Lampedusa</title>
		<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/comment-page-1/#comment-3007</link>
		<dc:creator>di Lampedusa</dc:creator>
		<pubDate>Wed, 18 Oct 2006 20:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/#comment-3007</guid>
		<description>I have exactly the same problem as Matthieu, and I don&#039;t have any clue. Also Fedora 5 - Mac OS X 10.4.7. I tested all the obvious things, restarted the nfs server, matched the users IDs, changed permissions as far as possible (I can&#039;t chmod 777 my external USB HD, the one I want to share, mounted under /media. It remains 755 all the time, maybe that&#039;s the thing, but don&#039;t know how to solve that...)</description>
		<content:encoded><![CDATA[<p>I have exactly the same problem as Matthieu, and I don&#8217;t have any clue. Also Fedora 5 &#8211; Mac OS X 10.4.7. I tested all the obvious things, restarted the nfs server, matched the users IDs, changed permissions as far as possible (I can&#8217;t chmod 777 my external USB HD, the one I want to share, mounted under /media. It remains 755 all the time, maybe that&#8217;s the thing, but don&#8217;t know how to solve that&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthieu Chardon</title>
		<link>http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/comment-page-1/#comment-2976</link>
		<dc:creator>Matthieu Chardon</dc:creator>
		<pubDate>Sat, 14 Oct 2006 23:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jontodd.com/2006/07/24/setting-up-nfs-server-on-fedora-core-5-with-os-x-nfs-client/#comment-2976</guid>
		<description>Jon thank you for the help.  This is exactly what I was looking for.  I have a small problem however.  I followed your instructions but when i try to connect to the nfs server from my macbook it just sits there idle.  
I think that my error might come from the creation of the exports file.  I used gedit to view it and it was empty.  I added the line that you said, saved and closed it and followed the rest of the instructions/troubleshooting.

Let me know if you think of any other things.

Sincerely,

Matt

PS: I am using a linux machine that has fedora core 4 on it but I feel it should not matter.</description>
		<content:encoded><![CDATA[<p>Jon thank you for the help.  This is exactly what I was looking for.  I have a small problem however.  I followed your instructions but when i try to connect to the nfs server from my macbook it just sits there idle.<br />
I think that my error might come from the creation of the exports file.  I used gedit to view it and it was empty.  I added the line that you said, saved and closed it and followed the rest of the instructions/troubleshooting.</p>
<p>Let me know if you think of any other things.</p>
<p>Sincerely,</p>
<p>Matt</p>
<p>PS: I am using a linux machine that has fedora core 4 on it but I feel it should not matter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
