Asked by:
Storage pool disappeared after added one disk on windows 10

Question
-
the system, windows 10 pro, works fine in the last few months. After I just added the second disk, the storage space panel shows unrecognized configuration. I restarted the system and everything disappeared, nothing shown on the storage panel, disk management as well expect the system disk. i can't create a new pool and the physical disks are normally shown on the device manager. I have tried everything I can but nothing works except one command
get-storagepool
FriendlyName OperationalStatus HealthStatus IsPrimordial IsReadOnly Size AllocatedSize
------------ ----------------- ------------ ------------ ---------- ---- -------------
Primordial OK Healthy True False 32.81 TB 32.75 TBGet-PhysicalDisk
Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size
------ ------------ ------------ --------- ------- ----------------- ------------ ----- ----
Get-PhysicalDisk Number FriendlyName SerialNumber MediaType CanPool OperationalStatus HealthStatus Usage Size ------ ------------ ------------ --------- ------- ----------------- ------------ ----- ---- 5 QEMU HARDDISK QM00009 Unspecified False {Starting, OK} Unknown Unknown 7.28 TB 2 QEMU HARDDISK QM00003 Unspecified False {Starting, OK} Unknown Unknown 1.82 TB 0 QEMU HARDDISK QM00001 Unspecified False OK Healthy Auto-Select 64 GB 3 QEMU HARDDISK QM00005 Unspecified False {Starting, OK} Unknown Unknown 3.64 TB 6 QEMU HARDDISK QM00011 Unspecified False {Starting, OK} Unknown Unknown 7.28 TB 8 QEMU HARDDISK QM00015 Unspecified False {Starting, OK} Unknown Unknown 7.28 TB 4 QEMU HARDDISK QM00007 Unspecified False {Starting, OK} Unknown Unknown 3.64 TB 7 QEMU HARDDISK QM00013 Unspecified False {Starting, OK} Unknown Unknown 1.82 TB
the other commands I have tried:
PS C:\Windows\system32> repair-VirtualDisk cmdlet Repair-VirtualDisk at command pipeline position 1 Supply values for the following parameters: FriendlyName[0]: Primordial FriendlyName[1]: repair-VirtualDisk : No MSFT_VirtualDisk objects found with property 'FriendlyName' equal to 'Primordial'. Verify the value of the property and retry. At line:1 char:1 + repair-VirtualDisk + ~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Primordial:String) [Repair-VirtualDisk], CimJobException + FullyQualifiedErrorId : CmdletizationQuery_NotFound_FriendlyName,Repair-VirtualDisk PS C:\Windows\system32> repair-VirtualDisk -friendlyname 'Storage space' repair-VirtualDisk : No MSFT_VirtualDisk objects found with property 'FriendlyName' equal to 'Storage space'. Verify the value of the property and retry. At line:1 char:1 + repair-VirtualDisk -friendlyname 'Storage space' + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Storage space:String) [Repair-VirtualDisk], CimJobException + FullyQualifiedErrorId : CmdletizationQuery_NotFound_FriendlyName,Repair-VirtualDisk PS C:\Windows\system32> get-VirtualDisk PS C:\Windows\system32> get-storagepool -isprimordial 0 get-storagepool : No MSFT_StoragePool objects found with property 'IsPrimordial' equal to 'False'. Verify the value of the property and retry. At line:1 char:1 + get-storagepool -isprimordial 0 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (False:Boolean) [Get-StoragePool], CimJobException + FullyQualifiedErrorId : CmdletizationQuery_NotFound_IsPrimordial,Get-StoragePool
I also tried to connect to other computers but nothing changed. So what can I do?
- Edited by CimSession Monday, December 30, 2019 11:14 PM
- Moved by Yong LuMicrosoft contingent staff Tuesday, December 31, 2019 1:19 AM
Monday, December 30, 2019 10:44 PM
All replies
-
I'm afraid you're in the wrong forum. This one is for issues when developing
programs using the Windows Forms framework.
https://en.wikipedia.org/wiki/Windows_Forms
- WayneTuesday, December 31, 2019 12:01 AM -
the system, windows 10 pro, works fine in the last few months. After I just added the second disk, the storage space panel shows unrecognized configuration.
https://answers.microsoft.com/en-us/windows/forum/windows_10?sort=LastReplyDate&dir=Desc&tab=All&status=all&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=all&isFilterExpanded=false&page=1
- Wayne
Tuesday, December 31, 2019 12:12 AM