When creating a Storage Space, you choose how to protect your data. This mirrors RAID levels but with friendlier names:
New-VirtualDisk -StoragePoolFriendlyName "MyPool" -FriendlyName "MySpace" -Size 500GB -ResiliencySettingName Mirror windows storage spaces
Note: This process formats the drives involved. Back up any existing data on them before starting. When creating a Storage Space, you choose how
is a software-defined storage technology built into Windows (since Windows 8 and Windows Server 2012). It pools physical drives into a logical storage pool, then creates virtual drives (called storage spaces ) with configurable resilience levels — similar to RAID but more flexible and user-friendly. When creating a Storage Space
Storage Spaces can be managed using the Disk Management console or PowerShell. Users can:
When creating a Storage Space, you choose how to protect your data. This mirrors RAID levels but with friendlier names:
New-VirtualDisk -StoragePoolFriendlyName "MyPool" -FriendlyName "MySpace" -Size 500GB -ResiliencySettingName Mirror
Note: This process formats the drives involved. Back up any existing data on them before starting.
is a software-defined storage technology built into Windows (since Windows 8 and Windows Server 2012). It pools physical drives into a logical storage pool, then creates virtual drives (called storage spaces ) with configurable resilience levels — similar to RAID but more flexible and user-friendly.
Storage Spaces can be managed using the Disk Management console or PowerShell. Users can: