Windows 2019 Storage Spaces: primordial pool disks shows all disks, but 2nd physical ssd disk is missing when I create a new storage pool
8 disks:
Disk 0 is sata boot ssd
Disk 1 is ssd
Disk 2 and 3: 3TB + 4TB HDDs
Disk 4 is ssd
Disk 5 and 6: 3TB + 4TB HDDs
Disk 6: 1TB Unix disk
Disk 1 to 5 all show up under Volumes\Disks, but only 1 SSD is shown under Storage Pools\Physical Disks (that are available to the New Storage Pool wizard). I can swap and hot unplug, but whatever I do... Only 1 ssd is shown.
PS: the 2 SSDs were used as a mirror of each other. I broke the mirror, recreated it and broke it again. All looks good in Disk Administrator, no missing disks are shown. I even did a windows server repair upgrade: no changes.
http://tekhead.it/blog/2013/05/windows-server-2012-storage-spaces-missing-disks/ had me do:
Get-PhysicalDisk | ft FriendlyName, UniqueId, ObjectId, BusType –auto
And while all Disk IDs with diskpart were unique, Get-PhysicalDisk gave the same UniqueId for both SSDs (0000000000000000).
Their solution was for AMD BIOS systems: enable raid in the bios on both disks but I have a Supermicro Intel server and setting the sata options to raid just makes the system unbootable :(
PS: I told the BIOS which disks were SSD and which were HDD. The option was news to me but it's set now :) Get-PhysicalDisk knows what's an ssd or a hdd too.
What to do? How to give both SSDs different UniqueId's? Where and how are they set and why are they all 0s to begin with!? :)
Thanks :)
tags: windows server 2019 primordial storage space missing physical disk