How to keep a VMWare VM’s clock in sync?

If your host time is correct, you can set the following .vmx configuration file option to enable periodic synchronization: tools.syncTime = true By default, this synchronizes the time every minute. To change the periodic rate, set the following option to the desired synch time in seconds: tools.syncTime.period = 60 For this to work you need … Read more

Error when converting VmWare virtual disk to HyperV

I found some adhoc solution – a bit hack perhaps but it works at least. Digging into similar issues found on google I came to a tool to extract disk descriptor out of the VMDK file. The content of the descriptor for my VMDK was something like this: # Disk DescriptorFile version=1 encoding=”windows-1252″ CID=5379bf0f parentCID=ffffffff … Read more