<?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: about nfs mount command in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433701#M9685</link>
    <description>&lt;P&gt;From the client side, you will use it as you use any NAS server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The mount command will be the same with different&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;lt;Netapp-Vserver&amp;gt;:/junction-path&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/pdf.html?item=/media/10720-tr-4067.pdf" target="_self"&gt;NFS in NetApp ONTAP. Best practice and implementation guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/What_are_junction_paths%3F" target="_self"&gt;What are junction paths?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 09:23:54 GMT</pubDate>
    <dc:creator>Mjizzini</dc:creator>
    <dc:date>2022-04-05T09:23:54Z</dc:date>
    <item>
      <title>about nfs mount command</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433627#M9681</link>
      <description>&lt;P&gt;I'm new to NetApp, but let me ask you the following questions.&lt;/P&gt;&lt;P&gt;I bought the FAS2750 and I don't have it yet, but the Ontap version is probably 9.8 or higher.&lt;/P&gt;&lt;P&gt;Now, I am making an NFS mounting from linux (rhel7) to another NAS storage with the following command.&lt;BR /&gt;#FSTAB command&lt;BR /&gt;&amp;lt;MountServer&amp;gt;:/mnt/Dir1 /mnt/Dir1 nfs4 default,soft 0 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When changing from NAS to FAS2750, Linux will also be upgraded from 7 to 8.&lt;BR /&gt;If so, please give me some advice on how to change this command.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Assuming the following command, I don't know whether 4.1 or 4.2 is the correct answer for nfsvers = 4.X.&lt;BR /&gt;&amp;lt;MountServer&amp;gt;:/mnt/Dir1 /mnt/Dir1 nfs default,soft nfsvers=4.X 0 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:02:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433627#M9681</guid>
      <dc:creator>adakatsu</dc:creator>
      <dc:date>2025-06-04T10:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: about nfs mount command</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433640#M9682</link>
      <description>&lt;P&gt;The answer is a matter of personal preference and need of features. Performance difference is negligible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd suggest reviewing the RFC for each version to make a decision:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://datatracker.ietf.org/doc/html/rfc5662" target="_blank"&gt;https://datatracker.ietf.org/doc/html/rfc5662&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://datatracker.ietf.org/doc/html/rfc7862" target="_blank"&gt;https://datatracker.ietf.org/doc/html/rfc7862&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for which version the mount will use if you don't specify a version, the client negotiates the highest version supported by the server. In ONTAP, NFSv4.2 is enabled with NFSv4.1 (there's no independent option), so if you enable v4.1, you've also enabled v4.2. If you want to use only 4.1, you need to explicitly state it in the mount option.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 14:31:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433640#M9682</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2022-04-04T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: about nfs mount command</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433701#M9685</link>
      <description>&lt;P&gt;From the client side, you will use it as you use any NAS server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The mount command will be the same with different&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&amp;lt;Netapp-Vserver&amp;gt;:/junction-path&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/pdf.html?item=/media/10720-tr-4067.pdf" target="_self"&gt;NFS in NetApp ONTAP. Best practice and implementation guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/What_are_junction_paths%3F" target="_self"&gt;What are junction paths?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 09:23:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/about-nfs-mount-command/m-p/433701#M9685</guid>
      <dc:creator>Mjizzini</dc:creator>
      <dc:date>2022-04-05T09:23:54Z</dc:date>
    </item>
  </channel>
</rss>

