How do I check Windows 7 Software RAID Rebuild Progress from the Command Line?
Fresh3 days ago
Mar 15, 202619882 viewsConfidence Score0%
0%
Problem
I use software RAID on my Windows 7 ultimate box media center. Unfortunately, Windows decides it needs to rebuild my software RAID pair much more often than I'd like. The most common way to see the progress of rebuilding the RAID is to use . However, this is very slow to start up and requires me to…
Error Output
DISKPART> list volume …
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I check Windows 7 Software RAID Rebuild Progress from the Command Line?
Low Risk
More information is available through PowerShell and WMI: Get-WmiObject –List Get-WmiObject –List | Select-String -pattern "disk" Get-WmiObject –List | Select-String -pattern "volume" Get-WmiObject Win32_Volume I'm not sure if it has information you…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix