<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The joys of open source NAS</title>
	<atom:link href="http://miroadamy.com/2007/01/21/the-joys-of-open-source-nas/feed/" rel="self" type="application/rss+xml" />
	<link>http://miroadamy.com/2007/01/21/the-joys-of-open-source-nas/</link>
	<description>Comments, thoughts and observations on technology, web and life</description>
	<lastBuildDate>Tue, 12 Jul 2011 06:34:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Miro</title>
		<link>http://miroadamy.com/2007/01/21/the-joys-of-open-source-nas/#comment-55</link>
		<dc:creator><![CDATA[Miro]]></dc:creator>
		<pubDate>Sun, 25 May 2008 14:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/01/21/the-joys-of-open-source-nas/#comment-55</guid>
		<description><![CDATA[I ended up with software RAID under Linux, of course - using Fedora distribution and partitioning not too different from what you described ...]]></description>
		<content:encoded><![CDATA[<p>I ended up with software RAID under Linux, of course &#8211; using Fedora distribution and partitioning not too different from what you described &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel</title>
		<link>http://miroadamy.com/2007/01/21/the-joys-of-open-source-nas/#comment-54</link>
		<dc:creator><![CDATA[Nigel]]></dc:creator>
		<pubDate>Sun, 25 May 2008 08:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/01/21/the-joys-of-open-source-nas/#comment-54</guid>
		<description><![CDATA[What did you do in the end?

Software raid under Linux is the way to go...mdadm is a great tool.

If you are using an older non PCI-E motherboard then using another hard disk just hurts your performance.

Software Raid under Windows 2003 Server is ok but slower than Linux and prone to failures.

Just partition your disks as follows :

sda
    3 gb sda1 software raid (type fd)
    rest of drive sda2 software raid

sdb, sdc...etc
    same as for sda

Then create the following raid partitions :

/dev/md0    use sda1, sdb1     as / format to ext3
/dev/md1    use sdc1, sdd1     as swap
/dev/md2    use sda2, sdb2, sdc2, sdd2    as /data format as xfs

Then load your favourite Linux (Ubuntu etc) or NAS software (OpenFiler etc) and install it on /dev/md0, create the swap on /dev/md1 and put /dev/md2 in a suitable place say /dev/data.

Create a SAMBA share of /data, set your permissions and away you go...

Hope that helps :-)]]></description>
		<content:encoded><![CDATA[<p>What did you do in the end?</p>
<p>Software raid under Linux is the way to go&#8230;mdadm is a great tool.</p>
<p>If you are using an older non PCI-E motherboard then using another hard disk just hurts your performance.</p>
<p>Software Raid under Windows 2003 Server is ok but slower than Linux and prone to failures.</p>
<p>Just partition your disks as follows :</p>
<p>sda<br />
    3 gb sda1 software raid (type fd)<br />
    rest of drive sda2 software raid</p>
<p>sdb, sdc&#8230;etc<br />
    same as for sda</p>
<p>Then create the following raid partitions :</p>
<p>/dev/md0    use sda1, sdb1     as / format to ext3<br />
/dev/md1    use sdc1, sdd1     as swap<br />
/dev/md2    use sda2, sdb2, sdc2, sdd2    as /data format as xfs</p>
<p>Then load your favourite Linux (Ubuntu etc) or NAS software (OpenFiler etc) and install it on /dev/md0, create the swap on /dev/md1 and put /dev/md2 in a suitable place say /dev/data.</p>
<p>Create a SAMBA share of /data, set your permissions and away you go&#8230;</p>
<p>Hope that helps <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
