<?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 Server and Client Configuration in Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Jaunty,Karmic,Lucid</description>
	<lastBuildDate>Mon, 22 Mar 2010 06:20:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-23508</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-23508</guid>
		<description>/etc/init.d/nfs-kernel-server requires localhost to be defined in /etc/hosts</description>
		<content:encoded><![CDATA[<p>/etc/init.d/nfs-kernel-server requires localhost to be defined in /etc/hosts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmthong</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-17532</link>
		<dc:creator>lmthong</dc:creator>
		<pubDate>Fri, 27 Nov 2009 17:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-17532</guid>
		<description>zukakog says:
May 3, 2007 at 7:38 pm

NFS can be tricky because it uses the same permissions as your local drive. Someone with UID=1000 and GID=1000 saves a file, with permissions 770, on an NFS share. Only those with the same UID or GID can read/write the file.

I use NFS for all of my desktop computers, but I have a laptop that runs Vista Ultimate. With Vista Ultimate (and Windows XP), you can install Services for Unix, which includes support for NFS. My problem is that Vista and XP seem to send UID and GID as -2. I can’t figure out how to change them. Anyone have any suggestions?
-----------------------

I use ldap as a central authentication like DC (include uid/gid attributes) on NFS Server. Use pam-ldap for an other authentication method from linux client: log-in, get uid/gid from ldap, access to NFS.

Use pGina (http://www.pgina.org) for an other authentication method from Windows platform to ldap: log-in, get uid/gid from ldap, access to NFS.

Is it enough for you? :)</description>
		<content:encoded><![CDATA[<p>zukakog says:<br />
May 3, 2007 at 7:38 pm</p>
<p>NFS can be tricky because it uses the same permissions as your local drive. Someone with UID=1000 and GID=1000 saves a file, with permissions 770, on an NFS share. Only those with the same UID or GID can read/write the file.</p>
<p>I use NFS for all of my desktop computers, but I have a laptop that runs Vista Ultimate. With Vista Ultimate (and Windows XP), you can install Services for Unix, which includes support for NFS. My problem is that Vista and XP seem to send UID and GID as -2. I can’t figure out how to change them. Anyone have any suggestions?<br />
-----------------------</p>
<p>I use ldap as a central authentication like DC (include uid/gid attributes) on NFS Server. Use pam-ldap for an other authentication method from linux client: log-in, get uid/gid from ldap, access to NFS.</p>
<p>Use pGina (<a href="http://www.pgina.org" rel="nofollow">http://www.pgina.org</a>) for an other authentication method from Windows platform to ldap: log-in, get uid/gid from ldap, access to NFS.</p>
<p>Is it enough for you? <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonDoeParkLane66</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1533</link>
		<dc:creator>jonDoeParkLane66</dc:creator>
		<pubDate>Sat, 31 May 2008 23:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1533</guid>
		<description>From the way you spin it is their any disernable difference to samba?</description>
		<content:encoded><![CDATA[<p>From the way you spin it is their any disernable difference to samba?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1532</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 22 Apr 2008 17:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1532</guid>
		<description>Guys, this is a great tutorial, but

&lt;code&gt;
/files 192.168.1.1/24(rw,no_root_squash,async)
&lt;/code&gt;

is insanely insecure... As long as you never have / shared like this it&#039;s ok, but no_root_squash is generally a Bad Idea.</description>
		<content:encoded><![CDATA[<p>Guys, this is a great tutorial, but</p>
<p><code><br />
/files 192.168.1.1/24(rw,no_root_squash,async)<br />
</code></p>
<p>is insanely insecure&#8230; As long as you never have / shared like this it&#8217;s ok, but no_root_squash is generally a Bad Idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1531</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 08 Oct 2007 23:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1531</guid>
		<description>Great tutorial.  Two problems that I had and solutions for anyone experiencing the same thing.
1) I was getting a permission denied error when mounting
sudo mount server.mydomain.com:/files /files
I found that changing the
/etc/exports
line to
/files 192.168.1.0/255.255.255.0(rw,no_root_squash,async)
fixed the problem. &lt;a href=&quot;http://ubuntuforums.org/archive/index.php/t-534693.html&quot; rel=&quot;nofollow&quot;&gt;Source&lt;/a&gt;.

2)In altering the /etc/fstab file I needed to add
0 0
to the end of the line so it read
server.mydomain.com:/files /files nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
&lt;a href=&quot;http://ubuntuguide.org/wiki/Ubuntu:Feisty#Installing_NFS_Server&quot; rel=&quot;nofollow&quot;&gt;Found that here&lt;/a&gt;.  Thanks</description>
		<content:encoded><![CDATA[<p>Great tutorial.  Two problems that I had and solutions for anyone experiencing the same thing.<br />
1) I was getting a permission denied error when mounting<br />
sudo mount server.mydomain.com:/files /files<br />
I found that changing the<br />
/etc/exports<br />
line to<br />
/files 192.168.1.0/255.255.255.0(rw,no_root_squash,async)<br />
fixed the problem. <a href="http://ubuntuforums.org/archive/index.php/t-534693.html" rel="nofollow">Source</a>.</p>
<p>2)In altering the /etc/fstab file I needed to add<br />
0 0<br />
to the end of the line so it read<br />
server.mydomain.com:/files /files nfs rsize=8192,wsize=8192,timeo=14,intr 0 0<br />
<a href="http://ubuntuguide.org/wiki/Ubuntu:Feisty#Installing_NFS_Server" rel="nofollow">Found that here</a>.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott P</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1530</link>
		<dc:creator>Scott P</dc:creator>
		<pubDate>Sat, 18 Aug 2007 21:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1530</guid>
		<description>Just a quick note - you don&#039;t have to restart the NFS server whenever you make a config change - just issue the &quot;exportfs -a&quot; command.</description>
		<content:encoded><![CDATA[<p>Just a quick note - you don&#8217;t have to restart the NFS server whenever you make a config change - just issue the &#8220;exportfs -a&#8221; command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rbm0307</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1529</link>
		<dc:creator>rbm0307</dc:creator>
		<pubDate>Thu, 16 Aug 2007 18:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1529</guid>
		<description>Sam,

&lt;blockquote cite=&quot;When I run sudo exportfs -a I get this error
exportfs: /etc/exports [1]: Neither ’subtree_check’ or ‘no_subtree_check’ specified for export “192.168.1.1/24:/media/hdb1/DVArchive_files/Local_Guide”.
Assuming default behaviour (’subtree_check’).
Note: this default will change with nfs-utils version 1.1.0&quot;&gt;

This is an informational message, not an error.  Add the &quot;subtree_check&quot; option to each of your entries in /etc/exports; for example, (rw,no_root_squash,async,subtree_check).  The message will disappear.  As it stands, your NFS should be operational with or without this option in /etc/exportfs.

Robert.</description>
		<content:encoded><![CDATA[<p>Sam,</p>
<blockquote cite="When I run sudo exportfs -a I get this error<br />
exportfs: /etc/exports [1]: Neither ’subtree_check’ or ‘no_subtree_check’ specified for export “192.168.1.1/24:/media/hdb1/DVArchive_files/Local_Guide”.<br />
Assuming default behaviour (’subtree_check’).<br />
Note: this default will change with nfs-utils version 1.1.0">
<p>This is an informational message, not an error.  Add the &#8220;subtree_check&#8221; option to each of your entries in /etc/exports; for example, (rw,no_root_squash,async,subtree_check).  The message will disappear.  As it stands, your NFS should be operational with or without this option in /etc/exportfs.</p>
<p>Robert.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfe</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1528</link>
		<dc:creator>Alfe</dc:creator>
		<pubDate>Thu, 16 Aug 2007 14:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1528</guid>
		<description>Hi, I have the same problem as Ben above does: The mount command does not show the NFS mounts created at boot time.  Upon umounting and mounting them again, they are shown properly.  I too have feisty running, but my NFS servers vary (SuSE and dapper server).  So I assume only the client matters for this issue.

My NFS mounts show up in /proc/mounts though.

Any information on this topic would be greatly appreciated (even more if sent to ubuntugeek#alfe.de (replace the # by a @))

Thanks!

Alfe</description>
		<content:encoded><![CDATA[<p>Hi, I have the same problem as Ben above does: The mount command does not show the NFS mounts created at boot time.  Upon umounting and mounting them again, they are shown properly.  I too have feisty running, but my NFS servers vary (SuSE and dapper server).  So I assume only the client matters for this issue.</p>
<p>My NFS mounts show up in /proc/mounts though.</p>
<p>Any information on this topic would be greatly appreciated (even more if sent to ubuntugeek#alfe.de (replace the # by a @))</p>
<p>Thanks!</p>
<p>Alfe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainman</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1527</link>
		<dc:creator>rainman</dc:creator>
		<pubDate>Wed, 15 Aug 2007 05:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1527</guid>
		<description>Hi, I&#039;m new to Ubuntu and I need help. I have 7.04 everything so far so good. But I&#039;m trying to share my hard drives from Ubuntu with my Vista Machine. I followed the direction above and from other instructions. But no luck. I&#039;m having these issues if someone would help:

my /etc/exports file has this line only:
/media/hdb1/DVArchive_files/Local_Guide  192.168.1.1/24(rw,no_root_squash,async)

When I run sudo exportfs -a I get this error
exportfs: /etc/exports [1]: Neither &#039;subtree_check&#039; or &#039;no_subtree_check&#039; specified for export &quot;192.168.1.1/24:/media/hdb1/DVArchive_files/Local_Guide&quot;.
Assuming default behaviour (&#039;subtree_check&#039;).
Note: this default will change with nfs-utils version 1.1.0

Any idea what does this mean.
Also can you please direct me to instruction on how to set nfs on Vista?

Thanks
Sam</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m new to Ubuntu and I need help. I have 7.04 everything so far so good. But I&#8217;m trying to share my hard drives from Ubuntu with my Vista Machine. I followed the direction above and from other instructions. But no luck. I&#8217;m having these issues if someone would help:</p>
<p>my /etc/exports file has this line only:<br />
/media/hdb1/DVArchive_files/Local_Guide  192.168.1.1/24(rw,no_root_squash,async)</p>
<p>When I run sudo exportfs -a I get this error<br />
exportfs: /etc/exports [1]: Neither &#8217;subtree_check&#8217; or &#8216;no_subtree_check&#8217; specified for export &#8220;192.168.1.1/24:/media/hdb1/DVArchive_files/Local_Guide&#8221;.<br />
Assuming default behaviour (&#8217;subtree_check&#8217;).<br />
Note: this default will change with nfs-utils version 1.1.0</p>
<p>Any idea what does this mean.<br />
Also can you please direct me to instruction on how to set nfs on Vista?</p>
<p>Thanks<br />
Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Southernman</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1526</link>
		<dc:creator>Southernman</dc:creator>
		<pubDate>Fri, 10 Aug 2007 00:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1526</guid>
		<description>Thank you - works perfectly. Like I need to tell the Ubuntu-Geek this!</description>
		<content:encoded><![CDATA[<p>Thank you - works perfectly. Like I need to tell the Ubuntu-Geek this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1525</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 03 Jul 2007 00:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1525</guid>
		<description>@Jeffcobb:  We just debugged this on our own systems.  You have to make sure that portmap is installed on the Ubuntu boxen.  Otherwise the mount takes ages but eventually succeeds.</description>
		<content:encoded><![CDATA[<p>@Jeffcobb:  We just debugged this on our own systems.  You have to make sure that portmap is installed on the Ubuntu boxen.  Otherwise the mount takes ages but eventually succeeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1524</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Fri, 11 May 2007 06:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1524</guid>
		<description>i have an ubuntu dapper server and a feisty client. the server has nfs configured since hoary and everything worked fine.
but after upgrading from edgy to feisty on my client, the &quot;mount&quot; - command does not show up the mounted nfs directories even if i am working on it.
&quot;nfsstat -m&quot; shows them all up.

output of mount:
&lt;code&gt;
%mount
/dev/sda1 on / type ext3 (rw)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.20-15-generic/volatile type tmpfs (rw)
/dev/sda3 on /home type ext3 (rw,user_xattr)
/dev/sda4 on /var type ext3 (rw,user_xattr)
nfsd on /proc/fs/nfsd type nfsd (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
&lt;/code&gt;

output of &quot;nfsstat -m&quot;

&lt;code&gt;
/NFS/tohuwabohu/media from tohuwabohu:/data/media
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu

/NFS/tohuwabohu/music from tohuwabohu:/data/media/music
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu

/NFS/tohuwabohu/os-backup from tohuwabohu:/backup
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu

/NFS/tohuwabohu/backup from tohuwabohu:/data/backup
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu

/NFS/tohuwabohu/transfer from tohuwabohu:/data/transfer
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu

/NFS/tohuwabohu/software from tohuwabohu:/data/software
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu

/NFS/tohuwabohu/ben from tohuwabohu:/home/ben
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu
&lt;/code&gt;

if i mount one additional directory manually from the server, the mount - comamand shows it up as i would expect it.

does anybody know, what is went wrong?

ben</description>
		<content:encoded><![CDATA[<p>i have an ubuntu dapper server and a feisty client. the server has nfs configured since hoary and everything worked fine.<br />
but after upgrading from edgy to feisty on my client, the &#8220;mount&#8221; - command does not show up the mounted nfs directories even if i am working on it.<br />
&#8220;nfsstat -m&#8221; shows them all up.</p>
<p>output of mount:<br />
<code><br />
%mount<br />
/dev/sda1 on / type ext3 (rw)<br />
proc on /proc type proc (rw,noexec,nosuid,nodev)<br />
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)<br />
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)<br />
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)<br />
procbususb on /proc/bus/usb type usbfs (rw)<br />
udev on /dev type tmpfs (rw,mode=0755)<br />
devshm on /dev/shm type tmpfs (rw)<br />
devpts on /dev/pts type devpts (rw,gid=5,mode=620)<br />
lrm on /lib/modules/2.6.20-15-generic/volatile type tmpfs (rw)<br />
/dev/sda3 on /home type ext3 (rw,user_xattr)<br />
/dev/sda4 on /var type ext3 (rw,user_xattr)<br />
nfsd on /proc/fs/nfsd type nfsd (rw)<br />
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)<br />
</code></p>
<p>output of &#8220;nfsstat -m&#8221;</p>
<p><code><br />
/NFS/tohuwabohu/media from tohuwabohu:/data/media<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu</p>
<p>/NFS/tohuwabohu/music from tohuwabohu:/data/media/music<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu</p>
<p>/NFS/tohuwabohu/os-backup from tohuwabohu:/backup<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu</p>
<p>/NFS/tohuwabohu/backup from tohuwabohu:/data/backup<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu</p>
<p>/NFS/tohuwabohu/transfer from tohuwabohu:/data/transfer<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu</p>
<p>/NFS/tohuwabohu/software from tohuwabohu:/data/software<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu</p>
<p>/NFS/tohuwabohu/ben from tohuwabohu:/home/ben<br />
 Flags: rw,vers=3,rsize=8192,wsize=8192,hard,intr,proto=tcp,timeo=600,retrans=2,sec=sys,addr=tohuwabohu<br />
</code></p>
<p>if i mount one additional directory manually from the server, the mount - comamand shows it up as i would expect it.</p>
<p>does anybody know, what is went wrong?</p>
<p>ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1523</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 11 May 2007 03:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1523</guid>
		<description>I think, this still not solve my question. I&#039;m already try NFS+NIS. So everyone can make new file on share folder. But my ubuntu still give permission new file 644 with owner user.user. N another user, can not change that file. Just read only

How to make my Ubuntu give permission (on the fly) 660 every new file created by user on share folder. N change the group owner as group &quot;finance&quot; as example.

Any solusion with this? Cause with samba i can use this option:
 create mask = 0660
 directory mask = 0770
 force group = finance</description>
		<content:encoded><![CDATA[<p>I think, this still not solve my question. I&#8217;m already try NFS+NIS. So everyone can make new file on share folder. But my ubuntu still give permission new file 644 with owner user.user. N another user, can not change that file. Just read only</p>
<p>How to make my Ubuntu give permission (on the fly) 660 every new file created by user on share folder. N change the group owner as group &#8220;finance&#8221; as example.</p>
<p>Any solusion with this? Cause with samba i can use this option:<br />
 create mask = 0660<br />
 directory mask = 0770<br />
 force group = finance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: czar</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1522</link>
		<dc:creator>czar</dc:creator>
		<pubDate>Thu, 10 May 2007 23:41:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1522</guid>
		<description>Great tut...

&lt;strong&gt;@zukakog:&lt;/strong&gt;
simply change file access permissions to any data written from the NFS mounts in Linux, as windows requires WORLD READ/WORLD WRITE

&lt;code&gt;sudo chmod -R 0777 /home/czar/my_nas_share_folder/&lt;/code&gt;

Now pop back to Windows and feel the insecurity.</description>
		<content:encoded><![CDATA[<p>Great tut&#8230;</p>
<p><strong>@zukakog:</strong><br />
simply change file access permissions to any data written from the NFS mounts in Linux, as windows requires WORLD READ/WORLD WRITE</p>
<p><code>sudo chmod -R 0777 /home/czar/my_nas_share_folder/</code></p>
<p>Now pop back to Windows and feel the insecurity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeffcobb</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1521</link>
		<dc:creator>jeffcobb</dc:creator>
		<pubDate>Thu, 10 May 2007 16:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1521</guid>
		<description>I like and use NFS but have noticed on a LAN of mixed Deb and Ubuntu boxen, the debs all mount remote dirs ~ 5x faster than the Ubuntu boxen. No idea why but the initial mount is nothing less than painful.</description>
		<content:encoded><![CDATA[<p>I like and use NFS but have noticed on a LAN of mixed Deb and Ubuntu boxen, the debs all mount remote dirs ~ 5x faster than the Ubuntu boxen. No idea why but the initial mount is nothing less than painful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1520</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 09 May 2007 05:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1520</guid>
		<description>One thing I&#039;ve been unhappy with is that when I try to mount an NFS share off my server (debian machine) onto my laptop, I get a seg fault.  Every time.  This only happens with Ubuntu, been using NFS for years with various distros and IRIX.  I don&#039;t care enough to really track it down, but after reading this and trying to mount the share (works fine on other machines), I get a seg fault.  Dammit.

Nice tutorial by the way.  Most people are surprised at how simple NFS, usually after going through SAMBA configuration dance.</description>
		<content:encoded><![CDATA[<p>One thing I&#8217;ve been unhappy with is that when I try to mount an NFS share off my server (debian machine) onto my laptop, I get a seg fault.  Every time.  This only happens with Ubuntu, been using NFS for years with various distros and IRIX.  I don&#8217;t care enough to really track it down, but after reading this and trying to mount the share (works fine on other machines), I get a seg fault.  Dammit.</p>
<p>Nice tutorial by the way.  Most people are surprised at how simple NFS, usually after going through SAMBA configuration dance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El Cerrajero</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1519</link>
		<dc:creator>El Cerrajero</dc:creator>
		<pubDate>Tue, 08 May 2007 17:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1519</guid>
		<description># Zukakog, use NFS in combination with NIS o LDAP to avoid that problem

# John: you can&#039;t edit a document opened by another user because is locked, but you can edit it &#039;after it is closed&#039; just taking in account file&#039;s permissions.</description>
		<content:encoded><![CDATA[<p># Zukakog, use NFS in combination with NIS o LDAP to avoid that problem</p>
<p># John: you can&#8217;t edit a document opened by another user because is locked, but you can edit it &#8216;after it is closed&#8217; just taking in account file&#8217;s permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Coleman</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1518</link>
		<dc:creator>Jeff Coleman</dc:creator>
		<pubDate>Tue, 08 May 2007 01:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1518</guid>
		<description>NFS Server Configuration worked like a charm, great tutorial.</description>
		<content:encoded><![CDATA[<p>NFS Server Configuration worked like a charm, great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zukakog</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1517</link>
		<dc:creator>zukakog</dc:creator>
		<pubDate>Thu, 03 May 2007 18:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1517</guid>
		<description>NFS can be tricky because it uses the same permissions as your local drive.  Someone with UID=1000 and GID=1000 saves a file, with permissions 770, on an NFS share.  Only those with the same UID or GID can read/write the file.

I use NFS for all of my desktop computers, but I have a laptop that runs Vista Ultimate.  With Vista Ultimate (and Windows XP), you can install Services for Unix, which includes support for NFS.  My problem is that Vista and XP seem to send UID and GID as -2.  I can&#039;t figure out how to change them.  Anyone have any suggestions?</description>
		<content:encoded><![CDATA[<p>NFS can be tricky because it uses the same permissions as your local drive.  Someone with UID=1000 and GID=1000 saves a file, with permissions 770, on an NFS share.  Only those with the same UID or GID can read/write the file.</p>
<p>I use NFS for all of my desktop computers, but I have a laptop that runs Vista Ultimate.  With Vista Ultimate (and Windows XP), you can install Services for Unix, which includes support for NFS.  My problem is that Vista and XP seem to send UID and GID as -2.  I can&#8217;t figure out how to change them.  Anyone have any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html/comment-page-1#comment-1516</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 02 May 2007 09:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/nfs-server-and-client-configuration-in-ubuntu.html#comment-1516</guid>
		<description>I already try NFS like this. But if I create a openoffice file on share folder, why my friend can not edit that file from another computer?</description>
		<content:encoded><![CDATA[<p>I already try NFS like this. But if I create a openoffice file on share folder, why my friend can not edit that file from another computer?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
