<?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: How do I mount an NFS share on Windows 2008 R2 in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110764#M7993</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.netapp.com/t5/user/viewprofilepage/user-id/34620" target="_self"&gt;jon_&lt;/A&gt;&amp;nbsp;where you able to run these commands safely?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;What was the result?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can post an update will be really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2015 21:03:30 GMT</pubDate>
    <dc:creator>wbatista</dc:creator>
    <dc:date>2015-10-07T21:03:30Z</dc:date>
    <item>
      <title>How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105757#M7773</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to mount an NFS share on a Windows machine. &amp;nbsp;As I understand it, &lt;A target="_blank" href="https://technet.microsoft.com/en-us/library/cc754350.aspx"&gt;Win2k8 supports NFS&lt;/A&gt;. &amp;nbsp;Based on a post from 2008, it seems I somehow need to &lt;A target="_self" href="https://community.netapp.com/t5/VMware-Solutions-Discussions/Help-NFS-Permission-problem-in-Windows/td-p/3324"&gt;map a user to root&lt;/A&gt;, howerver, it does not appear that the &lt;A target="_blank" href="https://social.technet.microsoft.com/Forums/windowsserver/en-US/514772fa-222d-4075-982c-2e5599e39cdd/where-is-the-user-mappingfeature-for-nfs"&gt;username mapping service&lt;/A&gt;&amp;nbsp;is supported anylonger. &amp;nbsp;I followed the instructions &lt;A target="_blank" href="https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/nfs-access/td-p/2304"&gt;in this post&lt;/A&gt;&amp;nbsp;&amp;nbsp;"&lt;A href="https://now.netapp.com/Knowledgebase/solutionarea.asp?id=kb19890" target="_blank" rel="nofollow"&gt;NFS Mounts with Windows hosts&lt;/A&gt;" however, I'm not sure the instructions "&lt;A href="http://technet.microsoft.com/en-us/library/cc753302.aspx" target="_blank" rel="nofollow"&gt;Services for NFS Step-by-Step Guide for Windows Server 2008&lt;/A&gt;" apply as it seems to want an entirely different NFS client to be installed, also in step 4 of the section "&lt;STRONG&gt;Configuration for Anonymous NFS access&lt;/STRONG&gt;&lt;SPAN&gt;:" the policy "access: Let Everyone permissions apply to anonymous users&lt;SPAN&gt;." does not exist, so I'm unable to follow these instructions&lt;/SPAN&gt;&lt;/SPAN&gt;. &amp;nbsp;This article indicates you&amp;nbsp;&lt;A href="https://technet.microsoft.com/en-us/library/hh509016%28v=ws.10%29.aspx" target="_blank"&gt;can configure user mapping, if your NFS server is connected to AD&lt;/A&gt;&amp;nbsp;(it is not and we do not have any plans to hook our NetApp device up to AD). &amp;nbsp;The Windows server is connected to our AD infrastructure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have exported the share to the full /24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do know that the share is active and mountable from a linux server:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[root@foobar ~]# mount
