cd vmfs
cd volumes
cd datastore1
note that datastore1 is sample name , just type your datastore name , if you don't know what is it , just type "ls" after volumes you will see a folder in greeny color , it's the datastore name.
mkfstools -i xxxxxx.vmdk xxxx-New.vmdk
note that xxxxx is disk name of the related virtual machine , the process will convert disk type to zerothick , if the process success try to run your machine , if its not successful the following message may appear :
ide0:0.present = "TRUE"
ide0:0.fileName = "xxxxx.vmdk"
ide0:1.present = "TRUE"
ide0:1.autodetect = "TRUE"
ide0:1.filename = "auto detect"
and under swap sections :
replay.filename = ""
ide0:0.redo = ""
then try to power on your machine.
Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.
Comments (4)
Commented:
One typo, 'mkfstools -i xxxxxx.vmdk xxxx-New.vmdk' should be 'vmkfstools -i xxxxxx.vmdk xxxx-New.vmdk'
Commented:
Author
Commented:Commented: