volume unmount
Unmount a volume
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The volume unmount command unmounts a volume from its parent volume. The volume can be remounted at the same or a different location by using the volume mount command.
Parameters
- -vserver <vserver name> - Vserver Name
- This specifies the Vserver on which the volume is located.
- -volume <volume name> - Volume Name
- This specifies the volume that is to be unmounted.
Examples
The following example unmounts a volume named vol2 on a Vserver named vs0:
node::> volume unmount -vserver vs0 -volume vol2
Give documentation feedback