<?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>/harry-webster.co(.uk&#124;m)/ &#187; hard drive</title>
	<atom:link href="http://www.harry-webster.co.uk/tag/hard-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.harry-webster.co.uk</link>
	<description>Harry Webster&#039;s Blog</description>
	<lastBuildDate>Thu, 11 Aug 2011 18:43:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cleaning a Disk</title>
		<link>http://www.harry-webster.co.uk/2010/02/cleaning-a-disk/</link>
		<comments>http://www.harry-webster.co.uk/2010/02/cleaning-a-disk/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 22:19:58 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[hard drive]]></category>

		<guid isPermaLink="false">http://www.harry-webster.co.uk/?p=70</guid>
		<description><![CDATA[To keep a hard drive healthy you should &#8220;use&#8221; it, by this I mean filling the disk with data and then cleaning up [...]]]></description>
			<content:encoded><![CDATA[<p>To keep a hard drive healthy you should &#8220;use&#8221; it, by this I mean filling the disk with data and then cleaning up the used space (giving all the sectors activity). The easiest way i know of doing this is by writing zeros to the disk, this should also be done when selling hard drives.</p>
<p>In Linux run:</p>
<pre>$ dd if=/dev/zero &gt; tmp.file ; rm tmp.file</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.harry-webster.co.uk/2010/02/cleaning-a-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