10.0.70.240:/netappshare on /netappshare type nfs (rw,addr=10.0.70.240)
[root@showmount ~]# showmount -e 10.0.70.240
Export list for 10.0.70.240:
/ (everyone)&lt;/PRE&gt;&lt;P&gt;(interestingly, showmount doesn't show any exports... but it does mount so I'm not sure if that means anything...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I attempt to mount the same share on my windows server, I get the everhelpful "network path was not found":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;C:\Users\domainadmin&amp;gt;showmount -e 10.0.70.240
Exports list on 10.0.70.240:
/                                  All Machines
C:\Users\domainadmin&amp;gt;mount 10.0.70.240:/netappshare *
Network Error - 53

Type 'NET HELPMSG 53' for more information.

C:\Users\domainadmin&amp;gt;net helpmsg 53

The network path was not found.&lt;/PRE&gt;&lt;P&gt;I'm sure it's a PEBCK error, but I'm just not sure where to go from here... it &lt;EM&gt;seems&lt;/EM&gt; like mounting an NFS share should be relatively straightforward so I'm probably missing something obvious.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd appreciate any ideas as I'm stumped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-J&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 00:10:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105757#M7773</guid>
      <dc:creator>jon_</dc:creator>
      <dc:date>2025-06-05T00:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105759#M7774</link>
      <description>I assume you are using C-Mode. Windows NFSv3 clients are supported starting with cDOT 8.2.3 and require explicit SVM configuration. See 8.2.3 release notes for details.</description>
      <pubDate>Tue, 02 Jun 2015 18:43:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105759#M7774</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2015-06-02T18:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105763#M7775</link>
      <description>&lt;P&gt;I believe&amp;nbsp;&lt;A target="_self" href="https://library.netapp.com/ecmdocs/ECMP12365051/html/GUID-B7080A75-610D-46E1-A0EE-6CF1716636A0.html"&gt;this is the document being referred to&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there no way to enable NFS via ONCOMMAND?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do these commands do? &amp;nbsp;What is ejukebox and what are the implications of disabling connection drop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These instructions are concerning without any kind of explanation as to what these commands do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you know NFS instructions were buried in the Release notes? &amp;nbsp;Seems like a rather obscure place to hide information like this. &amp;nbsp;Thanks for the tip!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: &amp;nbsp;The Documentation for the &lt;A target="_self" href="https://library.netapp.com/ecmdocs/ECMP1366832/html/vserver/nfs/modify.html"&gt;vserver nfs modify&lt;/A&gt;&amp;nbsp;command does not clear this up at all either:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="option"&gt;[&lt;STRONG&gt;-enable-ejukebox&lt;/STRONG&gt;&amp;nbsp;{true|false}]&lt;/SPAN&gt;&lt;SPAN&gt; - Enable NFSv3 EJUKEBOX error (privilege: advanced)&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;This optional parameter specifies whether EJUKEBOX errors are enabled for NFSv3. The default setting is &lt;SPAN class="userinput"&gt;true&lt;/SPAN&gt; at the time of creation.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN class="option"&gt;[&lt;STRONG&gt;-v3-connection-drop&lt;/STRONG&gt;&amp;nbsp;{enabled|disabled}]&lt;/SPAN&gt; - Enable the Dropping of a Connection When an NFSv3 Request is Dropped (privilege: advanced)&lt;/P&gt;&lt;DIV&gt;This optional parameter specifies whether NFS v3 connection drop is enabled. The default setting is &lt;SPAN class="userinput"&gt;enabled&lt;/SPAN&gt; at the time of creation.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;EDIT 2:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Unfortunately it seems these instructions don't work either:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;nacluster::&amp;gt; vserver nfs modify -vserver WinNFSTestSVM -v3-ms-dos-client enabled

Error: invalid argument "-v3-ms-dos-client"

nacluster::&amp;gt; vserver nfs modify -vserver WinNFSTestSVM -enable-ejukebox false -v3-connection-drop disabled

Error: invalid argument "-enable-ejukebox"

nacluster::&amp;gt;&lt;/PRE&gt;So I guess the answer is NetApp doesn't support NFS on windows? &amp;nbsp;(Admittedly I don't know what version of cDOT I'm on, so maybe it's just too old... &amp;nbsp;but based on the posts from 2008 and 2010 I would think I should be able to get NFS working...)&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Jun 2015 22:08:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105763#M7775</guid>
      <dc:creator>jon_</dc:creator>
      <dc:date>2015-06-02T22:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105777#M7778</link>
      <description>&lt;P&gt;These are advanced level options. You need "set -privilege advanced" before.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 07:39:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/105777#M7778</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2015-06-03T07:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110764#M7993</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.netapp.com/t5/user/viewprofilepage/user-id/34620" target="_self"&gt;jon_&lt;/A&gt;&amp;nbsp;where you able to run these commands safely?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;What was the result?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can post an update will be really helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:03:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110764#M7993</guid>
      <dc:creator>wbatista</dc:creator>
      <dc:date>2015-10-07T21:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110765#M7994</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; Hello&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://community.netapp.com/t5/user/viewprofilepage/user-id/34620" target="_self"&gt;jon_&lt;/A&gt;&amp;nbsp;where you able to run these commands safely?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; &lt;SPAN class="login-bold"&gt;What was the result?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;No, you can't mount NFS in windows with older versions of NetApp.&amp;nbsp; We're looking at upgrading to the most recent version (or at least&amp;nbsp;ONTAP 8.2.3) and testing again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;"set -privilege advanced" doesn't help in pre 8.2.3 versions.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;As far as I can tell there is no Windows NFS support pre ONTAP 8.2.3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Hope that helps.&amp;nbsp; Let me know if I can provide any further information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:12:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110765#M7994</guid>
      <dc:creator>jon_</dc:creator>
      <dc:date>2015-10-07T21:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110798#M7995</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A href="https://community.netapp.com/t5/user/viewprofilepage/user-id/34620" target="_blank"&gt;jon_&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I will have to wait for 8.2.3 to do some tests also.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2015 11:14:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/110798#M7995</guid>
      <dc:creator>wbatista</dc:creator>
      <dc:date>2015-10-08T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I mount an NFS share on Windows 2008 R2</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/113983#M8143</link>
      <description>&lt;P&gt;Any updates on this?&lt;/P&gt;&lt;P&gt;In the meantime 8.3.1 is out and there NFS mounts with Windows are supported.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 11:32:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/How-do-I-mount-an-NFS-share-on-Windows-2008-R2/m-p/113983#M8143</guid>
      <dc:creator>netapp58</dc:creator>
      <dc:date>2015-12-21T11:32:12Z</dc:date>
    </item>
  </channel>
</rss>

