LinuxMoz

Linux Stuff && Coffee

NetApp Create Qtree - Command Line

How to create a NetApp qtree using the command line (cli). A qtree is what NetApp call a partition, you are able to resize a qtree at any point and apply quotas similar to LVM on Linux.

NetApp Create Qtree Command

The following command will Create a qtree in the vol /vol/cifs1/:

1
netapp01> qtree create /vol/cifs1/cifs-share

You can confirm the qtree has been created correctly and check it’s status with the NetApp Qtree Status command.

You might be interested in my other NetApp Commands.

Comments