VMware Cloud Community
Stainless2000
Contributor
Contributor

Deleted 2 oldest vmdk files

Deleted 2 vmdk files from 2013 from a datastore thinking they were artifacts. But apparently not. I still have 2 large files remaining. I need to either recover those files somehow or attempt to recover the contents in the remaining files in hops that a small database is still intact. Can someone provide guidance? ESXi 4

0 Kudos
2 Replies
a_p_
Leadership
Leadership

see my reply in your other post Re: Deleted vmdk files

0 Kudos
continuum
Immortal
Immortal

ESXi 4 ? - very good
You deleted the oldest vmdks you have ? - very good
Please create a VMFS-header-dump like this:
# find out the filename in /dev/disks/* that is used to access your datastore with the deleted files
cd /dev/disks

ls -lah * | grep -v  0 "vml"

# that should list the available choices
# your choice should end with :1 or :3
# verify you pick the correct one by comparing the size
dd if=/dev/disks/EDIT-THIS-DEVICE:1 bs=1M count=1200 | gzip > /tmp/david-stedman.1200.gz
download to your admin-host
and if possible provide a download-link.
Usually I need about one hour to study the dump before I can give you a report via skype.

Your starting conditions sound pretty good - dont assume a complete loss before we had a talk.

Ulli


________________________________________________
Do you need support with a VMFS recovery problem ? - send a message via skype "sanbarrow"
I do not support Workstation 16 at this time ...

0 Kudos