directory
Syntax
directory <DIRECTORY-NAME>
no directory <DIRECTORY-NAME>
Description
Selects an existing directory on the external storage volume.
The
no
form of this command clears a directory of an external storage volume.
Command context
config-external-storage-<VOLUME-NAME>
Parameters
<DIRECTORY-NAME>
Specifies the external storage directory for mapping the volume.
Authority
Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.
Examples
Creating a volume named logfiles that is mapped under /home on the server:
switch(config)# external-storage logfiles switch(config-external-storage-logfiles)# directory /home
Clearing the directory /home:
switch(config)# external-storage logfiles switch(config-external-storage-logfiles)# no directory /home