<div dir="ltr"><div>&quot;dd_rescue (or ddrescue)&quot;<br><br></div>dd_rescue and ddrescue are different. dd_rescue is obsolete, don&#39;t use it.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 12, 2015 at 11:15 AM, Preston <span dir="ltr">&lt;<a href="mailto:preston.lists@gmail.com" target="_blank">preston.lists@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 11/12/2015 10:03 AM, H P Ladds wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Nov 12, 2015 at 10:55 AM, dev null zero two<br>
</span><span class="">&gt; &lt;<a href="mailto:dev.null.02@gmail.com">dev.null.02@gmail.com</a> &lt;mailto:<a href="mailto:dev.null.02@gmail.com">dev.null.02@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     use ddrescue. it can be saved to a file.<br>
&gt;<br>
&gt; Am I being paranoid? I want to DD the drive, and then attempt the<br>
&gt; recovery. You you suggest skipping the DD and implement ddrecue<br>
&gt; immediately?<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt;<br>
&gt;<br>
</span><span class="">&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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
<br>
</span>dd_rescue (or ddrescue) will image the drive and retry bad sectors<br>
several times to get the data.<br>
<br>
first, grab most of the error-free areas in a hurry:<br>
<br>
ddrescue -n /dev/source /dev/destination rescued.log<br>
<br>
then try to recover as much of the problem areas as possible:<br>
<br>
ddrescue -d -r3 -f /dev/source /dev/destination rescued.log<br>
<br>
*got a message that says &quot;Output file exists...&quot; so used &quot;-f&quot; after the<br>
command to force.<br>
<br>
Good luck!<br>
<span class="HOEnZb"><font color="#888888">Preston<br>
<br>
--<br>
Be who you are and say what you feel, because those who mind don’t<br>
matter and those who matter don’t mind.<br>
-Dr. Seuss<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<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" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br></div>