<?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"
	>
<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 Telelicious Coding From AK To CT</description>
	<pubDate>Fri, 21 Nov 2008 00:38:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</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-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'm trying to get this working and I keep getting told by finder that "the name or password is not correct".&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'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.
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-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>&lt;p&gt;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).&lt;/p&gt;
</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-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>&lt;p&gt;Thanks for your quick reaction!&lt;/p&gt;

&lt;p&gt;All your suggested tests passed.&lt;/p&gt;

&lt;p&gt;My /etc/exports is simple:&lt;/p&gt;

&lt;p&gt;/media/KAST 192.168.2.100(rw,sync,insecure)&lt;/p&gt;

&lt;p&gt;Then I "exportfs -ra" and restart the nsf service.&lt;/p&gt;

&lt;p&gt;I've also allowed 192.168.2.100 in  /etc/hosts.allow&lt;/p&gt;

&lt;p&gt;Still, when I do Go/Connect to server: nfs://192.168.2.110/media/KAST it keeps trying forever.&lt;/p&gt;

&lt;p&gt;If I try it from a shell with&lt;/p&gt;

&lt;p&gt;sudo mount -o -P 192.168.2.110:/media/KAST /mnt/KAST/&lt;/p&gt;

&lt;p&gt;I get "NFS Portmap: RPC: Port mapper failure - RPC: Timed out".&lt;/p&gt;

&lt;p&gt;In my Fedora 5 laptop I check for  rpcinfo -p and get, among others,&lt;/p&gt;

&lt;p&gt;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&lt;/p&gt;

&lt;p&gt;(Thus it is indeed running in an insecure port &#62;1024).&lt;/p&gt;

&lt;p&gt;I also tried sharing other directories, but that also fails.&lt;/p&gt;

&lt;p&gt;Both computers are connected through a SMC7904BRA router in a local network, but the IP's are always the same: ping, ssh and scp work fine in both directions!&lt;/p&gt;
</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 - 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
    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</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-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>&lt;p&gt;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;/p&gt;

&lt;ul&gt;&lt;li&gt;Verify the client'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're client can see the server. &lt;code&gt;ping nfs.server.ip&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you still don't have luck throw your exports file up here and I'll take a look. The freezing is not an issue with your mac, it's either the connection or the NFS setup.&lt;/p&gt;
</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-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>&lt;p&gt;I have exactly the same problem as Matthieu, and I don'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't chmod 777 my external USB HD, the one I want to share, mounted under /media. It remains 755 all the time, maybe that's the thing, but don't know how to solve that...)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have exactly the same problem as Matthieu, and I don&#8217;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&#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-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>&lt;p&gt;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.&lt;br /&gt;
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.&lt;/p&gt;

&lt;p&gt;Let me know if you think of any other things.&lt;/p&gt;

&lt;p&gt;Sincerely,&lt;/p&gt;

&lt;p&gt;Matt&lt;/p&gt;

&lt;p&gt;PS: I am using a linux machine that has fedora core 4 on it but I feel it should not matter.&lt;/p&gt;
</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>
