Skip to main content
To configure software RAID in Windows
Last update:

To configure software RAID in Windows

Configuring a software RAID array in the Windows environment has its own peculiarities in contrast to the configuration under Linux systems.

Software arrays can only be created on dynamic disks. You can install or boot Windows from a dynamic volume only if the disk has been converted from a system or boot volume. That is, if multiple OS instances are installed, then after the disk is converted to dynamic, only the instance that is on the boot partition can be booted. Only mirror array (RAID1) can be created for boot and system volumes, other types of array cannot be created, as they imply installation of the system on a pre-created partition.

Working with software arrays and dynamic disks is done through the Storage — Disk Management mapping in Server Manager.

carefully

This operation is irreversible, you cannot repartition the boot disk, as it will no longer be bootable, but you can expand the volume using the unallocated space.

  1. To convert disks to dynamic disks, right-click and select Convert to Dynamic Disk from the menu that appears. You can convert multiple disks at once.
  2. To create an array, right-click on the desired volume and select the desired option from the drop-down menu. In the case of the system and boot volumes, the only option would be a mirror.
  3. Select the disk to place the mirrored volume on. When the array is complete, resynchronization will immediately begin.
  4. You can either merge multiple disks into a separate volume or create RAID0, 1 or 5.

BIOS

The following procedure describes how to manually configure disk mirroring (RAID1) in Windows Server operating system:

  1. Go to StartControl PanelSystem And SecurityAdministrative Tools.
  2. Select Create and format hard disk partitions.
  3. Right click on Disk 0 and select Convert to dynamic disk.
  4. Repeat the procedure for Disk 1.
  5. In Disk Management, right-click on the C: drive and select Add mirroring from the drop-down menu.
  6. In the next menu, select Disk 1 and click Add mirroring.

Once you have completed the steps, disk synchronization will begin. Synchronization will take some time, which depends on the size of the disks.

UEFI

Each UEFI system contains a system partition (UEFI System Partition). This partition cannot be mirrored by automatic Windows tools and requires manual copying and configuration on the second disk:

  1. Create a UEFI System Partition on the second disk and format it to FAT.
  2. Copy the UEFI System Partition data from the first disk to the second disk.
  3. The remaining partitions can be mirrored as described above (Disk ManagementAdd mirroring).