Creating NTFS data volumes
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.
About this task
There are optional parameters that you can use to customize a data volume. For more information about customizing volumes, see the Logical Storage Management Guide.
As you create your data volumes, you should not create junction points within a volume that contains the following:
- Hyper-V files for which ONTAP makes shadow copies
SQL Server database files that are backed up using SQL Server
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.
- Create the data volume by entering the appropriate command:
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 - Verify that the volume configuration is correct: volume show -vserver vserver_name -volume volume_name