<?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: NFS in Mac OS 10.5 Leopard</title>
	<atom:link href="http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/</link>
	<description>a few tips to make life easier...</description>
	<lastBuildDate>Thu, 25 Feb 2010 19:42:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mac OS X (10.5), NFS, and Linux &#124; Pete Ware</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-117</link>
		<dc:creator>Mac OS X (10.5), NFS, and Linux &#124; Pete Ware</dc:creator>
		<pubDate>Fri, 02 Jan 2009 02:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-117</guid>
		<description>[...] mount an NFS filesystem from my Linux server. There&#8217;s a nice set of instructions on using the Directory Utility to do so. The problem stumping me [...]</description>
		<content:encoded><![CDATA[<p>[...] mount an NFS filesystem from my Linux server. There&#8217;s a nice set of instructions on using the Directory Utility to do so. The problem stumping me [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted M</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-116</link>
		<dc:creator>Ted M</dc:creator>
		<pubDate>Wed, 31 Dec 2008 16:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-116</guid>
		<description>For what it&#039;s worth, the mount_nfs man page recommends using &quot;-o resvport&quot; rather than &quot;-P&quot;  So my options are

-o resvport -o rw,bg,intr,soft,tcp

where &quot;soft,intr&quot; allows commands to be interrupted if the file system becomes unavailable.  (tcp is the default first choice, anyway, after which udp is attempted)</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, the mount_nfs man page recommends using &#8220;-o resvport&#8221; rather than &#8220;-P&#8221;  So my options are</p>
<p>-o resvport -o rw,bg,intr,soft,tcp</p>
<p>where &#8220;soft,intr&#8221; allows commands to be interrupted if the file system becomes unavailable.  (tcp is the default first choice, anyway, after which udp is attempted)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Miller</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-107</link>
		<dc:creator>Roy Miller</dc:creator>
		<pubDate>Fri, 03 Oct 2008 22:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-107</guid>
		<description>For those wondering about how to change UID and GID values - check out the Directory Services Command Line tool (dscl).  This is/was available in Tiger as well, which I didn&#039;t find out about until Leopard came along and NetInfo disappeared!

Read the man page.

Try:
 dscl . -list /Users  to see a list of users.
 dscl . -list /Users PrimaryGroupID to see a list of users and their associated primary group
 dscl . -read /Users/username  to see all the details of a particular user
 dscl . -change /Users/username PrimaryGroupID oldID newID  to change the GID value.

I recommend using the -change option for changes, rather than the -create option.  Create will go ahead and overwrite or create a new field with the assigned value, while Change will complain if you make a typo on the field or old value.

Now if I could only get my Linux export to mount!  Does anyone know if the Linux export works for USB attached disks on a Linux box?
Cheers!</description>
		<content:encoded><![CDATA[<p>For those wondering about how to change UID and GID values &#8211; check out the Directory Services Command Line tool (dscl).  This is/was available in Tiger as well, which I didn&#8217;t find out about until Leopard came along and NetInfo disappeared!</p>
<p>Read the man page.</p>
<p>Try:<br />
 dscl . -list /Users  to see a list of users.<br />
 dscl . -list /Users PrimaryGroupID to see a list of users and their associated primary group<br />
 dscl . -read /Users/username  to see all the details of a particular user<br />
 dscl . -change /Users/username PrimaryGroupID oldID newID  to change the GID value.</p>
<p>I recommend using the -change option for changes, rather than the -create option.  Create will go ahead and overwrite or create a new field with the assigned value, while Change will complain if you make a typo on the field or old value.</p>
<p>Now if I could only get my Linux export to mount!  Does anyone know if the Linux export works for USB attached disks on a Linux box?<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane Blackburn</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-73</link>
		<dc:creator>Stephane Blackburn</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-73</guid>
		<description>Voila!  It was the -P option!  Damn!  Thanks for your hint page!

Server: Ubuntu 8.04, working ok with a ubuntu client.  I&#039;ve change my uid on the Mac side last night doing test... can&#039;t tell if it&#039;s a combination of uid/-P or just the -P option, thanks!</description>
		<content:encoded><![CDATA[<p>Voila!  It was the -P option!  Damn!  Thanks for your hint page!</p>
<p>Server: Ubuntu 8.04, working ok with a ubuntu client.  I&#8217;ve change my uid on the Mac side last night doing test&#8230; can&#8217;t tell if it&#8217;s a combination of uid/-P or just the -P option, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: syrabo</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-72</link>
		<dc:creator>syrabo</dc:creator>
		<pubDate>Thu, 26 Jun 2008 10:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-72</guid>
		<description>My solution for &quot;secure&quot;-mounts with a Linux-NAS (qnap 209 Pro) is the option:

resvport=2049 (NFS on Linux works on port 2049 by default; look at /etc/services

Syntax in the CLI:

sudo mount_nfs -o resvport=2049 :/qusb /Volumes/qusb

In the appication &quot;Directory Utility&quot; set in “Advanced Mount Parameters”:
 
resvport=2049</description>
		<content:encoded><![CDATA[<p>My solution for &#8220;secure&#8221;-mounts with a Linux-NAS (qnap 209 Pro) is the option:</p>
<p>resvport=2049 (NFS on Linux works on port 2049 by default; look at /etc/services</p>
<p>Syntax in the CLI:</p>
<p>sudo mount_nfs -o resvport=2049 :/qusb /Volumes/qusb</p>
<p>In the appication &#8220;Directory Utility&#8221; set in “Advanced Mount Parameters”:</p>
<p>resvport=2049</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-68</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 10 Jun 2008 18:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-68</guid>
		<description>Looking for a howto on changing the uid/gid in leopard, anyone found one that works?</description>
		<content:encoded><![CDATA[<p>Looking for a howto on changing the uid/gid in leopard, anyone found one that works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paolo</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-29</link>
		<dc:creator>Paolo</dc:creator>
		<pubDate>Thu, 17 Jan 2008 14:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-29</guid>
		<description>#/etc/exports

/shares/PINO/ 192.168.1.0/255.255.255.0(insecure,insecure_locks,rw,sync,all_squash,anonuid=33,anongid=33)
/shares/      192.168.1.0/255.255.255.0(rw,sync,no_root_squash)

in this way works with tiger (first share) and leopard (second share). Finally!</description>
		<content:encoded><![CDATA[<p>#/etc/exports</p>
<p>/shares/PINO/ 192.168.1.0/255.255.255.0(insecure,insecure_locks,rw,sync,all_squash,anonuid=33,anongid=33)<br />
/shares/      192.168.1.0/255.255.255.0(rw,sync,no_root_squash)</p>
<p>in this way works with tiger (first share) and leopard (second share). Finally!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VM</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-28</link>
		<dc:creator>VM</dc:creator>
		<pubDate>Wed, 09 Jan 2008 11:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-28</guid>
		<description>Ok thanks.. I&#039;m pretty sure the problem is something along the lines you suggested above. Something to do with privileges in any case.</description>
		<content:encoded><![CDATA[<p>Ok thanks.. I&#8217;m pretty sure the problem is something along the lines you suggested above. Something to do with privileges in any case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russo.</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-27</link>
		<dc:creator>russo.</dc:creator>
		<pubDate>Tue, 08 Jan 2008 23:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-27</guid>
		<description>Umm, i&#039;d say check the host by using &lt;code&gt;rpcinfo -p&lt;/code&gt; If you can&#039;t map the host then check hosts.allow and hosts.deny

Sometimes configuring nfs is hard the first time, but if you read the manual carefully (the best manual i&#039;ve ever seen for something of this type) then you can usually find a solution.

Again, I got this working with debian with no problems at all other than the fact that you maybe have to work with the privileged flag (-P in leopard or make the shares insecure on debian)

Good luck!

D.</description>
		<content:encoded><![CDATA[<p>Umm, i&#8217;d say check the host by using <code>rpcinfo -p</code> If you can&#8217;t map the host then check hosts.allow and hosts.deny</p>
<p>Sometimes configuring nfs is hard the first time, but if you read the manual carefully (the best manual i&#8217;ve ever seen for something of this type) then you can usually find a solution.</p>
<p>Again, I got this working with debian with no problems at all other than the fact that you maybe have to work with the privileged flag (-P in leopard or make the shares insecure on debian)</p>
<p>Good luck!</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VM</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-37</link>
		<dc:creator>VM</dc:creator>
		<pubDate>Tue, 08 Jan 2008 21:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-37</guid>
		<description>Just can&#039;t get Leopard to work with my Debian shares... &quot;#%#&quot;.

Could someone say what switches in /etc/exports are required to get Leopard SOME access to them.. nice blog but I just can&#039;t get ANY access to the shares. Nada. From terminal I get &quot;access denied&quot; basically.. and from Finder after setting up in Directory Utility I just get &quot;alias couldn&#039;t be opened because the original item can&#039;t be found&quot;..

What am I missing here.. and yeah I&#039;ve checked the full path too..</description>
		<content:encoded><![CDATA[<p>Just can&#8217;t get Leopard to work with my Debian shares&#8230; &#8220;#%#&#8221;.</p>
<p>Could someone say what switches in /etc/exports are required to get Leopard SOME access to them.. nice blog but I just can&#8217;t get ANY access to the shares. Nada. From terminal I get &#8220;access denied&#8221; basically.. and from Finder after setting up in Directory Utility I just get &#8220;alias couldn&#8217;t be opened because the original item can&#8217;t be found&#8221;..</p>
<p>What am I missing here.. and yeah I&#8217;ve checked the full path too..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-36</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 05 Jan 2008 14:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-36</guid>
		<description>So my problem seems a little more basic.  Directory utility works fine and the linux computer shows up as /Volumes/potter.  However, I can&#039;t even change to the directory on the iMac because I do not have permissions.

I am using a login/user that does not nave administrative privileges.  However, if I login under an administrative account everything seems works fine.</description>
		<content:encoded><![CDATA[<p>So my problem seems a little more basic.  Directory utility works fine and the linux computer shows up as /Volumes/potter.  However, I can&#8217;t even change to the directory on the iMac because I do not have permissions.</p>
<p>I am using a login/user that does not nave administrative privileges.  However, if I login under an administrative account everything seems works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-34</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 20 Dec 2007 05:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-34</guid>
		<description>Thanks for the info...  I wish Mac OSX would just use the secure port by default.</description>
		<content:encoded><![CDATA[<p>Thanks for the info&#8230;  I wish Mac OSX would just use the secure port by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain Houston</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-40</link>
		<dc:creator>Iain Houston</dc:creator>
		<pubDate>Fri, 14 Dec 2007 13:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-40</guid>
		<description>I think my solution is simple enough.
I was missing the step to map all uids and gids to the anonymous user.
Now the anonuid and anongid will take effect as I had hoped!

In the event:
The Ubuntu clients actually don&#039;t need gid uid mapping, but
the Mac clients need id mapping offered by the &#039;all_squash&#039; option

Now we all have rw access to the nfs exports ... great!

I came across http://linux.die.net/man/5/exports which explained well.

Hope this helps other Leopard users mounting (Ubuntu) nfs exports.</description>
		<content:encoded><![CDATA[<p>I think my solution is simple enough.<br />
I was missing the step to map all uids and gids to the anonymous user.<br />
Now the anonuid and anongid will take effect as I had hoped!</p>
<p>In the event:<br />
The Ubuntu clients actually don&#8217;t need gid uid mapping, but<br />
the Mac clients need id mapping offered by the &#8216;all_squash&#8217; option</p>
<p>Now we all have rw access to the nfs exports &#8230; great!</p>
<p>I came across <a href="http://linux.die.net/man/5/exports" rel="nofollow">http://linux.die.net/man/5/exports</a> which explained well.</p>
<p>Hope this helps other Leopard users mounting (Ubuntu) nfs exports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russo.</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-41</link>
		<dc:creator>russo.</dc:creator>
		<pubDate>Fri, 14 Dec 2007 10:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-41</guid>
		<description>Even if you use anongid and all that, you still have to change the permissions for the folder to allow that gid/uid to write. Just do an ls -l and check the owner and group.

-P might not work if you&#039;re running debian, there you have to compile it yourself so that it has the secure authentication used by Mac OS.

Also &quot;doesn&#039;t work&quot; isn&#039;t helpful, NFS is very well documented just check your logs, and you&#039;ll probably find the problem... eg. tail /var/log/messages

D.</description>
		<content:encoded><![CDATA[<p>Even if you use anongid and all that, you still have to change the permissions for the folder to allow that gid/uid to write. Just do an ls -l and check the owner and group.</p>
<p>-P might not work if you&#8217;re running debian, there you have to compile it yourself so that it has the secure authentication used by Mac OS.</p>
<p>Also &#8220;doesn&#8217;t work&#8221; isn&#8217;t helpful, NFS is very well documented just check your logs, and you&#8217;ll probably find the problem&#8230; eg. tail /var/log/messages</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain Houston</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-46</link>
		<dc:creator>Iain Houston</dc:creator>
		<pubDate>Fri, 14 Dec 2007 10:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-46</guid>
		<description>Great article! Thanks.
Problem that remains for me is gaining rw access to NFS mounts from Leopard.
I use anonuid and anongid in server&#039;s exports and export only to local network.
These exports give me rw access from other *nix machines but not from Leopard.
Tried unsuccessfully the -P option you suggested ... but am thrashing a bit now!
Any attempt by Leopard to change directory names on server results in &quot;you do not have sufficient privileges&quot;</description>
		<content:encoded><![CDATA[<p>Great article! Thanks.<br />
Problem that remains for me is gaining rw access to NFS mounts from Leopard.<br />
I use anonuid and anongid in server&#8217;s exports and export only to local network.<br />
These exports give me rw access from other *nix machines but not from Leopard.<br />
Tried unsuccessfully the -P option you suggested &#8230; but am thrashing a bit now!<br />
Any attempt by Leopard to change directory names on server results in &#8220;you do not have sufficient privileges&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russo.</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-31</link>
		<dc:creator>russo.</dc:creator>
		<pubDate>Fri, 07 Dec 2007 09:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-31</guid>
		<description>Sorry guys Marcus, is right. What i did was created a folder and it works when you have a folder enclosing all the mounts, and thus i didn&#039;t notice that this doesn&#039;t work untill just now.

So Just mount all the mounts /Volumes/Host or /Network/Host and or /Volumes/Mounts or whatever you want. Then in Volumes you will see the folder with the mountnames, these can be dragged into places. If you only have one mount, then i&#039;m not sure that this is that practical.

You could try to create a symlink in command line, i haven&#039;t tried this though... yet.</description>
		<content:encoded><![CDATA[<p>Sorry guys Marcus, is right. What i did was created a folder and it works when you have a folder enclosing all the mounts, and thus i didn&#8217;t notice that this doesn&#8217;t work untill just now.</p>
<p>So Just mount all the mounts /Volumes/Host or /Network/Host and or /Volumes/Mounts or whatever you want. Then in Volumes you will see the folder with the mountnames, these can be dragged into places. If you only have one mount, then i&#8217;m not sure that this is that practical.</p>
<p>You could try to create a symlink in command line, i haven&#8217;t tried this though&#8230; yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-30</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 30 Nov 2007 16:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-30</guid>
		<description>Hi Brent,

I too had the same problem, until I realized that you cannot create an alias of the mount point, but you can create aliases for any and all directories under the NFS mount point.</description>
		<content:encoded><![CDATA[<p>Hi Brent,</p>
<p>I too had the same problem, until I realized that you cannot create an alias of the mount point, but you can create aliases for any and all directories under the NFS mount point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-38</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 25 Nov 2007 19:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-38</guid>
		<description>I tried adding the share to my places however, i just get a white rejection sign when i try to place it in my places.  i tried option apple, and the apple T command to move it to my places.</description>
		<content:encoded><![CDATA[<p>I tried adding the share to my places however, i just get a white rejection sign when i try to place it in my places.  i tried option apple, and the apple T command to move it to my places.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B0rkdox</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-32</link>
		<dc:creator>B0rkdox</dc:creator>
		<pubDate>Fri, 23 Nov 2007 10:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-32</guid>
		<description>How do i get the share in my Finder Sidebar?

I&#039;m a Linux user, just got my first macbook. What the is to &quot;drag it while holding apple + option&quot;? I&#039;ve got my NFS mount in /Network, how do I make it accessible the &quot;mac way&quot;?</description>
		<content:encoded><![CDATA[<p>How do i get the share in my Finder Sidebar?</p>
<p>I&#8217;m a Linux user, just got my first macbook. What the is to &#8220;drag it while holding apple + option&#8221;? I&#8217;ve got my NFS mount in /Network, how do I make it accessible the &#8220;mac way&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-33</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Tue, 20 Nov 2007 16:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-33</guid>
		<description>Great tip, thanks!

Almost everything is working perfectly, I&#039;m just having one small problem that I&#039;m almost ashamed to admit: I can&#039;t create aliases for these shares. The Make Alias option is greyed out in the File menu in Finder. Any ideas out there? Thanks!</description>
		<content:encoded><![CDATA[<p>Great tip, thanks!</p>
<p>Almost everything is working perfectly, I&#8217;m just having one small problem that I&#8217;m almost ashamed to admit: I can&#8217;t create aliases for these shares. The Make Alias option is greyed out in the File menu in Finder. Any ideas out there? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
