<?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: Can't access cifs hidden homedirs in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76344#M6918</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;\\filer\jouser$ would suggest that you've created a separate (hidden) share for every user, which is probably not the case right? You probably created a single hidden share for user's homedirs - and moved their folders there. If that's the case, try \\filer\sharename$\user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 07:33:30 GMT</pubDate>
    <dc:creator>igor</dc:creator>
    <dc:date>2011-03-18T07:33:30Z</dc:date>
    <item>
      <title>Can't access cifs hidden homedirs</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76339#M6916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're migrating from windows FS to cifs. I've robocopied all our user folders across to the filer, and set the homedirs as hidden. All our users have a folder named the same as their domain logon. We can't seem to map drives to the user homedirs.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user tries to connect by doing \\filer\cifs.homedir, everything works, but if they try to connect by doing \\filer\jouser$ it fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why and what I can do to resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:00:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76339#M6916</guid>
      <dc:creator>macmillan_it</dc:creator>
      <dc:date>2025-06-05T07:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access cifs hidden homedirs</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76344#M6918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;\\filer\jouser$ would suggest that you've created a separate (hidden) share for every user, which is probably not the case right? You probably created a single hidden share for user's homedirs - and moved their folders there. If that's the case, try \\filer\sharename$\user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 07:33:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76344#M6918</guid>
      <dc:creator>igor</dc:creator>
      <dc:date>2011-03-18T07:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access cifs hidden homedirs</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76348#M6920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have just run through exactly the same setup you have tried and managed to get it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you planning to setup the homedirs directly from the filer or are you using a vfiler for the home directory share?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option worth checking would be if you map a network drive to filer\ETC$ then open the cifs_homedir.cfg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should then see something similar to the info below;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&lt;EM&gt;#&lt;BR /&gt; # This file contains the path(s) used by the filer to determine if a&lt;BR /&gt; # CIFS user has a home directory. See the System Administrator's Guide&lt;BR /&gt; # for a full description of this file and a full description of the&lt;BR /&gt; # CIFS homedir feature.&lt;BR /&gt; #&lt;BR /&gt; # There is a limit to the number of paths that may be specified.&lt;BR /&gt; # Currently that limit is 1000.&lt;BR /&gt; # Paths must be entered one per line.&lt;BR /&gt; #&lt;BR /&gt; # After editing this file, use the console command "cifs homedir load"&lt;BR /&gt; # to make the filer process the entries in this file.&lt;BR /&gt; #&lt;BR /&gt; # Note that the "#" character is valid in a CIFS directory name.&lt;BR /&gt; # Therefore the "#" character is only treated as a comment in this&lt;BR /&gt; # file if it is in the first column.&lt;BR /&gt; #&lt;BR /&gt; # Two example path entries are given below.&lt;BR /&gt; # /vol/vol0/users1&lt;BR /&gt; # /vol/vol1/users2&lt;BR /&gt; #&lt;BR /&gt; /vol/ukbr01a_agg1_vfiler1/home/&lt;/EM&gt; &lt;/SPAN&gt;(This will need to match the volume name and share you have created)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in our environment I then created a folder with my username in the home directory. Then i could map directly to %filername%\mgreav2$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option also to try help with troubleshooting would be from the CLI run the following command cifs homedir showuser (username)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should then give you an output similar to the screenshot attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how you get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 22:20:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76348#M6920</guid>
      <dc:creator>mattgreaves</dc:creator>
      <dc:date>2011-03-22T22:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't access cifs hidden homedirs</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76353#M6921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like &lt;STRONG&gt;options cifs.home_dir_namestyle hidden&lt;/STRONG&gt; ... several options and hidden seems the one you are looking for for username$ to work ... other options are ntname, domain, mapped&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 23:21:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Can-t-access-cifs-hidden-homedirs/m-p/76353#M6921</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2011-03-22T23:21:14Z</dc:date>
    </item>
  </channel>
</rss>

