Reference Guide

Example
Change a directory into a quota directory on a NAS volume named vol1 and limit the quota to 2 GB:
CLI> NAS-volumes quota directory add vol1 /volume2 -isquotalimited yes -
hardlimit 2GB
NAS-volumes quota directory create-folder
Create a new folder on a NAS volume.
NOTE: Run the NAS-volumes quota directory add command on this folder before adding any
subdirectories or files in the newly created folder.
Format
NAS-volumes quota directory create-folder <VolumeName> <ParentFolder> <Name>
Options
Option Description Format
<VolumeName> NAS volume name Existing NAS volume name
<ParentFolder> Parent folder under the NAS
volume
<Name> Name of the new folder
Example
Create a new folder called /Name/NewFolder on a NAS volume named vol1:
CLI> NAS-volumes quota directory create-folder VolumeName vol1/Name/NewFolder
NAS-volumes quota directory delete
Change a quota directory back into a plain directory on a NAS volume.
Format
NAS-volumes quota directory delete <VolumeName> <Path>
Options
Option Description Format
<VolumeName> NAS volume name Existing NAS volume name
<Path> Path to the quota directory
CLI Commands
121