<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Permission on exported NFS volume - problem ... in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78423#M7106</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pawel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users are writing to the volume on a PC - is there a CIFS share on the volume, or is it mounted to the PC via NFS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they're writing via CIFS, the group the file inherits will be the users' NFS groups, either from the filer's /etc/passwd file, or NIS/LDAP, assuming that the usermapping is properly configured.&amp;nbsp; On the CIFS share, you can set the forcegroup option and/or one of the umask options, to ensure others can write to the files (again, with CIFS access).&amp;nbsp; If you set the umask to 002, files written will be group writeable, which means that any other user who maps to that same unix group will be able to overwrite the file.&amp;nbsp; If you set the forcegroup to whatever group the file gets written with, then everyone who connets will inherit that group, regardless of the group they actually connect to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they're writing over an NFS mount to the PC, whatever software is being used to facilitate that should have some sort of user/group/permissions configuration, which you'd have to mess around with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2012 22:07:08 GMT</pubDate>
    <dc:creator>billshaffer</dc:creator>
    <dc:date>2012-05-16T22:07:08Z</dc:date>
    <item>
      <title>Permission on exported NFS volume - problem ...</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78420#M7105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have problem&amp;nbsp; perrmissions on the exported volume.&lt;/P&gt;&lt;P&gt;Volume security style is UNIX.&lt;/P&gt;&lt;P&gt;Two users with the same group write file to nfs share on your PC.&lt;/P&gt;&lt;P&gt;How to configure permissions on exported volume or storage &lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all users&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the same group&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;read and write&lt;/SPAN&gt;&lt;/SPAN&gt; file &lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;you can set&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;permissions&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;files saved&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as the same user ID&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;group ID ???&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Best Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Pawel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:27:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78420#M7105</guid>
      <dc:creator>pawel_wierzbicki</dc:creator>
      <dc:date>2025-06-05T06:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on exported NFS volume - problem ...</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78423#M7106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pawel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The users are writing to the volume on a PC - is there a CIFS share on the volume, or is it mounted to the PC via NFS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they're writing via CIFS, the group the file inherits will be the users' NFS groups, either from the filer's /etc/passwd file, or NIS/LDAP, assuming that the usermapping is properly configured.&amp;nbsp; On the CIFS share, you can set the forcegroup option and/or one of the umask options, to ensure others can write to the files (again, with CIFS access).&amp;nbsp; If you set the umask to 002, files written will be group writeable, which means that any other user who maps to that same unix group will be able to overwrite the file.&amp;nbsp; If you set the forcegroup to whatever group the file gets written with, then everyone who connets will inherit that group, regardless of the group they actually connect to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they're writing over an NFS mount to the PC, whatever software is being used to facilitate that should have some sort of user/group/permissions configuration, which you'd have to mess around with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2012 22:07:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78423#M7106</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2012-05-16T22:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on exported NFS volume - problem ...</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78427#M7107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;My all volumes is mounted to the PC (linux hosts)&amp;nbsp; via NFS. &lt;/P&gt;&lt;P&gt;Can I set umask 002 from the netapp storage on NFS share. &lt;/P&gt;&lt;P&gt;Now all files are saved with umask 022 so users who maps to the same unix group can not edit files one another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pawel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 13:21:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78427#M7107</guid>
      <dc:creator>pawel_wierzbicki</dc:creator>
      <dc:date>2012-05-23T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on exported NFS volume - problem ...</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78432#M7108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pawel:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the best of my knowledge, you cannot set the umask on the NetApp side for NFS shares.&amp;nbsp; However, from the Linux side you can set the umask of all the users in questions to 002 at login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 19:38:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78432#M7108</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2012-05-23T19:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Permission on exported NFS volume - problem ...</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78437#M7109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pawel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 09:48:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Permission-on-exported-NFS-volume-problem/m-p/78437#M7109</guid>
      <dc:creator>pawel_wierzbicki</dc:creator>
      <dc:date>2012-05-24T09:48:30Z</dc:date>
    </item>
  </channel>
</rss>

