<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using dd to blank a drive</title>
	<atom:link href="http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Thinking things through: dd over USB1.1 &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-45062</link>
		<dc:creator><![CDATA[Thinking things through: dd over USB1.1 &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Mon, 23 Aug 2010 21:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-45062</guid>
		<description><![CDATA[[...] quite  ) to clone systems, backup entire drives, get visual snapshots of the data on a disk or to scramble the contents of a floppy or USB [...]]]></description>
		<content:encoded><![CDATA[<p>[...] quite  ) to clone systems, backup entire drives, get visual snapshots of the data on a disk or to scramble the contents of a floppy or USB [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous coward</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41913</link>
		<dc:creator><![CDATA[anonymous coward]]></dc:creator>
		<pubDate>Mon, 08 Feb 2010 02:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41913</guid>
		<description><![CDATA[Several passes with /dev/urandom (while syncing in between passes) is by far one of the best methods you can use to destroy data. Even if you&#039;re worried about forensic recovery.

Whenever I need to destroy a partition, I use:

for i in {1..5}; do dd if=/dev/urandom of=/dev/sdXX bs=1M &amp;&amp; sync; done]]></description>
		<content:encoded><![CDATA[<p>Several passes with /dev/urandom (while syncing in between passes) is by far one of the best methods you can use to destroy data. Even if you&#8217;re worried about forensic recovery.</p>
<p>Whenever I need to destroy a partition, I use:</p>
<p>for i in {1..5}; do dd if=/dev/urandom of=/dev/sdXX bs=1M &amp;&amp; sync; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 6/2/2010: GNOME Journal Released, ARM CEO Sees Bright Future &#124; Boycott Novell</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41906</link>
		<dc:creator><![CDATA[Links 6/2/2010: GNOME Journal Released, ARM CEO Sees Bright Future &#124; Boycott Novell]]></dc:creator>
		<pubDate>Sun, 07 Feb 2010 00:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41906</guid>
		<description><![CDATA[[...] Using dd to blank a drive [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Using dd to blank a drive [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41897</link>
		<dc:creator><![CDATA[Luca]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 09:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41897</guid>
		<description><![CDATA[That sounds like a better way, as it&#039;ll also check the integrity of the device. Depending on how un-random it is, it should also not take much longer.]]></description>
		<content:encoded><![CDATA[<p>That sounds like a better way, as it&#8217;ll also check the integrity of the device. Depending on how un-random it is, it should also not take much longer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous coward</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41896</link>
		<dc:creator><![CDATA[anonymous coward]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41896</guid>
		<description><![CDATA[you certainly must have meant /dev/zero, right? ;)

but yeah, and it&#039;s even faster than /dev/urandom, naturally...]]></description>
		<content:encoded><![CDATA[<p>you certainly must have meant /dev/zero, right? <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>but yeah, and it&#8217;s even faster than /dev/urandom, naturally&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous coward</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41895</link>
		<dc:creator><![CDATA[anonymous coward]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 04:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41895</guid>
		<description><![CDATA[d&#039;oh! ;) here&#039;s what the man page says about the &#039;-w&#039; option:

With this option, badblocks scans for bad blocks by writing some patterns (0xaa, 0x55, 0xff, 0x00) on every block of the device, reading every block and comparing the contents.]]></description>
		<content:encoded><![CDATA[<p>d&#8217;oh! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  here&#8217;s what the man page says about the &#8216;-w&#8217; option:</p>
<p>With this option, badblocks scans for bad blocks by writing some patterns (0xaa, 0&#215;55, 0xff, 0&#215;00) on every block of the device, reading every block and comparing the contents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous coward</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41894</link>
		<dc:creator><![CDATA[anonymous coward]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 04:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41894</guid>
		<description><![CDATA[and then there&#039;s always the &#039;badblocks&#039; command which comes with the &#039;e2fsprogs&#039; package which allows you to check for ... well, bad blocks on a device. I used to use the -w option almost all the time...]]></description>
		<content:encoded><![CDATA[<p>and then there&#8217;s always the &#8216;badblocks&#8217; command which comes with the &#8216;e2fsprogs&#8217; package which allows you to check for &#8230; well, bad blocks on a device. I used to use the -w option almost all the time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehall</title>
		<link>http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41893</link>
		<dc:creator><![CDATA[Mehall]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 01:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2010/02/06/using-dd-to-blank-a-drive/#comment-41893</guid>
		<description><![CDATA[I hate to say wrong to you, but dd is actually by far one of the best ways to blank a drive. However much faith you put into DBaN, dd does the job so well, that if it completes a run (even if using /dev/null instead of /dev/urandom like you suggested) that many professional forensics recovery companies will refuse to try, as it is a waste of their time and your money.

dd is a fantastic tool. Whenever I get a machine that I may have to return to the original owner, or to someone else significantly clueless about computers, I make a disk image to my external HDD, then wipe the disk (all using a live CD) using dd for both operations. a quick run of gParted later, and the disk is ready to have a new OS installed, but if I need to return it to the condition I got it in, dd will do exactly that given the disk image instead of /dev/null]]></description>
		<content:encoded><![CDATA[<p>I hate to say wrong to you, but dd is actually by far one of the best ways to blank a drive. However much faith you put into DBaN, dd does the job so well, that if it completes a run (even if using /dev/null instead of /dev/urandom like you suggested) that many professional forensics recovery companies will refuse to try, as it is a waste of their time and your money.</p>
<p>dd is a fantastic tool. Whenever I get a machine that I may have to return to the original owner, or to someone else significantly clueless about computers, I make a disk image to my external HDD, then wipe the disk (all using a live CD) using dd for both operations. a quick run of gParted later, and the disk is ready to have a new OS installed, but if I need to return it to the condition I got it in, dd will do exactly that given the disk image instead of /dev/null</p>
]]></content:encoded>
	</item>
</channel>
</rss>
