NFS export options NFS export options are used to allow access to specified hosts by a hostname, IPv4 address/subnet. This is known as "host based access control". In addition, individual users on the hosts/subnets can be specified. Read-only hosts Read-Only Hosts, subnets, and users that may mount the share as read-only, i.e., the share may only be read, not modified. The ability to read individual file shares depends on permissions for the shared files themselves. If Everyone (i.e., *) is specified, anyone can mount the share read-only. Read/write hosts Read/Write permits the file share that is mounted to be readable and writable depending on the permissions on the underlying file. If "Everyone" is chosen for Read-Only, setting a host(s) and/or subnet(s) here will override the read-only setting for the hosts(s)/subnet(s) specified. Root hosts Root can be used to to run as root on the shares. Note that this does not imply that files can be accessed for read/write or read-only. However, read-only or read/write access is possible if the host(s)/subnet(s) is specified in the corresponding access list. Normally, the root user on the NFS client is mapped to an anon user on the server. The Full Control (Root) access list does not map the root user on the client to an anon user on the server. Instead, the root user on the client runs as the root user on the server. Deny hosts Deny Hosts/subnets in this list may not mount shares from the server for read-only or for read-write. If Everyone (*) is in this list, no one can use the nfs share. Security mode Security Mode configures the mode of NFS authentication. It can be either System Authentication (sys), Kerberos (krb*), or both. The default is System Authentication. In order to use Kerberos modes the system itself must be configured with the KDC. Hide descendant datasets Hiding Descendant Datasets will prevent child datasets from being presented when accessing this dataset. Data security labels Data Security Labels allow support for Multi-Level Security (MLS) technology.