<?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>lummie.co.uk &#187; remove</title>
	<atom:link href="http://lummie.co.uk/tag/remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://lummie.co.uk</link>
	<description>Code, Apps, Thoughts &#38; Dribble</description>
	<lastBuildDate>Tue, 12 Jan 2010 14:39:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu Server &#8211; Remove Raid Array</title>
		<link>http://lummie.co.uk/ubuntu-server-remove-raid-array/</link>
		<comments>http://lummie.co.uk/ubuntu-server-remove-raid-array/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:58:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu server]]></category>

		<guid isPermaLink="false">http://lummie.co.uk/?p=259</guid>
		<description><![CDATA[Nice and simple:
mdadm --stop /dev/md0
mdadm --remove /dev/md0
mdadm --zero-superblock /dev/sdb1
mdadm --zero-superblock /dev/sdc1
]]></description>
			<content:encoded><![CDATA[<p>Nice and simple:</p>
<pre>mdadm --stop /dev/md0</pre>
<pre>mdadm --remove /dev/md0
mdadm --zero-superblock /dev/sdb1
mdadm --zero-superblock /dev/sdc1</pre>
]]></content:encoded>
			<wfw:commentRss>http://lummie.co.uk/ubuntu-server-remove-raid-array/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
