One of our engineers noticed a missing vmdk file. It resided on a vmfs partition.
I was wondering is there any software to recover the missing vmdk that anyone can recommend using? Have searched the site but nothing stood out. The partitioning and raid all functional.
Any thoughts anyone?
UFS Explorer is the only tool I've used for VMFS filesystem recovery.
Here is how I would do the rescue. By default the vmdk is a non sparse file and it might be fully allocated at creation. This means that you have big chances that it is not fragmented.
Use a hex editor or disk editor to open the vmdk partition. Search for something that I expect to be on that VMDK, then do a reverse search for the boot sector signature or MBR signature. From that I would take the first ***GB (the size of VMDK) and save them in a file.
In response to ewwhite's comments -
Unfortunately I did not find a solution however giving the disks to a specialised data recovery center - they were able to recover the missing data.
Thanks