Thursday, January 31, 2019

Convert *.vmdk using VMware vmkfstools

Convert *.vmdk using VMware vmkfstools


Use vmkfstools command, to convert old_os.vmdk to New_OS.vmdk 



To get the desired files use this commands:

cd /vmfs/volumes/datastore1/yourVM/

vmkfstools -i old_os.vmdk  -d thin New_OS.vmdk


[root@VmSrv1:/vmfs/volumes/datastore1/yourVM] vmkfstools -i old_os.vmdk  -d thin New_OS.vmdk

0 comments: