<div dir="ltr"><br><br><div class="gmail_quote">On Mon, Sep 29, 2008 at 2:24 AM,  <span dir="ltr">&lt;<a href="mailto:jim@jimani.com">jim@jimani.com</a>&gt;</span> wrote:<br><div>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
thousands of passes rather than dozens of passes. &nbsp;And there was concern<br>
that the software might be doing all its writing to a disk buffer somewhere<br>
in RAM rather than the actual disk. &nbsp;So I guess if you want to &quot;wipe&quot; </blockquote></div><br>I don&#39;t believe that dd writes to a disk buffer in RAM.&nbsp; Certainly, the drive itself may use a write buffer, but writing the entire disk would easily exhaust that buffer.&nbsp; I don&#39;t know why they would want thousands of passes though. They may have had a point back in the days of MFM hard drives, but encoding schemes have become very sophisticated.&nbsp; Modern hard drives must employ extensive error correction codes just to be able to read the last written contents of a sector reliably, I stand by my contention that alternating 0s and random junk for a total of a dozen passes should render the data completely inaccessible to anyone (with the possible exception of those spy agencies, and I&#39;m not even sure about them).<br>
</div>