<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can I recover data from a mangled hard drive?</title>
	<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive/</link>
	<description>Comments on Ask MetaFilter post How can I recover data from a mangled hard drive?</description>
	<pubDate>Thu, 28 Jul 2005 20:51:27 -0800</pubDate>
	<lastBuildDate>Thu, 28 Jul 2005 20:51:27 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can I recover data from a mangled hard drive?</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive</link>	
		<description>The hard drive on my fiancee&apos;s Windows machine has died, with our wedding plans, five weeks prior to our wedding.  I&apos;ve managed to duplicate the drive (with Unix&apos;s &lt;code&gt;dd&lt;/code&gt;), though not without errors severe enough to prevent me from booting it.  Now what? &lt;br /&gt;&lt;br /&gt; I know nothing of Windows (I&apos;m a Mac and Linux guy).  The drive began to physically fail, with the first signs being system instability, followed by an inability to boot.  At that point, with the drive making some nasty clicking noises the SMART status indicating that it was &quot;failing,&quot; I slid the dying 40GB drive and a newly-bought 40GB drive into my Mac, booted it in single-user mode and ran &lt;code&gt;dd if=/disk0 of=/disk1 bs=20m conv=noerror&lt;/code&gt;.  Eight hours later, I had a duplicate drive and hundreds of screens of reports of errors.&lt;br&gt;
&lt;br&gt;
When I paw through the data on the duplicate drive, using &lt;code&gt;strings&lt;/code&gt; right on hdb, I can locate any textual information that I try to track down.  Based on that, I conclude that substantial portions of the data are intact.  But the drive won&apos;t mount on my Mac or in Linux, reporting various errors.&lt;br&gt;
&lt;br&gt;
Should I run &lt;code&gt;dd&lt;/code&gt; again with different settings (such as a smaller blocksize)?  Is there a Windows program created for the purpose of rebuilding mangled FATs and turning data into files again?  (Or, better yet, a Linux or Mac program?)  Surely others have faced this problem before.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2005:site.21856</guid>
		<pubDate>Thu, 28 Jul 2005 20:19:58 -0800</pubDate>
		<dc:creator>waldo</dc:creator>
		
			<category>harddrive</category>
		
			<category>windows</category>
		
			<category>crash</category>
		
			<category>dd</category>
		
			<category>recover</category>
		
			<category>data</category>
		
	</item> <item>
		<title>By: Rothko</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#351987</link>	
		<description>Have you looked into &lt;a href=&quot;http://www.geocities.com/thestarman3/testdisk.html&quot;&gt;TESTDISK&lt;/a&gt; to rebuild your MBR and FAT32 table?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-351987</guid>
		<pubDate>Thu, 28 Jul 2005 20:51:27 -0800</pubDate>
		<dc:creator>Rothko</dc:creator>
	</item><item>
		<title>By: darksquirrel</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#351990</link>	
		<description>&lt;a href=&quot;ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/&quot;&gt;Dosfstools&lt;/a&gt; will probably be of some help (includes dosfsck, seems like 2.11 is the most recent version).  I&apos;d be careful with automated tools.  Make yet another backup before messing with them if you can.  Sometimes the choices they make aren&apos;t the best for the data you want to rescue.  For similar reasons you should always try to mount the partition read-only in these circumstances -- in case you do get it to mount, we wouldn&apos;t want the kernel to decide it doesn&apos;t like something in the FAT and then cause more corruption.  What errors are being reported when you try to mount the partition?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-351990</guid>
		<pubDate>Thu, 28 Jul 2005 20:53:29 -0800</pubDate>
		<dc:creator>darksquirrel</dc:creator>
	</item><item>
		<title>By: waldo</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#351997</link>	
		<description>&lt;em&gt;What errors are being reported when you try to mount the partition?&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
It actually has multiple partitions, and different partitions give me different errors.&lt;br&gt;
&lt;br&gt;
The biggest partition (the F drive, holding Program Files and My Documents, /dev/hda4) is listed in fdisk as of &quot;Unknown&quot; type, and it reports errors about &quot;ignoring extra data&quot; and &quot;invalid flag 0x1517 will be corrected by w(rite).&quot;  When I attempt to mount it, I get a series of errors, with the notable ones being &quot;can&apos;t find a valid MSDOS file system,&quot; and a complaint about it being an extended partition, not a logical partition inside.  When I try, instead, to mount it as /dev/hda5 (which is also listed in under &lt;code&gt;fdisk&lt;/code&gt;, I get errors including &quot;attempting to access beyond end of device,&quot; and &quot;FAT bread failed,&quot; along with the same complaint about extended partitions.&lt;br&gt;
&lt;br&gt;
OTOH, when mounting the first partition as the MSDOS partition that it is, I get neither an error nor any files showing up in the resultant mount point.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-351997</guid>
		<pubDate>Thu, 28 Jul 2005 21:08:17 -0800</pubDate>
		<dc:creator>waldo</dc:creator>
	</item><item>
		<title>By: darksquirrel</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#352009</link>	
		<description>It&apos;s hard to say but from the sounds of it I&apos;d wager that the partition table is damaged.  In that case I&apos;ll second Rothko&apos;s suggestion of TESTDISK, particularly the bundled utility PhotoRec, which might be able to hunt through the data and recover files of certain types based on signature rather than the filesystem.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-352009</guid>
		<pubDate>Thu, 28 Jul 2005 21:29:11 -0800</pubDate>
		<dc:creator>darksquirrel</dc:creator>
	</item><item>
		<title>By: greatgefilte</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#352272</link>	
		<description>I had a lot of luck with &lt;a href=&quot;http://www.stellarinfo.com&quot;&gt;Stellar Phoenix 2.2&lt;/a&gt; when a friend&apos;s hard drive crashed. I think the problem was that the MFT was damaged, rather than the files themselves, so we were able to get back just about everything, even files weren&apos;t listed when mounting the drive in &lt;a href=&quot;http://www.knoppix.net&quot;&gt;Knoppix&lt;/a&gt; (which is a great thing to have around, btw). There were a bunch of files whose MFT entries must&apos;ve been obliterated, and these were recovered as &quot;Lost files,&quot; i.e. intact, but nameless.&lt;br&gt;
&lt;br&gt;
YMMV, but it worked for me.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-352272</guid>
		<pubDate>Fri, 29 Jul 2005 08:51:04 -0800</pubDate>
		<dc:creator>greatgefilte</dc:creator>
	</item><item>
		<title>By: waldo</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#352464</link>	
		<description>Wonderful advice.  Thank you, folks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-352464</guid>
		<pubDate>Fri, 29 Jul 2005 12:59:18 -0800</pubDate>
		<dc:creator>waldo</dc:creator>
	</item><item>
		<title>By: Good Brain</title>
		<link>http://ask.metafilter.com/21856/How-can-I-recover-data-from-a-mangled-hard-drive#353673</link>	
		<description>I was happy with the results I got from &lt;a href=&quot;http://www.r-studio.com/&quot;&gt;R-studio&lt;/a&gt; a couple years back when my HDD got really corrupted.  It&apos;s commercial software, but it worked, and it was a lot cheaper than using a recovery service or abandoning the data.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2005:site.21856-353673</guid>
		<pubDate>Sun, 31 Jul 2005 23:50:39 -0800</pubDate>
		<dc:creator>Good Brain</dc:creator>
	</item>
	</channel>
</rss>
