• Esxi 重装系统之后找回其他盘上的datastore

    1. 查看未挂载的vmfs情况
      1
      [root@esxi:~] esxcli storage vmfs snapshot list
      大致会有如下输出
      1
      2
      3
      4
      5
      6
      7
      Volume Name: datastore1
      VMFS UUID: xxxxxx-xxxxx-xxxx-xxxx-xxxxx
      Can mount: true
      Reason for un-mountability:
      Can resignature: true
      Reason for non-resignaturability:
      Unresolved Extent Count: 1
    2. 挂载VMFS
      1
      [root@esxi:~] esxcfg-volume -M datastore1

      datastore1 为上一步找到的 Volume Name