<?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: Quick and dirty linux software RAID5</title>
	<atom:link href="http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/</link>
	<description>Daily Tech Tips and News</description>
	<lastBuildDate>Thu, 12 Aug 2010 17:38:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mad</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-18756</link>
		<dc:creator>Mad</dc:creator>
		<pubDate>Mon, 10 May 2010 20:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-18756</guid>
		<description>I did it again, now with Ubuntu 10.04 64-bit!
I use ext4, ie &quot;sudo mkfs.ext4 /dev/md0&quot;, with success. Same change in fstab of course, ie &quot;/dev/md0 /storage ext4 defaults 0 1&quot;.
Dont forget, you need to create a directory, ie &quot;sudo mkdir /storage&quot;, before you can mount anything to it.
Same as for 9.04 mdadm.conf needs to be to be changed for 10.04 as described above regarding DEVICE and UUID.
Again, thanks Adam for a great howto.</description>
		<content:encoded><![CDATA[<p>I did it again, now with Ubuntu 10.04 64-bit!<br />
I use ext4, ie &#8220;sudo mkfs.ext4 /dev/md0&#8243;, with success. Same change in fstab of course, ie &#8220;/dev/md0 /storage ext4 defaults 0 1&#8243;.<br />
Dont forget, you need to create a directory, ie &#8220;sudo mkdir /storage&#8221;, before you can mount anything to it.<br />
Same as for 9.04 mdadm.conf needs to be to be changed for 10.04 as described above regarding DEVICE and UUID.<br />
Again, thanks Adam for a great howto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Delicious Bookmarks for January 30th through February 1st &#171; Lâmôlabs</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-18503</link>
		<dc:creator>Delicious Bookmarks for January 30th through February 1st &#171; Lâmôlabs</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-18503</guid>
		<description>[...] Quick and dirty linux software RAID5 &#124; How in the TECH &#8211; January 30th  ( tags: raid linux howto server raid5 mdadm ) [...]</description>
		<content:encoded><![CDATA[<p>[...] Quick and dirty linux software RAID5 | How in the TECH &#8211; January 30th  ( tags: raid linux howto server raid5 mdadm ) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mad</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-18327</link>
		<dc:creator>Mad</dc:creator>
		<pubDate>Fri, 28 Aug 2009 14:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-18327</guid>
		<description>This might be the same problem Bando Bando experienced above.
I&#039;ve just installed 4 x 1TB in raid5 in Ubuntu 9.04. After reboot - no md0??? I tried mdadm --assemble --scan, and got only 3 disks. Ok, fine, I&#039;ll add the forth then, I thought. I got device or resource busy. Ok, reboot again, then I only have 2 disks, and array can not be assembled of course. I tried a lot of things like clearing the superblocks, re-partioning etc, same problem still, loses one disk each reboot.
In /etc/mdadm/mdadm.conf it says
DEVICE partitions
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST 
I replaced these lines with
DEVICE /dev/sd??
ARRAY /dev/md0 UUID=1b0816d7:c82651a0:67e26e6e:a4449dba
The UUID is of course mine, you will find yours using mdadm --detail.
Now it works, I don&#039;t know why. Maybe that I on one disk have a small partition with Ubuntu, and on another disk a swap partition, each 10GB, only then this problem occurs? For example I have another computer where I have 8 dedicated disks in raid5, ie Ubuntu installed on a ninth disk, no changes done in mdadm.conf and despite that everything works fine. Hope this can be of help.</description>
		<content:encoded><![CDATA[<p>This might be the same problem Bando Bando experienced above.<br />
I&#8217;ve just installed 4 x 1TB in raid5 in Ubuntu 9.04. After reboot &#8211; no md0??? I tried mdadm &#8211;assemble &#8211;scan, and got only 3 disks. Ok, fine, I&#8217;ll add the forth then, I thought. I got device or resource busy. Ok, reboot again, then I only have 2 disks, and array can not be assembled of course. I tried a lot of things like clearing the superblocks, re-partioning etc, same problem still, loses one disk each reboot.<br />
In /etc/mdadm/mdadm.conf it says<br />
DEVICE partitions<br />
CREATE owner=root group=disk mode=0660 auto=yes<br />
HOMEHOST<br />
I replaced these lines with<br />
DEVICE /dev/sd??<br />
ARRAY /dev/md0 UUID=1b0816d7:c82651a0:67e26e6e:a4449dba<br />
The UUID is of course mine, you will find yours using mdadm &#8211;detail.<br />
Now it works, I don&#8217;t know why. Maybe that I on one disk have a small partition with Ubuntu, and on another disk a swap partition, each 10GB, only then this problem occurs? For example I have another computer where I have 8 dedicated disks in raid5, ie Ubuntu installed on a ninth disk, no changes done in mdadm.conf and despite that everything works fine. Hope this can be of help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-18155</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 21 May 2009 15:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-18155</guid>
		<description>AWESOME!  Simple, quick and dirty HOW-TO.  Thanks so much.</description>
		<content:encoded><![CDATA[<p>AWESOME!  Simple, quick and dirty HOW-TO.  Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Myers</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-17524</link>
		<dc:creator>Adam Myers</dc:creator>
		<pubDate>Sun, 06 Jul 2008 00:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-17524</guid>
		<description>@Paradexes

Thanks, yeah I&#039;ve noticed that but for some reason my wordpress theme gunks out the double dash. 

Glad it proved useful nonetheless!

Edit: I fixed the double dash problem in Wordpress</description>
		<content:encoded><![CDATA[<p>@Paradexes</p>
<p>Thanks, yeah I&#8217;ve noticed that but for some reason my wordpress theme gunks out the double dash. </p>
<p>Glad it proved useful nonetheless!</p>
<p>Edit: I fixed the double dash problem in WordPress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paradexes</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-17523</link>
		<dc:creator>Paradexes</dc:creator>
		<pubDate>Sat, 05 Jul 2008 23:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-17523</guid>
		<description>Great howto easiest one I have found. Hopefully someone can take this and GUIfy it for new users. 

FYI small typos need fixing

--create*
--raid*
--level*
--chunk*

One dash wont work. :D Still kick ass article otherwise. Works great in Ubuntu 8.04 and 7.10.</description>
		<content:encoded><![CDATA[<p>Great howto easiest one I have found. Hopefully someone can take this and GUIfy it for new users. </p>
<p>FYI small typos need fixing</p>
<p>&#8211;create*<br />
&#8211;raid*<br />
&#8211;level*<br />
&#8211;chunk*</p>
<p>One dash wont work. <img src='http://www.howinthetech.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Still kick ass article otherwise. Works great in Ubuntu 8.04 and 7.10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Myers</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-17290</link>
		<dc:creator>Adam Myers</dc:creator>
		<pubDate>Wed, 07 May 2008 18:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-17290</guid>
		<description>Hi Bando,

That step doesn&#039;t appear to be necessary in Ubuntu - I don&#039;t recall doing anything other than the above. I&#039;ll be doing another raid5 setup in the next week or so with Hardy Heron. I&#039;ll update my findings then.

Anyways, thanks for the comment!</description>
		<content:encoded><![CDATA[<p>Hi Bando,</p>
<p>That step doesn&#8217;t appear to be necessary in Ubuntu &#8211; I don&#8217;t recall doing anything other than the above. I&#8217;ll be doing another raid5 setup in the next week or so with Hardy Heron. I&#8217;ll update my findings then.</p>
<p>Anyways, thanks for the comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bando Bando</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-17289</link>
		<dc:creator>Bando Bando</dc:creator>
		<pubDate>Wed, 07 May 2008 18:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-17289</guid>
		<description>Guide worked great except my system wouldn&#039;t startup on reboot.  I had to use a Recovery Disk to edit out the line in /etc/fstab just so it would boot.  It seems there&#039;s one step missing, at least it was required for Fedora 8 x86_64.  Anyways.  Before rebooting you&#039;ll probably want to:
mdadm --detail --scan --verbose &gt; /etc/mdadm.conf 
if you want your system to startup.  Like I said could just be a Fedora thing, but I&#039;m betting otherwise.  I found this here:
http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID
I also used fdisk instead of cfdisk.</description>
		<content:encoded><![CDATA[<p>Guide worked great except my system wouldn&#8217;t startup on reboot.  I had to use a Recovery Disk to edit out the line in /etc/fstab just so it would boot.  It seems there&#8217;s one step missing, at least it was required for Fedora 8 x86_64.  Anyways.  Before rebooting you&#8217;ll probably want to:<br />
mdadm &#8211;detail &#8211;scan &#8211;verbose &gt; /etc/mdadm.conf<br />
if you want your system to startup.  Like I said could just be a Fedora thing, but I&#8217;m betting otherwise.  I found this here:<br />
<a href="http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID" rel="nofollow">http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch26_:_Linux_Software_RAID</a><br />
I also used fdisk instead of cfdisk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-17066</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 27 Mar 2008 03:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-17066</guid>
		<description>Thanks Ivan! I should have probably included something like this.</description>
		<content:encoded><![CDATA[<p>Thanks Ivan! I should have probably included something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Lawrence</title>
		<link>http://www.howinthetech.com/quick-and-dirty-linux-software-raid5/#comment-17065</link>
		<dc:creator>Ivan Lawrence</dc:creator>
		<pubDate>Thu, 27 Mar 2008 01:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.evileyez.org/quick-and-dirty-linux-software-raid5/#comment-17065</guid>
		<description>Found it! http://linux-raid.osdl.org/index.php/Detecting%2C_querying_and_testing#Monitoring_RAID_arrays</description>
		<content:encoded><![CDATA[<p>Found it! <a href="http://linux-raid.osdl.org/index.php/Detecting%2C_querying_and_testing#Monitoring_RAID_arrays" rel="nofollow">http://linux-raid.osdl.org/index.php/Detecting%2C_querying_and_testing#Monitoring_RAID_arrays</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->