<?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: Home NAS Expansion &#8211; Continued</title>
	<atom:link href="http://irrationale.com/2010/02/06/home-nas-expansion-continued/feed/" rel="self" type="application/rss+xml" />
	<link>http://irrationale.com/2010/02/06/home-nas-expansion-continued/</link>
	<description>leigh henderson&#039;s illogical logic</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hasan</title>
		<link>http://irrationale.com/2010/02/06/home-nas-expansion-continued/#comment-34</link>
		<dc:creator><![CDATA[Hasan]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://irrationale.com/?p=879#comment-34</guid>
		<description><![CDATA[You said:
&quot;If you built a simple dynamic striped array, you could have the flexibility of disk replacement and dynamic expansion, but you would have to sacrifice data security in order to achieve it.&quot;

Could you tell me how to build the array you are talking about? What security features I lose?
You mean I won&#039;t have any redundancy ?]]></description>
		<content:encoded><![CDATA[<p>You said:<br />
&#8220;If you built a simple dynamic striped array, you could have the flexibility of disk replacement and dynamic expansion, but you would have to sacrifice data security in order to achieve it.&#8221;</p>
<p>Could you tell me how to build the array you are talking about? What security features I lose?<br />
You mean I won&#8217;t have any redundancy ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leigh</title>
		<link>http://irrationale.com/2010/02/06/home-nas-expansion-continued/#comment-33</link>
		<dc:creator><![CDATA[Leigh]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://irrationale.com/?p=879#comment-33</guid>
		<description><![CDATA[Well, I&#039;m note sure I&#039;d call it &#039;expertise,&#039; but thanks for the compliment :)

Finding something which emulated the Drobo with common PC hardware which I had lying around was precisely what I was looking for when I started playing with OpenSolaris. I wanted the ability to mix different speed and size disks and store my data safely, as well as replacing disks which had failed or upgrading to larger disks on the fly.

While you can simulate certain aspects of the Drobo&#039;s feature set with OpenSolaris, there are a few limitations at this stage.

For example, a raidz-1 array (single disk redundancy) cannot be expanded by adding larger disks. If you make the array 2Tb when you first create it, it shall always be 2Tb until it is destroyed. You can replace the disks with larger ones, and have a second filesystem if you wish, but the original filesystem will remain the same size.

If you built a simple dynamic striped array, you could have the flexibility of disk replacement and dynamic expansion, but you would have to sacrifice data security in order to achieve it.

As for FreeNAS, I&#039;m not exactly sure what options it has which may bring it a little closer to Drobo&#039;s feature set, but I do know that it offers a simplified version of the ZFS filesystem - with no desktop environment and a few other web-based administration features to boot.

I plan on looking into FreeNAS soon, and I might write an article or two.

Thanks,
Leigh.]]></description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m note sure I&#8217;d call it &#8216;expertise,&#8217; but thanks for the compliment <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Finding something which emulated the Drobo with common PC hardware which I had lying around was precisely what I was looking for when I started playing with OpenSolaris. I wanted the ability to mix different speed and size disks and store my data safely, as well as replacing disks which had failed or upgrading to larger disks on the fly.</p>
<p>While you can simulate certain aspects of the Drobo&#8217;s feature set with OpenSolaris, there are a few limitations at this stage.</p>
<p>For example, a raidz-1 array (single disk redundancy) cannot be expanded by adding larger disks. If you make the array 2Tb when you first create it, it shall always be 2Tb until it is destroyed. You can replace the disks with larger ones, and have a second filesystem if you wish, but the original filesystem will remain the same size.</p>
<p>If you built a simple dynamic striped array, you could have the flexibility of disk replacement and dynamic expansion, but you would have to sacrifice data security in order to achieve it.</p>
<p>As for FreeNAS, I&#8217;m not exactly sure what options it has which may bring it a little closer to Drobo&#8217;s feature set, but I do know that it offers a simplified version of the ZFS filesystem &#8211; with no desktop environment and a few other web-based administration features to boot.</p>
<p>I plan on looking into FreeNAS soon, and I might write an article or two.</p>
<p>Thanks,<br />
Leigh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasan</title>
		<link>http://irrationale.com/2010/02/06/home-nas-expansion-continued/#comment-32</link>
		<dc:creator><![CDATA[Hasan]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 07:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://irrationale.com/?p=879#comment-32</guid>
		<description><![CDATA[Hello,

I&#039;ve been reading your blog for a while and I like it. Thanks for sharing your expertise :)

I have a question please. I&#039;m new to the NAS thing and actually I&#039;m studying the best way to build my NAS.
I&#039;ve seen FreeNAS which I&#039;m sure you know about. My question is, is it better to use FreeNAS or just install Open Solaris? ... would I be able to use different types and sizes of Hard Disks?

I&#039;m trying to do something close to the Drobo. How can I do that??

My question might be too broad, excuse me for that because I&#039;m new to the storage techniques.

Thanks again :)]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;ve been reading your blog for a while and I like it. Thanks for sharing your expertise <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I have a question please. I&#8217;m new to the NAS thing and actually I&#8217;m studying the best way to build my NAS.<br />
I&#8217;ve seen FreeNAS which I&#8217;m sure you know about. My question is, is it better to use FreeNAS or just install Open Solaris? &#8230; would I be able to use different types and sizes of Hard Disks?</p>
<p>I&#8217;m trying to do something close to the Drobo. How can I do that??</p>
<p>My question might be too broad, excuse me for that because I&#8217;m new to the storage techniques.</p>
<p>Thanks again <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Expanding your OpenSolaris NAS &#171; irrationale</title>
		<link>http://irrationale.com/2010/02/06/home-nas-expansion-continued/#comment-23</link>
		<dc:creator><![CDATA[Expanding your OpenSolaris NAS &#171; irrationale]]></dc:creator>
		<pubDate>Sat, 06 Feb 2010 01:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://irrationale.com/?p=879#comment-23</guid>
		<description><![CDATA[[...] Home NAS Expansion &#8211; Continued &#171; irrationale on 06 Feb 2010 at 11:36 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Home NAS Expansion &#8211; Continued &laquo; irrationale on 06 Feb 2010 at 11:36 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

