Methodology to Mimic Dynamic Disk Mirroring action for existing volume using StorageSpaces

Sharan Sai 1 Reputation point
2023-03-16T07:30:38.8333333+00:00

We are able to mirror the existing data present in a disk with the say Volume F: using the disk management tool /disk part commands.

But i would like to replicate this mirroring of Existing Volume using storagespaces. Please do guide me with relevant Doc or Relevant command to mirror existing volume or disk to an virtualdisk

Windows for business | Windows Server | User experience | PowerShell
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-03-16T15:37:48.38+00:00

    Hi,

    I'd be happy to help you out with your question. Sorry for the inconvenience caused.

    Please follow below mentioned steps To replicate the mirroring of an existing volume or disk to a virtual disk using Storage Spaces :-

    1. Create a new pool in Storage Spaces containing only one disk.
    2. Add a virtual disk using the pool you just created.
    3. Use PowerShell to create a two-way mirrored storage space.
    4. Wait for the synchronization process to complete.

    Note :- In a storage space with two-way mirroring enabled, a copy of every slab is kept on both disks so that if one goes down, no user data will be lost. Two-way mirrored volumes cannot be upgraded in-place to three-way mirroring. Instead, you can create a new volume and migrate (copy) the data from the old volume to the new one

    Please refer to below resources for more Information -

    1. Use the Disk Management Snap-in - Windows Server :- https://learn.microsoft.com/troubleshoot/windows-server/backup-and-storage/disk-management-snap-in-basic-dynamic-disks
    2. Adding servers or drives to Storage Spaces Direct :- https://learn.microsoft.com/windows-server/storage/storage-spaces/add-nodes

    If you have any other questions or need assistance with anything, please don't hesitate to let me know. I'm here to help.

    If the reply was helpful, please don’t forget to upvote or accept as answer, thank you.


Your answer

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