Commands for managing FlexVol volumes
There are specific commands for managing FlexVol volumes using the ONTAP CLI.
| If you want to... | Use this command... |
|---|---|
| Bring a volume online | volume online |
| Change the size of a volume | volume size |
| Determine the associated aggregate of a volume | volume show |
| Determine the associated aggregate for all volumes on a storage virtual machine (SVM) | volume show -vserver <vserver_name> -fields aggregate |
| Determine the format of a volume | volume show -fields block-type |
| Mount a volume onto another volume using a junction | volume mount |
| Put a volume into the restricted state | volume restrict |
| Rename a volume | volume rename |
| Take a volume offline | volume offline |
See the man page for each command for more information.
Give documentation feedback