Unmount first:
Ensure that your ESXi host is up and running and that it can see the storage adapters and the LUNs (Logical Unit Numbers) that are part of the VMFS datastore. recover vmfs datastore esxi 5
| Action | Command | |--------|---------| | List datastores | esxcfg-datastore -l | | Check partitions | partedUtil get /dev/disks/naa... | | Unmount datastore | esxcfg-datastore -u "DSname" | | Check VMFS | voma -m vmfs -f check -d /vmfs/devices/disks/naa... | | Fix VMFS | voma -m vmfs -f fix -d /vmfs/devices/disks/naa... | | Mount datastore | esxcfg-datastore -m "/vmfs/devices/disks/naa...:1" "DSname" | Unmount first: Ensure that your ESXi host is