Thanks for all the input guys.&nbsp; After looking into the leads y&#39;all gave me, I decided to go with wipe.&nbsp; I had seen it before, but completely missed the part of being able to sanitize block devices.<br><br>Just as a little further explanation, because of the work I do, when I forensically sanitize storage media, I have to be able to testify to the accuracy, not only of the data contained on the media but also to the preparation methods.&nbsp; Part of the accuracy is having to use accepted standards-based methods and techniques.&nbsp; A simple error such as this can compromise the reliability of the data being written to the media.&nbsp; It&#39;s a pain, but unfortunately those are the rules I live with.
<br><br>Normally, when dealing with normal configurations, I would just pop in the boot disk, fire up my tool of choice, which my office has many to choose from, and be done with it.&nbsp; This particular system is a special config that is not really accounted for in the normal boot cd.
<br><br>So, now I&#39;ve got a wipe going on a very large drive array partition and based on the size of the array and the time it&#39;s taken to get this far, I figure it should be sanitized sometime early next week.&nbsp; (Glad I&#39;m not in a rush!)
<br><br>Once again, thanks for all the help and input.<br><br>Brad<br><br><div><span class="gmail_quote">On 9/13/07, <b class="gmail_sendername"><a href="mailto:joshj@linuxmail.org">joshj@linuxmail.org</a></b> &lt;<a href="mailto:joshj@linuxmail.org">
joshj@linuxmail.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If you need multiple passes, couldn&#39;t you just:
<br><br>for i in `seq 20`; do<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dd if=/dev/urandom of=/dev/partitionorwhatever<br>done<br><br>...and then get something to eat? I don&#39;t see the problem with<br>&quot;scripting&quot; it. I don&#39;t know what &quot;certified&quot; would be, but this is as
<br>good as it gets without destroying the disk.<br><br>Thus spake Brad Bartram:<br><br>&gt; The problem with dd is that - although it&#39;s standalone, and I could run it<br>&gt; through multiple passes,&nbsp;&nbsp;I would have to manually run it through those
<br>&gt; passes - or script something to do it automatically.&nbsp;&nbsp;I&#39;m dealing with<br>&gt; multiple terabytes of data that I need to certify as being forensically<br>&gt; sanitized on disk. That&#39;s why I was looking to something that already
<br>&gt; performed the operations to DoD spec.<br>&gt;<br>&gt; Ncrypt looks interesting.<br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; On 9/13/07, mark k &lt;<a href="mailto:mkopenski@gmail.com">mkopenski@gmail.com</a>&gt; wrote:
<br>&gt;&gt;<br>&gt;&gt; I was thinking the same thing dd a few times on the partition should do<br>&gt;&gt; it.<br>&gt;&gt;<br>&gt;&gt; On 9/13/07, Cyber Source &lt;<a href="mailto:peter@thecybersource.com">peter@thecybersource.com
</a> &gt; wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Am I missing something here or wouldn&#39;t dd do the trick?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Darin Perusich wrote:<br>&gt;&gt;&gt;&gt; Have you looked at ncrypt? I think it will provide what you&#39;re looking
<br>&gt;&gt;&gt;&gt; for.<br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; <a href="http://ncrypt.sourceforge.net/">http://ncrypt.sourceforge.net/</a><br>&gt;&gt;&gt;&gt; <a href="http://linux.die.net/man/8/ncrypt">http://linux.die.net/man/8/ncrypt
</a><br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt; Brad Bartram wrote:<br>&gt;&gt;&gt;&gt;&gt; Hey guys (and girls);<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; I&#39;m looking for a utility that will run under linux.&nbsp;&nbsp;Preferably
<br>&gt;&gt;&gt;&gt;&gt; command-line, rather than GUI.<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; I need a utility that will wipe a partition, of my choosing, of all<br>&gt;&gt;&gt;&gt;&gt; data to DoD spec.<br>&gt;&gt;&gt;&gt;&gt;
<br>&gt;&gt;&gt;&gt;&gt; Here are my limitations -<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt;&nbsp;&nbsp; as I said, it has to be a standalone utility or some obscure option<br>&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; to an existing utility
<br>&gt;&gt;&gt;&gt;&gt;&nbsp;&nbsp; it has to be to a verifiable specification - i.e., write with 0,<br>&gt;&gt;&gt;&gt;&gt; then with 1, then with FF and repeat several times (DoD spec)<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; I&#39;ve looked high and low and can find windows utilities from now
<br>&gt;&gt;&gt;&gt;&gt; until next week that do what I need but I&#39;m having a beast of a time<br>&gt;&gt;&gt;&gt;&gt; finding a utility in linux that doesn&#39;t want to do an automated<br>&gt;&gt;&gt;&gt;&gt; thrashing of my entire system on boot or anything I don&#39;t want.
<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; Thanks in advance.<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; Brad<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt; ------------------------------------------------------------------------
<br>&gt;&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt;&gt;&gt; nflug mailing list<br>&gt;&gt;&gt;&gt;&gt; <a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>&gt;&gt;&gt;&gt;&gt; 
<a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;&gt;&gt;&gt;<br>&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; nflug mailing list<br>
&gt;&gt;&gt; <a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>&gt;&gt;&gt; <a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;
<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; 43.036801, -78.948532<br>&gt;&gt; _______________________________________________<br>&gt;&gt; nflug mailing list<br>&gt;&gt; <a href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>
&gt;&gt; <a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>_______________________________________________<br>nflug mailing list<br><a href="mailto:nflug@nflug.org">
nflug@nflug.org</a><br><a href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br></blockquote></div><br>