<?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 Undocumented cifs options in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Undocumented-cifs-options/m-p/95881#M19598</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could anyone please explain what these two options are for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cifs.home_dir.generic_share_access_level 3&lt;BR /&gt;cifs.home_dir.generic_share_access_warn on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't access my homedir via \\filer\~ and i wonder if it has something to do with these undocumented options.&lt;/P&gt;&lt;P&gt;\\filer\%username% works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its a FAS2520 with ONTAP8.2.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:25:05 GMT</pubDate>
    <dc:creator>SCHLEGELM</dc:creator>
    <dc:date>2025-06-05T05:25:05Z</dc:date>
    <item>
      <title>Undocumented cifs options</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Undocumented-cifs-options/m-p/95881#M19598</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could anyone please explain what these two options are for:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cifs.home_dir.generic_share_access_level 3&lt;BR /&gt;cifs.home_dir.generic_share_access_warn on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't access my homedir via \\filer\~ and i wonder if it has something to do with these undocumented options.&lt;/P&gt;&lt;P&gt;\\filer\%username% works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its a FAS2520 with ONTAP8.2.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:25:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Undocumented-cifs-options/m-p/95881#M19598</guid>
      <dc:creator>SCHLEGELM</dc:creator>
      <dc:date>2025-06-05T05:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Undocumented cifs options</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Undocumented-cifs-options/m-p/96465#M19666</link>
      <description>&lt;P&gt;Please see the command manual page reference for data ontap 8.2.2 for details about these options.&lt;/P&gt;&lt;P&gt;You may access the following link to see the options man page.&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://library.netapp.com/ecmdocs/ECMP1511537/html/man1/na_options.1.html"&gt;https://library.netapp.com/ecmdocs/ECMP1511537/html/man1/na_options.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have copied the relevant text here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cifs.home_dir.generic_share_access_warn&lt;/STRONG&gt;&lt;BR /&gt;Controls the genertion of EMS message when clients attempt to access any of the to generic homedir shares ( "~", "cifs.homedir" or "~cifs.homedir"). Note that even if this option is set to "off", an EMS will be generated when Data ONTAP detects an actual attempt to perform an unsafe access.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Default:&lt;/STRONG&gt; on&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Effective:&lt;/STRONG&gt; Immediately&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Persistence:&lt;/STRONG&gt; Remains in effect across system reboots&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cifs.home_dir.generic_share_access_level&lt;/STRONG&gt;&lt;BR /&gt;Controls access to generic homedir share named "~", "cifs.homedir" or "~cifs.homedir"&lt;/P&gt;&lt;P&gt;If this options is set to 0, all access using generic home directory share name is denied. Using a value of 0 prevents any possibility of a client with multiple connections, for example a Windows Terminal Server or Citrix, from granting incorrect access to other users of the same generic homedir share who may have files or directories named the same.&lt;/P&gt;&lt;P&gt;When this option is set to 1, access using generic home directory share name is always allowed. Set this option to 1, if you are sure there is no possibility of more than one user on the same client accessing the generic home directory share at the same time.&lt;/P&gt;&lt;P&gt;Setting this option to 2 allows restricted use of the generic home directory share name. Data ONTAP tries to detect conflicting access patterns and reject them. If the clients are SMB 2.1 aware, they are protected from compatibility issues by allowing only one user from a client to access using a particular generic home directory share name. All further attempts to access the same share name from same client by different users are rejected. If the clients are not SMB 2.1 aware, Data ONTAP tries to minimize the compatibility issues by disabling opportunistic locks (aka oplocks) on the files under the generic home directory share. Lack of opportunistic locks can result in performance degradation.&lt;/P&gt;&lt;P&gt;The value 3 for this option behaves similar to value 2 for SMB 2.1 aware clients, but rejects access to clients that are not SMB 2.1 aware. This setting avoids all compatibility issues and provides restricted access to the generic home directory share.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Default:&lt;/STRONG&gt; 3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Values:&lt;/STRONG&gt; 0, 1, 2, 3&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Effective:&lt;/STRONG&gt; Immediately&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Persistence:&lt;/STRONG&gt; Remains in effect across system reboots&lt;/P&gt;</description>
      <pubDate>Tue, 11 Nov 2014 11:32:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Undocumented-cifs-options/m-p/96465#M19666</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2014-11-11T11:32:06Z</dc:date>
    </item>
  </channel>
</rss>

