<?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:root option in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37212#M3400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The root option gives the root user on an NFS client full privileges on the export. Otherwise, the root user, as you said effectively gets mapped to a UID corresponding to "nobody", a user that has no special privileges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use it if you want to prevent someone who has root access on a client system from making changes on the filesystem. To be honest, it is not widely used these days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Mar 2011 14:14:48 GMT</pubDate>
    <dc:creator>rmharwood</dc:creator>
    <dc:date>2011-03-16T14:14:48Z</dc:date>
    <item>
      <title>NFS:root option</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37203#M3396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to understand what the purpose of using the root access restriction option is while exporting an NFS share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As per &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://now.netapp.com/NOW/knowledge/docs/ontap/rel701r1_gf/html/ontap/filesag/2nfs3.htm" target="_blank"&gt;http://now.netapp.com/NOW/knowledge/docs/ontap/rel701r1_gf/html/ontap/filesag/2nfs3.htm&lt;/A&gt;&lt;SPAN&gt; If you specify a host with the &lt;/SPAN&gt;&lt;KBD&gt;root&lt;/KBD&gt; option, the root user on that host keeps the root UID (0) when accessing the resource.&lt;/P&gt;&lt;P&gt;Doesn't the root user have the UID 0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashutosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:58:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37203#M3396</guid>
      <dc:creator>ashutosh83</dc:creator>
      <dc:date>2025-06-05T06:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:root option</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37207#M3398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;By default, the &lt;KBD&gt;anon&lt;/KBD&gt; option specifies a UID of 65534. That is, if you do not use the &lt;KBD&gt;root&lt;/KBD&gt; and &lt;KBD&gt;anon&lt;/KBD&gt; options for a resource, root users on all hosts access the resource using the UID 65534. &lt;A name="1225021" target="_blank"&gt; &lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;If the &lt;KBD&gt;anon&lt;/KBD&gt; option specifies a UID of 65535, root access is disabled. &lt;A name="1225022" target="_blank"&gt; &lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;If the &lt;KBD&gt;anon&lt;/KBD&gt; option specifies a UID of 0, root access is granted to all hosts. &lt;A name="1259809" target="_blank"&gt; &lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;If a name is provided instead of a UID, that name is looked up&amp;nbsp; according to the order specified in the /etc/nsswitch.conf file to&amp;nbsp; determine the corresponding UID to be assigned by the &lt;KBD&gt;anon&lt;/KBD&gt; option. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clarifies it. Is there anything else that I am missing to understand?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 18:20:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37207#M3398</guid>
      <dc:creator>ashutosh83</dc:creator>
      <dc:date>2011-03-15T18:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: NFS:root option</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37212#M3400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The root option gives the root user on an NFS client full privileges on the export. Otherwise, the root user, as you said effectively gets mapped to a UID corresponding to "nobody", a user that has no special privileges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use it if you want to prevent someone who has root access on a client system from making changes on the filesystem. To be honest, it is not widely used these days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 14:14:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/NFS-root-option/m-p/37212#M3400</guid>
      <dc:creator>rmharwood</dc:creator>
      <dc:date>2011-03-16T14:14:48Z</dc:date>
    </item>
  </channel>
</rss>

