<?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: without specifying options how to export only a particular file system in /etc/exports? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24098#M5693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unexport only one directory by "exportfs -u &amp;lt;path&amp;gt; ( if you wish to do so)&amp;nbsp; and export all with "exportfs -a"&lt;/P&gt;&lt;P&gt;or use exportfs -r (exports which has no persistent entry in /etc/exports will be unexported if using -r)&lt;/P&gt;&lt;P&gt;from the man page, &lt;/P&gt;&lt;DL&gt;&lt;DT&gt;&lt;STRONG&gt;-r&lt;/STRONG&gt; &lt;/DT&gt;&lt;DD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exports all file system paths specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file and unexports all file system paths not specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file. To export all file system paths specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file without unexporting any file system paths, use the &lt;STRONG&gt;-a&lt;/STRONG&gt; option instead. Note: Data ONTAP re-exports a file system path only if its persistent export options (those specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file) are different from its current export options, thus ensuring that it does not expose NFS clients unnecessarily to a brief moment during a re-export in which a file system path is not available. &lt;BR /&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 10:54:12 GMT</pubDate>
    <dc:creator>georgevj</dc:creator>
    <dc:date>2014-05-30T10:54:12Z</dc:date>
    <item>
      <title>without specifying options how to export only a particular file system in /etc/exports?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24083#M5686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wante to export only a file system with all options specified in /etc/exports, I can use&amp;nbsp; the&amp;nbsp; command exportfs -io [options] path. However, since there are long options come with that path, I am wondering if there are any ways, I can only specify the path in /etc/exports, and don't need to specify the long options. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I do exportfs -i path, it will export the file system, but all options get cut off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:35:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24083#M5686</guid>
      <dc:creator>netappmagic</dc:creator>
      <dc:date>2025-06-05T05:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: without specifying options how to export only a particular file system in /etc/exports?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24087#M5687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question is not clear. Do you wish to put all options into /etc/exports, or not? exportfs -i command is to "ignore" the options of a currently active export. If you want to pass all export options throgh CLI and write the same to /etc/exports file, try using "exportfs -p &amp;lt;options&amp;gt; &amp;lt;path&amp;gt;" (-p to make the export permanent). You may also check "man exportfs" to see what other options are available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 08:42:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24087#M5687</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2014-05-30T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: without specifying options how to export only a particular file system in /etc/exports?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24091#M5689</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;Hope the below link helps,&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="https://library.netapp.com/ecmdocs/ECMP1511537/html/man1/na_exportfs.1.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1511537/html/man1/na_exportfs.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 08:44:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24091#M5689</guid>
      <dc:creator>hariprak</dc:creator>
      <dc:date>2014-05-30T08:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: without specifying options how to export only a particular file system in /etc/exports?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24095#M5691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the file system and along with the long options already in /etc/exports file. After I made a change, I want to re-export the entire entry, including options, but without typing the long options in the command line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Since the entry is already in the file, and -p will add the entry in the file, so -p could not do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it is more clear this time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 10:23:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24095#M5691</guid>
      <dc:creator>netappmagic</dc:creator>
      <dc:date>2014-05-30T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: without specifying options how to export only a particular file system in /etc/exports?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24098#M5693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unexport only one directory by "exportfs -u &amp;lt;path&amp;gt; ( if you wish to do so)&amp;nbsp; and export all with "exportfs -a"&lt;/P&gt;&lt;P&gt;or use exportfs -r (exports which has no persistent entry in /etc/exports will be unexported if using -r)&lt;/P&gt;&lt;P&gt;from the man page, &lt;/P&gt;&lt;DL&gt;&lt;DT&gt;&lt;STRONG&gt;-r&lt;/STRONG&gt; &lt;/DT&gt;&lt;DD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Exports all file system paths specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file and unexports all file system paths not specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file. To export all file system paths specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file without unexporting any file system paths, use the &lt;STRONG&gt;-a&lt;/STRONG&gt; option instead. Note: Data ONTAP re-exports a file system path only if its persistent export options (those specified in the &lt;STRONG&gt;/etc/exports&lt;/STRONG&gt; file) are different from its current export options, thus ensuring that it does not expose NFS clients unnecessarily to a brief moment during a re-export in which a file system path is not available. &lt;BR /&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 10:54:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/without-specifying-options-how-to-export-only-a-particular-file-system-in-etc/m-p/24098#M5693</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2014-05-30T10:54:12Z</dc:date>
    </item>
  </channel>
</rss>

