Rebuilding a Storage Space - Two way mirror

0

I received a message that one of my two identical 3TB hard drives in a simple two-way mirror Storage Spaces in Windows 10 had stopped working.

I have identified which one of the two it is. I removed the disk from the computer and inserted it into another machine. It is perfectly fine. Data all there.

I have now replaced it in the original machine, checked the cables, etc, and it's detected in BIOS and device manager. It isn't giving me a "Lost Communication" error. I cannot get it to resync and approve the drive. I have tried:

PS C:\WINDOWS\system32> Get-VirtualDisk

FriendlyName ResiliencySettingName FaultDomainRedundancy OperationalStatus HealthStatus    Size FootprintOnPool Storage
                                                                                                                Efficie
                                                                                                                    ncy
------------ --------------------- --------------------- ----------------- ------------    ---- --------------- -------
Storage RAID Mirror                1                     Degraded          Warning      2.72 TB         4.56 TB  49.99%


PS C:\WINDOWS\system32> Repair-VirtualDisk -FriendlyName 'Storage RAID'
Repair-VirtualDisk : Unspecified Error

Extended information:
Element not found.

Activity ID: {57f9049f-acaa-4b84-9df6-2e8468ca6a68}
At line:1 char:1
+ Repair-VirtualDisk –FriendlyName 'Storage RAID'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (StorageWMI:ROOT/Microsoft/...SFT_VirtualDisk) [Repair-VirtualDisk], CimEx
   ception
    + FullyQualifiedErrorId : StorageWMI 2,Repair-VirtualDisk

After that I tried:

PS C:\WINDOWS\system32> Reset-PhysicalDisk

And nothing changed.

Have looked at this article hodkins.io, however it doesn't work on account of Windows demanding a fresh drive before removing the old one.

Is there any way to rebuild this mess without a new drive? I could probably get one but I would have to overpay for it or it will take a couple months. One should be able to resync 2 perfectly good drives with no issue...

daniel_l

Posted 2019-12-20T22:57:54.603

Reputation: 1

No answers