<?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: Howto Delete Files Permanently and Securely in Linux</title>
	<atom:link href="http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/</link>
	<description>Words of Wisdom for Technologists</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:15:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jonathan DePrizio</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-103073</link>
		<dc:creator>Jonathan DePrizio</dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-103073</guid>
		<description>Test comment</description>
		<content:encoded><![CDATA[<p>Test comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdmem not smem</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-98623</link>
		<dc:creator>sdmem not smem</dc:creator>
		<pubDate>Sat, 20 Aug 2011 18:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-98623</guid>
		<description>It&#039;s sdmem (not smem).</description>
		<content:encoded><![CDATA[<p>It&#8217;s sdmem (not smem).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-95506</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Wed, 10 Aug 2011 05:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-95506</guid>
		<description>How to delete the any data form the server permantly. Any command for this in the linux.</description>
		<content:encoded><![CDATA[<p>How to delete the any data form the server permantly. Any command for this in the linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-95505</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Wed, 10 Aug 2011 05:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-95505</guid>
		<description>Thanks for this tutorial!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Feenberg</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-94063</link>
		<dc:creator>Daniel Feenberg</dc:creator>
		<pubDate>Fri, 05 Aug 2011 13:59:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-94063</guid>
		<description>The necessity for multiple overwrites is subject to dispute. See my essay &quot;Can Intelligence Agencies Recover Overwritten Data?&quot; at 

http://www.nber.org/sys-admin/overwritten-data-gutmann.html</description>
		<content:encoded><![CDATA[<p>The necessity for multiple overwrites is subject to dispute. See my essay &#8220;Can Intelligence Agencies Recover Overwritten Data?&#8221; at </p>
<p><a href="http://www.nber.org/sys-admin/overwritten-data-gutmann.html" rel="nofollow">http://www.nber.org/sys-admin/overwritten-data-gutmann.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan DePrizio</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-92221</link>
		<dc:creator>Jonathan DePrizio</dc:creator>
		<pubDate>Sat, 30 Jul 2011 14:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-92221</guid>
		<description>Hi,

The reason why the tools are slow are that they need to access the hard disk in order to be effective.  Under normal use, the OS will cache data in RAM for quicker access (and to make it appear that disk writes are faster than they actually are).  Yet this wouldn&#039;t work for secure deletion - you need to be certain that you actually writing to the disk. 

So the answer is that no - you cannot really speed them up, except using one pass rather than multiple passes, etc... These tools need to bypass the system cache in order to be effective, thus making them slower than what you are generally used to.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The reason why the tools are slow are that they need to access the hard disk in order to be effective.  Under normal use, the OS will cache data in RAM for quicker access (and to make it appear that disk writes are faster than they actually are).  Yet this wouldn&#8217;t work for secure deletion &#8211; you need to be certain that you actually writing to the disk. </p>
<p>So the answer is that no &#8211; you cannot really speed them up, except using one pass rather than multiple passes, etc&#8230; These tools need to bypass the system cache in order to be effective, thus making them slower than what you are generally used to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JFekete9076</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-92188</link>
		<dc:creator>JFekete9076</dc:creator>
		<pubDate>Sat, 30 Jul 2011 12:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-92188</guid>
		<description>Hello.

I&#039;ve also tried these programs.
The only problem is that they are too slow.
Is there a way to speed up them without compromising security?</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I&#8217;ve also tried these programs.<br />
The only problem is that they are too slow.<br />
Is there a way to speed up them without compromising security?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: securely delete (wipe) a file/partition &#171; The Ubuntu Incident</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-80460</link>
		<dc:creator>securely delete (wipe) a file/partition &#171; The Ubuntu Incident</dc:creator>
		<pubDate>Fri, 01 Jul 2011 06:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-80460</guid>
		<description>[...] secure-delete tools (sudo apt-get install secure-delete); more info here [...]</description>
		<content:encoded><![CDATA[<p>[...] secure-delete tools (sudo apt-get install secure-delete); more info here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: olsie</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-74286</link>
		<dc:creator>olsie</dc:creator>
		<pubDate>Thu, 09 Jun 2011 20:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-74286</guid>
		<description>This is well written and easy to apply. I no longer have to wear my tin foil hat 24/7...</description>
		<content:encoded><![CDATA[<p>This is well written and easy to apply. I no longer have to wear my tin foil hat 24/7&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: name</title>
		<link>http://techthrob.com/2009/03/02/howto-delete-files-permanently-and-securely-in-linux/comment-page-1/#comment-44896</link>
		<dc:creator>name</dc:creator>
		<pubDate>Wed, 16 Feb 2011 12:48:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.techthrob.com/wp/wordpress/?p=63#comment-44896</guid>
		<description>it is sdmem not smem</description>
		<content:encoded><![CDATA[<p>it is sdmem not smem</p>
]]></content:encoded>
	</item>
</channel>
</rss>

