Pergunta

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.

Foi útil?

Solução

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).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top