<?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/"
		>
<channel>
	<title>Comments on: GNU Shred</title>
	<atom:link href="http://pthree.org/2008/12/02/gnu-shred/feed/" rel="self" type="application/rss+xml" />
	<link>http://pthree.org/2008/12/02/gnu-shred/</link>
	<description>Linux.  GNU.  Freedom.</description>
	<lastBuildDate>Fri, 17 May 2013 20:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24176</generator>
	<item>
		<title>By: John</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-109369</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Jan 2009 03:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-109369</guid>
		<description><![CDATA[Little late here but, I was searching for clues about how to speed up shred and found something you might find interesting.

There is a new version of corutils being used these days, 6.x. It uses a different source for it&#039;s PRNG and that seems to be what makes it so slow.

In around 2.5 hours with 6.x I only had 20% of 1 pass of a 180 gig partition finished. I booted an older distribution using 5.x coreutils and in around 2.5 hours it had finished 2 complete passes. Big difference.]]></description>
		<content:encoded><![CDATA[<p>Little late here but, I was searching for clues about how to speed up shred and found something you might find interesting.</p>
<p>There is a new version of corutils being used these days, 6.x. It uses a different source for it&#8217;s PRNG and that seems to be what makes it so slow.</p>
<p>In around 2.5 hours with 6.x I only had 20% of 1 pass of a 180 gig partition finished. I booted an older distribution using 5.x coreutils and in around 2.5 hours it had finished 2 complete passes. Big difference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ronc</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-109051</link>
		<dc:creator>ronc</dc:creator>
		<pubDate>Tue, 16 Dec 2008 12:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-109051</guid>
		<description><![CDATA[Hey Aaron what is the differences between shred and srm?

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hey Aaron what is the differences between shred and srm?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108945</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sat, 06 Dec 2008 16:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108945</guid>
		<description><![CDATA[On a filesystem level, any journaled filesystem will have the journal before the available blocks for your data. As such, if you are inside the filesystem, then yes- wiping data on journaled filesystems is a bit more difficult. However, if you back out to the disk level, and blow away the filesystem, as well as the data, then it doesn&#039;t matter what the filesystem was underneath.]]></description>
		<content:encoded><![CDATA[<p>On a filesystem level, any journaled filesystem will have the journal before the available blocks for your data. As such, if you are inside the filesystem, then yes- wiping data on journaled filesystems is a bit more difficult. However, if you back out to the disk level, and blow away the filesystem, as well as the data, then it doesn&#8217;t matter what the filesystem was underneath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108943</link>
		<dc:creator>Damien</dc:creator>
		<pubDate>Fri, 05 Dec 2008 01:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108943</guid>
		<description><![CDATA[Hey, I was wondering if you had any suggestions for wiping a drive that has an ext3 partition and ReiserFS partition?

The shred man page mentions that it isn&#039;t effective on file systems like reiser, but does that apply if i am shred&#039;ing the whole drive?

Any thoughts greatly appreciated!

Also, sorry to hear about your job situation!]]></description>
		<content:encoded><![CDATA[<p>Hey, I was wondering if you had any suggestions for wiping a drive that has an ext3 partition and ReiserFS partition?</p>
<p>The shred man page mentions that it isn&#8217;t effective on file systems like reiser, but does that apply if i am shred&#8217;ing the whole drive?</p>
<p>Any thoughts greatly appreciated!</p>
<p>Also, sorry to hear about your job situation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidM</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108941</link>
		<dc:creator>DavidM</dc:creator>
		<pubDate>Wed, 03 Dec 2008 19:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108941</guid>
		<description><![CDATA[I would agree that zero&#039;ing out the drive is more than enough in most cases.  I think more drastic measures are only taken due to pure paranoia and mis-information.  However there&#039;s no harm other than time and perhaps some wear and tear to doing these multiple pass techniques.

I don&#039;t know if you&#039;ve seen this but here&#039;s a link to a group that issued a challenge to data recovery firms to recover the data on a drive that had been zero&#039;ed out using dd.

http://16systems.com/zero/index.html]]></description>
		<content:encoded><![CDATA[<p>I would agree that zero&#8217;ing out the drive is more than enough in most cases.  I think more drastic measures are only taken due to pure paranoia and mis-information.  However there&#8217;s no harm other than time and perhaps some wear and tear to doing these multiple pass techniques.</p>
<p>I don&#8217;t know if you&#8217;ve seen this but here&#8217;s a link to a group that issued a challenge to data recovery firms to recover the data on a drive that had been zero&#8217;ed out using dd.</p>
<p><a href="http://16systems.com/zero/index.html" rel="nofollow">http://16systems.com/zero/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThaddeusQ</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108940</link>
		<dc:creator>ThaddeusQ</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108940</guid>
		<description><![CDATA[I like to use:
shred -n 0 -v -z /dev/sdc
I don&#039;t know why I prefer this way to just using /dev/zero, maybe it&#039;s because I get the progress report.]]></description>
		<content:encoded><![CDATA[<p>I like to use:<br />
shred -n 0 -v -z /dev/sdc<br />
I don&#8217;t know why I prefer this way to just using /dev/zero, maybe it&#8217;s because I get the progress report.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rushton</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108939</link>
		<dc:creator>Mike Rushton</dc:creator>
		<pubDate>Wed, 03 Dec 2008 15:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108939</guid>
		<description><![CDATA[This is a good article/challenge related to this same idea of data recovery and the assumptions of how easy it is to recover data:
http://16systems.com/zero/]]></description>
		<content:encoded><![CDATA[<p>This is a good article/challenge related to this same idea of data recovery and the assumptions of how easy it is to recover data:<br />
<a href="http://16systems.com/zero/" rel="nofollow">http://16systems.com/zero/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108938</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108938</guid>
		<description><![CDATA[In my experience, USB 2.0 suffers from speed burst. It fills up the cache, the slows down considerably. FireWire 400 doesn&#039;t suffer from this. So, even though technically speaking, USB 2.0 is theoretically faster, my experience has generally been that FireWire 400 is faster.]]></description>
		<content:encoded><![CDATA[<p>In my experience, USB 2.0 suffers from speed burst. It fills up the cache, the slows down considerably. FireWire 400 doesn&#8217;t suffer from this. So, even though technically speaking, USB 2.0 is theoretically faster, my experience has generally been that FireWire 400 is faster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108937</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108937</guid>
		<description><![CDATA[Exactly. Again, as I mentioned in the post, there&#039;s no proof that data can be recovered after a single pass of /dev/zero. If they want your data that bad, as you mentioned, there&#039;s other ways to get it.]]></description>
		<content:encoded><![CDATA[<p>Exactly. Again, as I mentioned in the post, there&#8217;s no proof that data can be recovered after a single pass of /dev/zero. If they want your data that bad, as you mentioned, there&#8217;s other ways to get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108936</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108936</guid>
		<description><![CDATA[Thanks man. I hope to be back on my feet in no time.]]></description>
		<content:encoded><![CDATA[<p>Thanks man. I hope to be back on my feet in no time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gutmann</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108933</link>
		<dc:creator>Peter Gutmann</dc:creator>
		<pubDate>Wed, 03 Dec 2008 06:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108933</guid>
		<description><![CDATA[http://www.usenix.org/publications/library/proceedings/sec96/full_papers/gutmann/

[WORDPRESS HASHCASH] The poster sent us &#039;0 which is not a hashcash value.]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.usenix.org/publications/library/proceedings/sec96/full_papers/gutmann/" rel="nofollow">http://www.usenix.org/publications/library/proceedings/sec96/full_papers/gutmann/</a></p>
<p>[WORDPRESS HASHCASH] The poster sent us &#8217;0 which is not a hashcash value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethana2</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108932</link>
		<dc:creator>ethana2</dc:creator>
		<pubDate>Wed, 03 Dec 2008 06:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108932</guid>
		<description><![CDATA[...I noted that you said you used firewire, I bought an external enclosure recently that&#039;s USB..  It seems USB 2 is faster than firewire 400, does firewire have a solid advantage in anything other than cpu usage?]]></description>
		<content:encoded><![CDATA[<p>&#8230;I noted that you said you used firewire, I bought an external enclosure recently that&#8217;s USB..  It seems USB 2 is faster than firewire 400, does firewire have a solid advantage in anything other than cpu usage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108931</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Wed, 03 Dec 2008 03:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108931</guid>
		<description><![CDATA[If an organization has hundreds of thousands of dollars for scanning electron microscopes in order to get at your deleted data then they can just as easily spy on you in other ways.  Or pay someone to put a gun to your head!

What the conspiracy theorists do is not look at the big picture.  Using attack trees is a good way to work out effective and efficient ways of getting at the data.]]></description>
		<content:encoded><![CDATA[<p>If an organization has hundreds of thousands of dollars for scanning electron microscopes in order to get at your deleted data then they can just as easily spy on you in other ways.  Or pay someone to put a gun to your head!</p>
<p>What the conspiracy theorists do is not look at the big picture.  Using attack trees is a good way to work out effective and efficient ways of getting at the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boredandblogging</title>
		<link>http://pthree.org/2008/12/02/gnu-shred/#comment-108930</link>
		<dc:creator>boredandblogging</dc:creator>
		<pubDate>Wed, 03 Dec 2008 03:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://pthree.org/2008/12/02/gnu-shred/#comment-108930</guid>
		<description><![CDATA[That sucks man. Hope it works out soon for you.

nick]]></description>
		<content:encoded><![CDATA[<p>That sucks man. Hope it works out soon for you.</p>
<p>nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
