S2D virtual disk extension fails due to sector size mismatch (4Kn vs 512e): how to reconcile differing drive formats?

Yone Louis 0 Reputation points
2026-09-08T14:26:09.87+00:00

Attempting to extend an S2D virtual disk fails with "Incompatible Allocation Unit Size" when newly added physical capacity drives were formatted using a different sector size (4Kn vs 512e). How do we reconcile physical sector size differences within an active S2D pool?

Windows for business | Windows 365 Business
0 comments No comments

1 answer

Sort by: Most helpful
  1. Tracy Le 11,535 Reputation points Independent Advisor
    2026-09-08T15:12:13.4033333+00:00

    Hello Yone Louis,

    Storage Spaces Direct requires all physical disks in a pool to use the same sector format. If a virtual disk was created on 512e drives, it cannot be extended across 4Kn drives because the sector sizes differ, and Windows will stop the operation with an incompatible allocation unit error. In practice, you cannot mix these two layouts within the same virtual disk.

    The supported approach is to retire the 4Kn drives from the pool using Set‑PhysicalDisk -Usage Retired, replace them with disks that match the 512e format, and then run Repair‑VirtualDisk to restore consistency. If your hardware vendor provides a utility that allows sector reformatting, you can reformat the new drives offline to 512e before adding them back.

    Once all disks in the pool share the same sector specification, you can safely extend the storage by running Resize‑VirtualDisk followed by Resize‑Partition. If this resolves the issue and restores your environment, please accept this answer.

    Tracy Le.

    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.