Share via

New-VirtualDisk : Not Supported

macnare 5 Reputation points
2025-03-08T00:14:25.9466667+00:00

I have the same issue with Storage Spaces as the person who posted a question here on March 5th.

In an administrative PowerShell console, when I issue the below command:

New-VirtualDisk -StoragePoolFriendlyName "Storage pool" -FriendlyName "StoragePool" -NumberOfColumns 4 -Interleave 32KB -ResiliencySettingName Parity -UseMaximumSize

I get the following error:

New-VirtualDisk : Not Supported
Activity ID: {6ec5fb66-7faa-000e-0dce-c76eaa7fdb01}
At line:1 char:1
+ New-VirtualDisk -StoragePoolFriendlyName "Storage pool" -FriendlyName ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (StorageWMI:ROOT/Microsoft/...SFT_StoragePool) [New-VirtualDisk], CimException
    + FullyQualifiedErrorId : StorageWMI 1,New-VirtualDisk

I'm trying to create the new Storage Space because I want to create a custom interleave size.

Has anyone else experienced this issue or found a workaround?

Windows for business | Windows Client for IT Pros | User experience | Other

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-10T08:31:53.57+00:00

    Hi,

    What is the configuration of the storage pool? NumberOfColumns should be less than or equal to the number of physical disks. You can use the Get-StoragePool cmdlet to check the status of the storage pool.

    Also use the Get-PhysicalDisk cmdlet to check the status of the physical. Ensure that the disks are healthy and properly attached.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.