Projects: NFS Version 4 Open Source Reference Implementation
NFS version 4 /etc/exports for Linux
Every entry in the /etc/exports file looks like this.
(pseudo path) (export path) [ro] [sec=
Pseudo path - is the path of the pseudo system. This is the file
system that the client will see. You can make any hierarchal virtual file system you
want with these pseudo directories. The last directory is the mount point
where the exported directory will be mounted.
Export path - is the path to the actual directory that you will be
exporting.
ro - is to make the exported directory read-only. This is optional.
sec= - is the security options that will be negotiated by the client and
the server. If you want to have multiple options to negotiate put a :
in between the options. List all the security options that you would want
to use.