<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Splents &#187; norton ghost</title>
	<atom:link href="http://www.splents.com/tag/norton-ghost/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.splents.com</link>
	<description></description>
	<lastBuildDate>Sun, 22 Apr 2012 02:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>File Carving MYOB backups</title>
		<link>http://www.splents.com/2010/file-carving-myob-backups/</link>
		<comments>http://www.splents.com/2010/file-carving-myob-backups/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[file carving]]></category>
		<category><![CDATA[magic numbers]]></category>
		<category><![CDATA[myob]]></category>
		<category><![CDATA[norton ghost]]></category>

		<guid isPermaLink="false">http://splents.com/?p=6</guid>
		<description><![CDATA[I had a situation where I needed to recover some MYOB backup files from a corrupt Norton Ghost (version 8.0) file. Ghost Explorer wouldn&#8217;t open the backups, due to some form of corruption, somewhere. There was little information that was available, despite the file corruption being a common problem. Ghost is no longer a supported [...]]]></description>
			<content:encoded><![CDATA[<p>I had a situation where I needed to recover some <a href="http://myob.com">MYOB</a> backup files from a corrupt <a href="http://en.wikipedia.org/wiki/Ghost_%28software%29">Norton Ghost</a> (version 8.0) file. Ghost Explorer wouldn&#8217;t open the backups, due to some form of corruption, somewhere. There was little information that was available, despite the file  corruption being a common problem. Ghost is no longer a supported  product, and future versions were essentially a completely new program. I read a thread on <a href="http://www.symantec.com/connect/forums/cant-reimage-or-extract-files-ghost-image-help">corrupt ghost images</a> that discussed my problem in depth. Praise to Nigel who provided the inspiration to try what I did, although unfortunately the header fix program was simply slack data when I downloaded it&#8230; sabotage?</p>
<p>Out of desperation I used <a href="http://mh-nexus.de/en/hxd/">HxD</a> to search for the file header of a MYOB backup. It was tedious and took a while, particularly considering I was sifting through 20gB of hexadecimal data.</p>
<p>If I get some time I would like to produce a program that can automatically recover these files (and others, especially .jpeg) from a corrupt ghost image. In summary however, if you are trying to recover data from a norton ghost image file that seems to have become corrupt. Here is a brief overview of what you&#8217;ll need to do to recover the data.</p>
<ol>
<li>Load it in HxD</li>
<li>Search for the file beginning</li>
<li>Write down this location</li>
<li>Search for the file end</li>
<li>Write down this location</li>
<li>Select between the start and end locations</li>
<li>Copy it, then paste it into a new Hex file</li>
<li>Save it</li>
</ol>
<p>If everything went correctly, you&#8217;ll be left the file you were trying to recover.</p>
<p>You may be asking &#8220;What is the file start/end?&#8221;.</p>
<p>I would say that is a good question &#8211; this is what took me a while to figure out.</p>
<p>For MYOB:<br />
version 13, file start &#8220;6D 79 6F 62 31 33 2F 50 4B 03 04 0A&#8221;<br />
version 18, file start &#8220;6D 79 6F 62 31 38 2F 50 4B 03 04 0A&#8221;</p>
<p>You will notice that the 6th byte is the only thing that changes between the two. Thats because its specifying the version number. In hex, 0&#215;31=1, 0&#215;33=3, 0&#215;38=8.</p>
<p>The end of the MYOB files was always &#8220;50 4B 01 02 14 0B 14&#8243; followed by a large null padding (&#8230;00 00 00 00 00 00&#8230;), although the amount of padding varied from file to file.</p>
<p>Generally I selected a few zeros after the file end so&#8230; &#8220;50 4B 01 02 14 0B 14 00 00 00 00&#8243;.</p>
<p>I successfully recovered 8 backups doing this manually.</p>
<p>Feel free to <a href="http://splents.com/contact/">contact me</a> via email if you would like a more in depth tutorial on recovering files from Ghost backups, or <a href="http://splents.com/donate/">donating</a> if I just saved you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.splents.com/2010/file-carving-myob-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

