記憶域プールに追加できないディスクを追加したときのメモ
エラー内容
Add-PhysicalDisk : One or more physical disks use a sector size that is not supported by this storage pool.
Extended information:
One or more physical disks encountered an error during addition to the storage pool.
Physical Disks:
{1557cac8-7215-b5dc-4310-1ecb3621d6e2}: 物理ディスクのセクター サイズが記憶域プールでサポートされていません。
Activity ID: {4945b7ee-06c0-0002-a679-5249c006d901}
発生場所 行:1 文字:1
+ Add-PhysicalDisk -StoragePool $STORAGEPOOL -PhysicalDisks $NEWDISK
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (StorageWMI:ROOT/Microsoft/..._StorageCmdlets) [Add-PhysicalDisk], CimException
+ FullyQualifiedErrorId : StorageWMI 51003,Add-PhysicalDisk
# 対処法
PowerShellで以下を実行
Get-PhysicalDisk
Reset-PhysicalDisk -FriendlyName [ここに対象DsikのFriendlyName]
もしくは
Reset-PhysicalDisk -SerialNumber [ここに対象DsikのSerialNumber]