To ensure that nondisruptive operations for Hyper-V and SQL Server over SMB are successful, volumes must be created with NTFS security style. Since the root volume's security style is applied by default to volumes created on the Storage Virtual Machine (SVM), the security style of the root volume should be set to NTFS.
The following commands verify that the root volume security style is NTFS on SVM vs1:
cluster1::> volume show -vserver vs1 -fields vserver,volume,security-style vserver volume security-style -------- ---------- -------------- vs1 vs1_root unix cluster1::> volume modify -vserver vs1 -volume vs1_root -security-style ntfs cluster1::> volume show -vserver vs1 -fields vserver,volume,security-style vserver volume security-style -------- ---------- -------------- vs1 vs1_root ntfs