<?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>Dmitry Nedospasov&#039;s Blog</description>
	<lastBuildDate>Mon, 24 May 2010 18:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bruce</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-73</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Mon, 24 May 2010 18:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-73</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: NFS on Mac OS X 10.5 Leopard</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-59</link>
		<dc:creator>NFS on Mac OS X 10.5 Leopard</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-59</guid>
		<description>[...] NFS on Mac OS X 10.5 [...]</description>
		<content:encoded><![CDATA[<p>[...] NFS on Mac OS X 10.5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Access NFS Shares from Mac OS X 10.6 Snow Leopard</title>
		<link>http://nedos.net/2007/11/10/nfs-in-mac-os-105-leopard/comment-page-1/#comment-58</link>
		<dc:creator>Access NFS Shares from Mac OS X 10.6 Snow Leopard</dc:creator>
		<pubDate>Thu, 25 Mar 2010 01:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://nedos.net/blog/?p=46#comment-58</guid>
		<description>[...] Doing so will lead to a very similar dialog as in the 10.5 Directory Utility.  Follow the advice is used earlier to both define the mounts and add an alias to [...]</description>
		<content:encoded><![CDATA[<p>[...] Doing so will lead to a very similar dialog as in the 10.5 Directory Utility.  Follow the advice is used earlier to both define the mounts and add an alias to [...]</p>
]]></content:encoded>
	</item>
	<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-57</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-57</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-56</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-56</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-55</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-55</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-54</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-54</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-53</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-53</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-52</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-52</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-32</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-32</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>
</channel>
</rss>
