【发布时间】:2013-12-28 09:17:57
【问题描述】:
我正在尝试使用窗口的存储空间 UI 实现存储池。我的问题是 UI 要求所有硬盘驱动器具有不同的唯一 ID,当发生碰撞时,UI 变得无用。问题在微软论坛帖子中发现:
- Storage Spaces UI missing disks when a controller reports the same UniqueID for all attached disks (e.g. Supermicro AOC-SASLP-MV8) (archive)
tl;dr:我有多个硬盘驱动器,其中一些具有相同的 Powershell 唯一 ID。有没有办法改变这个powershell命令给出的唯一ID:
Get-PhysicalDisk | Format-List FriendlyName, UniqueId, ObjectId, BusType
感谢您对此的帮助。
【问题讨论】:
标签: windows powershell hardware hard-drive