<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>destroy all hard drive &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/destroy-all-hard-drive/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 23 Nov 2010 08:35:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>How To Destroy All Hard Drive Data In Debian</title>
		<link>https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/</link>
					<comments>https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 08:24:31 +0000</pubDate>
				<category><![CDATA[File System]]></category>
		<category><![CDATA[dd command]]></category>
		<category><![CDATA[delete hdd]]></category>
		<category><![CDATA[destroy all data in hdd]]></category>
		<category><![CDATA[destroy all hard drive]]></category>
		<category><![CDATA[destroy all hdd]]></category>
		<category><![CDATA[killall command]]></category>
		<category><![CDATA[sudo command]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=36</guid>

					<description><![CDATA[<p>If you want to delete all data contained in your hard drive so that you render it empty in case you want to sell it or for any other reasons, you need to follow these steps: 1. Turn on your computer and boot from Debian Live CD or any of its variants (Debian, Ubuntu, Xubuntu, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/">How To Destroy All Hard Drive Data In Debian</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>If you want to delete all data contained in your hard drive so that you  render it empty in case you want to sell it or for any other reasons,  you need to follow these steps:</p>
<p>1. Turn on your computer and boot from <strong>Debian Live CD</strong> or any of its variants (Debian, Ubuntu, Xubuntu, Edubuntu, Ubuntulite, Fluxbuntu, etc.).<span id="more-36"></span><br />
2. In the terminal, run the command given below to disable the swap partition:</p>
<pre>sudo swapoff</pre>
<p><strong>Note:</strong> If you don&#8217;t execute this command, some data might remain on your hard drive.</p>
<p>3. Now you have to run the command listed below to zero out your hard drive:</p>
<pre>sudo dd if=/dev/zero of=/dev/sda</pre>
<p>The formatting process might take a long time to finish, this depends on  the size of your hard disk. To view remaining time, you have to run  this command:</p>
<pre>sudo killall -USR1 dd</pre>
<p>Upon running the command listed above, you will be shown the disk space &#8220;cleaned&#8221; in GB.</p>
<g:plusone href="https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/">How To Destroy All Hard Drive Data In Debian</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/how-to-destroy-all-hard-drive-data-in-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
