vmware "parent of this virtual disk could not be opened"
I recently moved my VMware machines onto a new 2TB disk, but found once these were copied I could not longer start them due to the error:
""parent of this virtual disk could not be opened"
Worryingly, when I started Google-ing around it appeared that I would need to edit the VMDK file (a binary-based file) and change the headers using a custom tool that no longer existed. eek!
After a bit of digging around in the VM's files, I noticed that the vmx file itself had a number of "search paths" that it looked for parent vms, and these contained the old path reference.
So all I needed to do was to change fileSearchPath to include the new VM directories and everything started working again! Phew!









