<?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>Software Raid &#8211; Harry Jackson</title>
	<atom:link href="http://127.0.0.1:8090/tag/software-raid/feed" rel="self" type="application/rss+xml" />
	<link>http://127.0.0.1:8090</link>
	<description>Parent, Painter, Programmer</description>
	<lastBuildDate>Sat, 03 Sep 2005 07:42:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Software Raid</title>
		<link>http://127.0.0.1:8090/software_raid_1.htm</link>
					<comments>http://127.0.0.1:8090/software_raid_1.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Sat, 03 Sep 2005 07:42:11 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Software Raid]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=292</guid>

					<description><![CDATA[If you ever get this: mdadm: error opening /dev/md0: No such file or directory do: ls -la /dev/md0 If the file does not exist create it as follows: (I am assuming your kernel already supports software raid) mknod /dev/md0 b 9 0]]></description>
										<content:encoded><![CDATA[<p>If you ever get this:</p>
<pre>
mdadm: error opening /dev/md0: No such file or directory
</pre>
<p>do:</p>
<pre>
ls -la /dev/md0
</pre>
<p>If the file does not exist create it as follows: (I am assuming your kernel already supports software raid)</p>
<pre>
mknod /dev/md0 b 9 0
</pre>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/software_raid_1.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Software Raid</title>
		<link>http://127.0.0.1:8090/software_raid.htm</link>
					<comments>http://127.0.0.1:8090/software_raid.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Mon, 22 Aug 2005 03:39:54 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Software Raid]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=287</guid>

					<description><![CDATA[I created identical partition tables on my two SATA disks or rather I made the/dev/sdb identical to /dev/sda because my current root file system resides in /dev/sda2 and /boot/ is on /dev/sda1 /dev/sda1 == 200MB /boot/ /deb/sda2 == 2GB / /deb/sda2 /dev/sdb1 /deb/sdb2 /deb/sdb3 I then ran the following command. mdadm --create --verbose /dev/md0 --level=1 &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/software_raid.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Software Raid"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I created identical partition tables on my two SATA disks or rather I made the/dev/sdb identical to /dev/sda because my current root file system resides in /dev/sda2 and /boot/ is on /dev/sda1<br />
/dev/sda1 == 200MB /boot/<br />
/deb/sda2 == 2GB /<br />
/deb/sda2<br />
/dev/sdb1<br />
/deb/sdb2<br />
/deb/sdb3<br />
I then ran the following command.</p>
<pre>
mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sda3 dev/sdb3
</pre>
<p>To make sure everything is running properly:</p>
<pre>
cat /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid5] [multipath]
md0 : active raid1 sdb3[1] sda3[0]
196996992 blocks [2/2] [UU]
[==&gt;..................]  resync = 10.3% (20347136/196996992) finish=46.4min speed=63318K/sec
unused devices: 
</pre>
<p>The next step is that when the resync is finished is to use lvm and set myself up some areas to work in.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/software_raid.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
