<?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: NFS Error Not Mount in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440689#M41629</link>
    <description>&lt;P&gt;Window nfs is pretty much the worst nfs client there is. There are Few extra steps to perform in order to make it work with Microsoft. It doesn’t support anything higher than version 3. I don’t have the link handy but search the Netapp site for windows nfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2022 02:15:14 GMT</pubDate>
    <dc:creator>TMACMD</dc:creator>
    <dc:date>2022-12-28T02:15:14Z</dc:date>
    <item>
      <title>NFS Error Not Mount</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440688#M41628</link>
      <description>&lt;P&gt;I have configured an ontap 9.11.1 with NFS, when creating the volume and presenting it, it always gives me a permissions error. I have configured the following per cli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vserver nfs modify -vserver vserver_name -v3 enabled&lt;BR /&gt;vserver nfs modify -vserver vserver_name -v4.0 enabled&lt;BR /&gt;vserver nfs modify -vserver vserver_name -v4.1 enabled&lt;BR /&gt;vserver nfs modify -vserver vserver_name -tcp enabled&lt;BR /&gt;vserver nfs modify -vserver vserver_name -udp enabled&lt;BR /&gt;vserver nfs modify -vserver vserver_name -mount-rootonly disabled&lt;BR /&gt;vserver nfs modify -vserver vserver_name -nfs-rootonly disabled&lt;/P&gt;&lt;P&gt;vserver nfs modify -vserver vserver_name -showmount enabled&lt;/P&gt;&lt;P&gt;vserver export-policy create -policyname all_nfs -vserver nfs&lt;BR /&gt;vserver export-policy rule create -policyname all_nfs -clientmatch 0.0.0.0/0 -rorule any -rwrule any -superuser any -protocol nfs,nsf3,nfs4&lt;BR /&gt;vserver export-policy rule show -vserver nfs -policyname all_nfs&lt;BR /&gt;volume modify -volume Testing -vserver nfs -policy all_nfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to be able to mount the volume, but the strangest thing is that a volume \! as the picture shows and check and is the nfs_root SVM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:54:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440688#M41628</guid>
      <dc:creator>Sebastian_Antunez</dc:creator>
      <dc:date>2025-06-04T09:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Error Not Mount</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440689#M41629</link>
      <description>&lt;P&gt;Window nfs is pretty much the worst nfs client there is. There are Few extra steps to perform in order to make it work with Microsoft. It doesn’t support anything higher than version 3. I don’t have the link handy but search the Netapp site for windows nfs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 02:15:14 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440689#M41629</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2022-12-28T02:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Error Not Mount</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440700#M41632</link>
      <description>&lt;P&gt;Check this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When using Windows NFS in Data ONTAP the following option should be set:&lt;/P&gt;&lt;P&gt;::&amp;gt; nfs server modify -vserver vservername -showmount enabled&lt;/P&gt;&lt;P&gt;::&amp;gt; nfs server modify -vserver vservername &lt;STRONG&gt;-v3-ms-dos-client&lt;/STRONG&gt; enabled&lt;/P&gt;&lt;P&gt;::&amp;gt; nfs server modify -vserver vservername -enable-ejukebox false&lt;/P&gt;&lt;P&gt;::&amp;gt; nfs server modify -vserver vservername -v3-connection-drop disable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Unable_to_mount_ONTAP_NFS_export_from_Windows_NFS_Client" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Unable_to_mount_ONTAP_NFS_export_from_Windows_NFS_Client&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mount failure with "Network Error - 53" on Native Windows NFS clients&lt;BR /&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Mount_failure_with_Network_Error_53_on_Native_Windows_NFS_clients" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Mount_failure_with_Network_Error_53_on_Native_Windows_NFS_clients&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Windows_cannot_access_share_using_NFS_with_error_code_0x80070079" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Windows_cannot_access_share_using_NFS_with_error_code_0x80070079&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 14:40:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440700#M41632</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2022-12-28T14:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Error Not Mount</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440739#M41633</link>
      <description>&lt;P&gt;One common error is forgetting about the export permissions on your root volume (probably vserver_name_root).&amp;nbsp; If you're trying to mount a junction path /Testing, make sure that / is also exported to your clients.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 15:19:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-Error-Not-Mount/m-p/440739#M41633</guid>
      <dc:creator>EWILTS_SAS</dc:creator>
      <dc:date>2023-01-03T15:19:36Z</dc:date>
    </item>
  </channel>
</rss>

