<p dir="ltr">Excellent! That may save an svn repo</p>
<div class="gmail_quote">On Jan 6, 2014 10:31 AM, &quot;Ed Cashin&quot; &lt;<a href="mailto:ecashin@noserose.net">ecashin@noserose.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Well, if you&#39;re lucky enough that the new install is smaller than the<br>
old one, and the VM disk images happened to be past the point that the<br>
new install wrote on the disk, and if you&#39;re lucky enough for the VM<br>
images to be physically contiguous on the disk (thick provisioning<br>
would probably make that the case), then you could scan for the magic<br>
number of the VMware image in the block device itself and find the<br>
beginnings of the images.  There&#39;s probably some metadata in the disk<br>
image header that will tell you the size to copy out to a new file.<br>
<br>
Yes, Googling for VMware disk image magic found PDFs that have details<br>
about reading the metadata.  I don&#39;t know if this link<br>
(<a href="http://www.vmware.com/app/vmdk/?src=vmdk" target="_blank">http://www.vmware.com/app/vmdk/?src=vmdk</a>) will work for you, but the<br>
vmdk_specs.pdf says,<br>
<br>
  magicNumber is initialized with<br>
<br>
  #define SPARSE_MAGICNUMBER 0x564d444b /* &#39;V&#39; &#39;M&#39; &#39;D&#39; &#39;K&#39; */<br>
<br>
... and it has info on interpreting that particular version of the<br>
disk image format.<br>
<br>
Good luck.<br>
<br>
<br>
On Sun, Jan 5, 2014 at 3:46 PM, Beddingfield, Allen &lt;<a href="mailto:allen@ua.edu">allen@ua.edu</a>&gt; wrote:<br>
&gt; Oh, ouch.  If it zapped all the partitions and installed over, I don&#39;t think there is going to be any way to recover.<br>
&gt;<br>
&gt; --<br>
&gt; Allen Beddingfield<br>
&gt; Systems Engineer<br>
&gt; The University of Alabama<br>
&gt; ________________________________<br>
&gt; From: <a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a> [<a href="mailto:ale-bounces@ale.org">ale-bounces@ale.org</a>] on behalf of Jim Kinney [<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>]<br>

&gt; Sent: Sunday, January 05, 2014 2:35 PM<br>
&gt; To: Atlanta User Group (E-mail)<br>
&gt; Subject: Re: [ale] File recovery<br>
&gt;<br>
&gt;<br>
&gt; VM were not on backup. Local snapshots were on disk. Supposed to be demo and testbed stuff but apparently not all was disposable.<br>
&gt;<br>
&gt; On Jan 5, 2014 2:51 PM, &quot;Beddingfield, Allen&quot; &lt;<a href="mailto:allen@ua.edu">allen@ua.edu</a>&lt;mailto:<a href="mailto:allen@ua.edu">allen@ua.edu</a>&gt;&gt; wrote:<br>
&gt; What type of backups do you have? Whole VM backups or file level? I assume they were on a datastore on local disk?<br>
&gt;<br>
&gt;<br>
&gt; From: Jim Kinney [mailto:<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&lt;mailto:<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;]<br>
&gt; Sent: Sunday, January 05, 2014 01:12 PM Central Standard Time<br>
&gt; To: Atlanta User Group (E-mail) &lt;<a href="mailto:ale@ale.org">ale@ale.org</a>&lt;mailto:<a href="mailto:ale@ale.org">ale@ale.org</a>&gt;&gt;<br>
&gt; Subject: [ale] File recovery<br>
&gt;<br>
&gt;<br>
&gt; Haven&#39;t had to do this in a while so I&#39;m looking for ideas.<br>
&gt;<br>
&gt; VMware ESX host rebooted. The bios was set to pxeboot. The pxeboot process it picked up installed Fedora19 over the ESX.<br>
&gt;<br>
&gt; sigh<br>
&gt;<br>
&gt; Looking for recommendations for tool chains for VM recovery. I&#39;m not expecting much success but trying to balance reconstruct time vs recovery time.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a>&lt;mailto:<a href="mailto:Ale@ale.org">Ale@ale.org</a>&gt;<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
<br>
<br>
--<br>
  Ed Cashin &lt;<a href="mailto:ecashin@noserose.net">ecashin@noserose.net</a>&gt;<br>
  <a href="http://noserose.net/e/" target="_blank">http://noserose.net/e/</a><br>
  <a href="http://www.coraid.com/" target="_blank">http://www.coraid.com/</a><br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</blockquote></div>