Dear all,
I have 2 disks. 1 thin provisioned 150gb & 1 thick provisioned lazy zeroed 150gb.
I accidentally deleted the thin-provisioned OS disk, which contains all of the important data from Vsphere. The other disk is empty, and are added before deletion of the first one. I still have the flat.vmdk, and when I scan the file with VMFS Recovery, I think (?) there are some bits of data left inside it. Can I recover the OS disk from this?
Assistance much needed. Thanks in advance.
@pqkong - So the flat file is the actual virtual disk that contains the data, and the same named .vmdk is just a descriptor file that has a pointer reference to the flat file. You can see how this works by downloading any .vmdk file (obviously not the flat file) and opening it in notepad etc
What are the contents of GIT_backup.vmdk? As that looks like the corresponding descriptor file, or has it got messed up?
Either way if you have deleted or messed up the original descriptor .vmdk you should be able to reconstruct it by following the VMware KB below
https://kb.vmware.com/s/article/1002511
HTH