Reference Guide

Option Description Format
-Report32bitInode
<Report32bitInode>
Indicate whether the NFS export
reports 32-bit inode to the clients
Possible values are Yes, No
Example
Add an NFS export named export1 to a NAS volume named vol2 at the path /folder:
CLI> NAS-volumes NFS-exports add export1 vol2 /folder
NAS-Volumes nfs-export select access show
Display a list of all the ACLs on a particular NFS export.
Format
nfs-export select <nfs_export_name> access show
Arguments
Argument Description Format
<nfs-export-
name>
NFS export name Existing NFS export name
NAS-volumes NFS-exports add-acl for-all-clients
Add an ACL (access control list) for all clients accessing an NFS export.
Format
NAS-volumes NFS-exports add-acl for-all-clients <VolumeName> <ExportName>
<TrustUsers> <ReadWrite>
Arguments
Argument Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ExportName> NFS export name Existing NFS export name
<TrustUsers> Type of users to which this NFS
export should be available
Possible values are Nobody,
EveryoneExceptRoot. Note that
"Everyone" is not permitted with
no restriction to a netgroup, a
subnet, or a client machine.
<ReadWrite> Indicate whether the NFS export
is readwrite
Possible values are Yes, No
CLI Commands
111