You must create NTFS data volumes on the Storage Virtual Machine (SVM) before you can configure continuously available shares for use with Hyper-V or SQL Server over SMB application servers. Use the volume configuration worksheet to create your data volumes.
There are optional parameters that you can use to customize a data volume. For more information about customizing volumes, see the Clustered Data ONTAP Logical Storage Management Guide.
As you create your data volumes, you should not create junction points within a volume that contains the following:
You must either delete the volume and re-create the volume with NTFS security style, or you can map the volume on a Windows host and apply an ACL at the top of the volume and propagate the ACL to all files and folders in the volume.
| If you want to create a volume in an SVM where the root volume security style is... | Enter the command... |
|---|---|
| NTFS | volume create -vserver vserver_name -volume volume_name -aggregate aggregate_name -size integer[KB|MB|GB|TB|PB] -junction-path path |
| Not NTFS | volume create -vserver vserver_name -volume volume_name -aggregate aggregate_name -size integer[KB|MB|GB|TB|PB] -security-style ntfs -junction-path path |