M
Marcomm_
Hi,I have a Storage Pool composed by 10 disks and I need to create a Storage Space spread on all ten disks and Dual Parity. The SP has to be optimized for a NTFS partition having 64KB clusters s I need to configure 8 disks with 8KB interleave and 2 with parity.Since it has to be optimized I cannot run it through graphic console, I have to use PowerShell instead (experts that can answer this technical question know why.).The command I tried to use is:New-VirtualDisk -StoragePoolFriendlyName SPMMega -ProvisioningType Thin -Interleave 8KB -FriendlyName SP01DualParity -Size 5TB -ResiliencySettingN
Continue reading...
Continue reading...