Recover data from a corrupted virtualbox vmdk file?
Posted
by
Neth
on Super User
See other posts from Super User
or by Neth
Published on 2010-10-29T15:00:24Z
Indexed on
2011/02/20
15:27 UTC
Read the original article
Hit count: 320
The power went out while I was doing a build on a VirtualBox machine, when I restarted the vmdk for the disk the vm was using was corrupted, apparently irrecoverably. I have been able to grep the 66GB vmdk file and it finds strings from the code I was working on that hadn't gotten in to subversion yet (yeah, yeah I know). But the strings are either in the shell history or what look to be strings inside object files.
Any ideas for finding/recovering the source code?
If it helps the vm was Linux, Fedora Core 10 on an ext3 filesystem. The host is an ubuntu 10.04_amd64 and has an ext4 filesystem.
© Super User or respective owner