<?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: Hide .dot files in Cluster Mode in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/110039#M23254</link>
    <description>&lt;P&gt;Thanks Renifa&lt;/P&gt;&lt;P&gt;I thought that would be the case.&amp;nbsp; In the mean time I've created a Windows Powershell script&amp;nbsp;&lt;STRONG&gt;hideHidden.ps1 &lt;/STRONG&gt;(stored in a&amp;nbsp;Q:\Windows\Scripts\ directory) users can run (home directories being mounted as an H drive)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Write-Host "Hiding Hidden files"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Set-Location H:\&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; dir .* | foreach {$_.Attributes = $_.Attributes,'Hidden'}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script is run from a batch file (which is what the users run)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; @echo off&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; cd Q:\Windows\Scripts\&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -File hideHidden.ps1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine&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;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Sep 2015 11:11:41 GMT</pubDate>
    <dc:creator>TJSTEWATE4</dc:creator>
    <dc:date>2015-09-22T11:11:41Z</dc:date>
    <item>
      <title>Hide .dot files in Cluster Mode</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/109908#M23234</link>
      <description>&lt;P&gt;I am running NetApp release 8.2.3P2 having just upgraded to Cluster mode from 7-mode. Our unit has a mixture of Linux users and Windows users, and people who use both depending on what they want to do.&lt;/P&gt;&lt;P&gt;For Windows users, when they open their network shares they can see all the hidden dot files files set up by Linux, even though in Windows folder options is set to hide hidden files; in other words the NetApp options are over riding Windows.&amp;nbsp; In 7-mode these files could be hidden using cifs options to show or hide dot files - which is what we did, and it all worked nicely.&lt;/P&gt;&lt;P&gt;Looking in our autosupport we can see in the OPTIONS.txt file that the cifs options&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cifs.show_dotfiles&lt;/STRONG&gt; is on&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cifs.show_snapshot&lt;/STRONG&gt; is off&lt;/P&gt;&lt;P&gt;So it appears that the options are still there.&amp;nbsp; Unfortunately you can't set cifs options in the same way as you could in 7-mode for cluster mode, and I can't simply set the option cifs.show_dotfiles to off.&lt;/P&gt;&lt;P&gt;The command vserver cifs share properties does not show this option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:16:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/109908#M23234</guid>
      <dc:creator>TJSTEWATE4</dc:creator>
      <dc:date>2025-06-04T23:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide .dot files in Cluster Mode</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/109933#M23235</link>
      <description>&lt;P&gt;Hi TJSTEWATE4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As off now clustered Data ONTAP does not support the command&amp;nbsp; "options cifs.show_dotfiles"&lt;/P&gt;&lt;P&gt;Looks like the team is working on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Renifa.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2015 05:18:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/109933#M23235</guid>
      <dc:creator>Renifa</dc:creator>
      <dc:date>2015-09-18T05:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hide .dot files in Cluster Mode</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/110039#M23254</link>
      <description>&lt;P&gt;Thanks Renifa&lt;/P&gt;&lt;P&gt;I thought that would be the case.&amp;nbsp; In the mean time I've created a Windows Powershell script&amp;nbsp;&lt;STRONG&gt;hideHidden.ps1 &lt;/STRONG&gt;(stored in a&amp;nbsp;Q:\Windows\Scripts\ directory) users can run (home directories being mounted as an H drive)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Write-Host "Hiding Hidden files"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; Set-Location H:\&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; dir .* | foreach {$_.Attributes = $_.Attributes,'Hidden'}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script is run from a batch file (which is what the users run)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; @echo off&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; cd Q:\Windows\Scripts\&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -File hideHidden.ps1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine&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;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:11:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Hide-dot-files-in-Cluster-Mode/m-p/110039#M23254</guid>
      <dc:creator>TJSTEWATE4</dc:creator>
      <dc:date>2015-09-22T11:11:41Z</dc:date>
    </item>
  </channel>
</rss>

