Question

I am attempting to implement a storage pool using window's Storage spaces UI. My problem is that the UI requires all hard drives to have different Unique ID's, and when there is a collision, the UI becomes useless. The problem was found in the Microsoft forum post:

tl;dr: I have multiple hard drives, some of which have the same Powershell Unique ID. Is there a way to change the Unique ID given by this powershell command:

Get-PhysicalDisk | Format-List FriendlyName, UniqueId, ObjectId, BusType

Thank you for your help with this.

Was it helpful?

Solution

No. UniqueID is a device-id that includes vendor, model, bus and serial or something. So the ID is hardware specific. If your disk controller reports the same unique id for multiple disks, the solution is to get a new disk controller(or try a new firmware if it exists).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top