Creating a qtree
You can create a qtree to contain your data and specify its properties by using the volume qtree create command.
Before you begin
The SVM and the volume that will contain the new qtree must already exist.
The SVM security style must be UNIX, and NFS should be set up and running.
Example
The following example creates a qtree named qt01 located on SVM vs1.example.com that has a junction path /vol/data1:
cluster1::> volume qtree create -vserver vs1.example.com -qtree-path /vol/data1/qt01 -security-style <span className="ph">unix</span>
[Job 1642] Job succeeded: Successful
cluster1::> volume qtree show -vserver vs1.example.com -qtree-path /vol/data1/qt01
Vserver Name: vs1.example.com
Volume Name: data1
Qtree Name: qt01
Actual (Non-Junction) Qtree Path: /vol/data1/qt01
Security Style: <span className="ph">unix</span>
Oplock Mode: enable
Unix Permissions: ---rwxr-xr-x
Qtree Id: 2
Qtree Status: normal
Export Policy: default
Is Export Policy Inherited: true
Give documentation feedback