<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Edward Ned Harvey wrote:
<blockquote cite="mid:000501ca36e8$dcf1b0e0$96d512a0$@com" type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">One of my friends windows machine died today –
boots up
only half way through the windows splash screen and freezes.  There is
one
file he wants to recover out of it, but it seems to be suffering from
hardware
failure because attaching the disk via USB enclosure to another
computer will
only let him load the USB mass storage device, and won’t go any further
than that…<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">So my question is …<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">What are the software hard disk recovery
applications that
people like, which may save his file(s) and/or his dollars for him?<o:p></o:p></p>
  <p class="MsoNormal"><o:p> </o:p></p>
  <p class="MsoNormal">Of course, free is awesome, but commercial might
be ok too.</p>
  </div>
</blockquote>
<br>
I had a WD drive on a Windows machine go bad on my some months ago.  I
booted system rescue CD (<a class="moz-txt-link-freetext" href="http://www.sysresccd.org/Main_Page">http://www.sysresccd.org/Main_Page</a>) and used
dd_rescue making multiple runs with multiple retries over about 30
hours.  It managed to reduce 30 some bad blocks to only 4 or 5
unrecoverable.<br>
<br>
Of course, what this gets you is a drive image which you then have to
mount using the loopback driver if you want to recover files.  If the
file system is not mountable, there are various Linux tools
which can be used to scrape through a large pile of bits and reassemble
files (they work better when the sectors are consecutive).  However, I
haven't used said tools for several years as they are much less certain
than backups.<br>
<br>
I then restored the image to a good drive and ran chkdsk to verify file
system integrity.  <br>
<br>
After I recovered what I could from the drive, I attempted to repair
the drive by overwriting the bad sectors ("dd if=/dev/zero..."), which
failed.  I then ran WD's drive maintenance software as a requirement
for warranty return and their software managed to repair the drive.  I
have put it back in service in a non-critical RAID and it has worked
perfectly for 6 months or so since the repair.<br>
<br>
--<br>
Dewey<br>
</body>
</html>