Repair corrupted vmdk file using vmkfstools



Error:

  if vmdk file corrupted and if you want to repair.


Solution:

Use the vmkfstools command to check or repair a virtual disk if it gets corrupted.

-x|--fix [check|repair]
For example,

vmkfstools -x check /vmfs/volumes/my_datastore/my_disk.vmdk

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...