<?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 Can mount nfs with read and write, but is not allowed change/save the same file in windows in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/110731#M7992</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a SVM with cDOT 8.3 and SVM (CIFS and NFS) is ok on the network The Linux server mount NFS volume and allow read and write permissions.&lt;BR /&gt;all files created in the linux server is seen in the windows server (share CIFS)&lt;BR /&gt;I can only read the same files that were created in linux, but if i create a new file it is allowed. I can´t change and write in the same file created in the linux server. I need change the file (created in the linux) and save in the windows CIFS share. It is possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-MRF&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 23:06:58 GMT</pubDate>
    <dc:creator>ADDEDMARIORF3</dc:creator>
    <dc:date>2025-06-04T23:06:58Z</dc:date>
    <item>
      <title>Can mount nfs with read and write, but is not allowed change/save the same file in windows</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/110731#M7992</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a SVM with cDOT 8.3 and SVM (CIFS and NFS) is ok on the network The Linux server mount NFS volume and allow read and write permissions.&lt;BR /&gt;all files created in the linux server is seen in the windows server (share CIFS)&lt;BR /&gt;I can only read the same files that were created in linux, but if i create a new file it is allowed. I can´t change and write in the same file created in the linux server. I need change the file (created in the linux) and save in the windows CIFS share. It is possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-MRF&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:06:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/110731#M7992</guid>
      <dc:creator>ADDEDMARIORF3</dc:creator>
      <dc:date>2025-06-04T23:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can mount nfs with read and write, but is not allowed change/save the same file in windows</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/111414#M8008</link>
      <description>&lt;P&gt;When dealing with CIFS and NFS on the same volume/dataset, you have to keep in mind the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Security style: this is the style of ACL of the filesystem object. If NTFS security, NFS clients will need to map a UNIX user to a Windows user to figure out permissions. If UNIX security, CIFS clients will need to map to a UNIX user to figure out UNIX permissions. If mixed, then the *effective* security style of the volume will determine how you authenticate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Permissions: NTFS security = NTFS ACLs. UNIX security = UNIX mode bits (ie 777) or NFSv4 ACLs. NFS clients don't understand NTFS ACLS. CIFS clients don't understand UNIX ACLs. That's why we map users; to figure out permissions. If using mixed security style, the effective security style will change based on the last change of permissions (ie chmod).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're able to authenticate and write to a volume, that means you have permissions. If you can't change the file (or ACLs) that means you need to figure out the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Who the user accessing the file *really* is in terms of what the cluster sees&lt;/P&gt;&lt;P&gt;- What permissions/security style is on the volume/file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some commands to get you started:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;::&amp;gt; vserver security file-directory show -vserver [SVM] -path [/volname/file] (this shows you sec style, ACLs, etc)&lt;/P&gt;&lt;P&gt;::&amp;gt; set diag&lt;/P&gt;&lt;P&gt;::*&amp;gt; diag secd authentication show-creds -vserver [SVM] -node [nodename] -win-name [windowsname]&lt;/P&gt;&lt;P&gt;::*&amp;gt; diag secd authentication show-creds -vserver [SVM] -node [nodename] -unix-name [unixname]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Those commands will help you determine the "who" and the "what" of your issue.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 20:52:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/111414#M8008</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2015-10-20T20:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can mount nfs with read and write, but is not allowed change/save the same file in windows</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/111472#M8012</link>
      <description>&lt;P&gt;Hello Parisi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will go apply this procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-MRF&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:38:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-mount-nfs-with-read-and-write-but-is-not-allowed-change-save-the-same-file/m-p/111472#M8012</guid>
      <dc:creator>ADDEDMARIORF3</dc:creator>
      <dc:date>2015-10-21T13:38:56Z</dc:date>
    </item>
  </channel>
</rss>

