<?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: Cannot NFS export as rw and root at the same time in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26710#M2327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Who is allowed to mount is determined by options rw or ro. Your first command line explicitly denies host 1.2.3.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 19:24:40 GMT</pubDate>
    <dc:creator>aborzenkov</dc:creator>
    <dc:date>2014-06-16T19:24:40Z</dc:date>
    <item>
      <title>Cannot NFS export as rw and root at the same time</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26699#M2325</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;When I have this in the etc/exports file:&lt;/P&gt;&lt;P&gt;&amp;nbsp; /vol/test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=1.2.3.4,root=1.2.3.5,nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot mount the volume on host 1.2.3.5:&lt;/P&gt;&lt;P&gt;&amp;nbsp; mount.nfs: access denied by server while mounting 1.2.3.1:/vol/test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I change the exports to have:&lt;/P&gt;&lt;P&gt;&amp;nbsp; /vol/test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw,root=1.2.3.5,nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;everything works fine. But I don't want everyone to be rw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Yes, I'm doing exportfs -r each time after changing the exports file)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why would that be?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:34:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26699#M2325</guid>
      <dc:creator>JERONIMO123</dc:creator>
      <dc:date>2025-06-05T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot NFS export as rw and root at the same time</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26703#M2326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;root= does not imply rw= or ro=.&amp;nbsp; For every entry in root=, you need to specify that it can mount the volume (with rw=/ro=).&amp;nbsp; So:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/vol/test&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys, rw=1.2.3.4:1.2.3.5, root=1.2.3.5, nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:10:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26703#M2326</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-06-16T19:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot NFS export as rw and root at the same time</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26710#M2327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Who is allowed to mount is determined by options rw or ro. Your first command line explicitly denies host 1.2.3.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:24:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26710#M2327</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2014-06-16T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot NFS export as rw and root at the same time</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26717#M2328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simple answer to a simple question, thanks.&lt;/P&gt;&lt;P&gt;Would have been even simpler if that was clearly stated in man na_exports or na_exportfs, .... or I just looked in the wrong place for that info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 21:17:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26717#M2328</guid>
      <dc:creator>JERONIMO123</dc:creator>
      <dc:date>2014-06-16T21:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot NFS export as rw and root at the same time</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26720#M2330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It kind of says so - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unlike in Data ONTAP releases prior to 6.5, if you spec-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ify a list of NFS clients with read-write&amp;nbsp; access&amp;nbsp; using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the rw= option, Data ONTAP does not use the ro option as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the default for all other NFS clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was a pretty big deal when upgrading to 6.5, because the exports had to be scoured to make sure required mount ability wasn't going to go away - which is probably why it sticks in my mind....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 21:40:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26720#M2330</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-06-16T21:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot NFS export as rw and root at the same time</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26724#M2332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I read that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't help if you don't know that there is 'rw' or 'ro'&amp;nbsp; and &lt;SPAN style="text-decoration: underline;"&gt;apart from that&lt;/SPAN&gt; optionally the root parameter, so you have in fact five possible access combinations:&lt;/P&gt;&lt;P&gt;- rw+root&lt;/P&gt;&lt;P&gt;- ro+root&lt;/P&gt;&lt;P&gt;- rw&lt;/P&gt;&lt;P&gt;- ro&lt;/P&gt;&lt;P&gt;- nothing (whether with or without root makes no difference as we have seen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well now I know and it will never leave my mind &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 22:06:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Cannot-NFS-export-as-rw-and-root-at-the-same-time/m-p/26724#M2332</guid>
      <dc:creator>JERONIMO123</dc:creator>
      <dc:date>2014-06-16T22:06:36Z</dc:date>
    </item>
  </channel>
</rss>

