どうも、Windowsを入れていたHDDをデータストアとして使う場合、
vSphere Clientから設定しようとしても
Vim.Host.DiskPartitionInfo.spec云々言われてフォーマット出来ないみたい。
ということで、
SSHして一旦パーティションを削除してみることにした。
vSphere Clientから
device名・・・naa.6003005700c445c01a2930ce19f684cc(僕の場合)
を確認しておきます。
SSHしてから
# fdisk -l /vmfs/devices/disks/naa.6003005700c445c01a2930ce19f684cc *** *** The fdisk command is deprecated: fdisk does not handle GPT partitions. Please use partedUtil *** Disk /vmfs/devices/disks/naa.6003005700c445c01a2930ce19f684cc: 598.8 GB, 598879502336 bytes 255 heads, 63 sectors/track, 72809 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /vmfs/devices/disks/naa.6003005700c445c01a2930ce19f684ccp1 * 1 45 358400 7 HPFS/NTFS Partition 1 does not end on cylinder boundary /vmfs/devices/disks/naa.6003005700c445c01a2930ce19f684ccp2 45 10344 82722816 7 HPFS/NTFS /vmfs/devices/disks/naa.6003005700c445c01a2930ce19f684ccp3 10344 72810 501758976 7 HPFS/NTFS
確認。
消しちゃうw
# dd if=/dev/zero of="/vmfs/devices/disks/naa.6003005700c445c01a2930ce19f684cc" bs=512 count=34 conv=notrunc 34+0 records in 34+0 records out
これで、綺麗サッパリ無くなったので、
再度vSphere Clientから設定すればOK。