Table of ContentsView in Frames

Exporting a file system path without adding a corresponding entry to the /etc/exports file

You can use the exportfs -io command to export a file system path without adding a corresponding export entry to the /etc/exports file.

Step

  1. Enter the following command: exportfs -io [options] path

    options is a comma-delimited list of export options. For more information, see the na_exports(5) man page.

    path is a file system path (for example, a path to a volume, directory, or file).

    Note: If you do not specify any export options, Data ONTAP uses the export options specified for the file system path in the /etc/exports file, if any.