3.1.2 MxFS-Linux Administration Guide
Chapter 2: Configure Export Groups 13
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Create Export Records
To add export records directly to the NFS Exports tab, click on Insert. A
row will then open up on the NFS Exports tab.
You can type the record information directly on the row, or you can click
the Edit button at the end of the row to display the Export Record Details
dialog, which simplifies constructing the record.
An export record uses the following format, which is documented in the
Linux exports(5) man page:
<exported_path> [<client>] [(<option>, ...)]
The <exported_path> must start with a slash (/ ) and must include at least
one directory name (for example, /data1 is valid but / is invalid). If you do
not specify a client, all clients will be allowed access. An asterisk (*) is also
equivalent to specifying all clients. The options are as specified in the