<?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>Random Ideas</title>
	<atom:link href="http://randomideas.ahgogo.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://randomideas.ahgogo.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 06 Feb 2010 21:21:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remote Sync using PogoPlug</title>
		<link>http://randomideas.ahgogo.net/?p=68</link>
		<comments>http://randomideas.ahgogo.net/?p=68#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:21:05 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Unclassified Rambling]]></category>
		<category><![CDATA[PogoPlug rsync unison]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=68</guid>
		<description><![CDATA[I am using PogoPlug as a remote backup solution.  I volunteer at a charitable organization which has considerable amount of media, which required a remote backup. I use a Drobo that is hooked up to the PogoPlug.  It works great.  I then put Pogoplug&#8217;s driver on the Windows 2008 file server in the headquarter.  This [...]]]></description>
			<content:encoded><![CDATA[<p>I am using PogoPlug as a remote backup solution.  I volunteer at a charitable organization which has considerable amount of media, which required a remote backup.</p>
<p>I use a Drobo that is hooked up to the PogoPlug.  It works great.  I then put Pogoplug&#8217;s driver on the Windows 2008 file server in the headquarter.  This creates network drives on the server that is mapped to my PogoPlug drives.  I then use SyncToy on the file server to sync the various directories to my PogoPlug drives.</p>
<p>While this works reasonably well, I noticed that there are some directories that always were said to be required syncing but I failed to find what were different between the 2 ends.  SyncToys has some option to determine the algorithm use to detect changes.  By default, it simply checks to file size, access/update time to determine if it needs to sync the files.</p>
<p>I tried the option to check the file content to determine if a file needs to be updated.  This proves to be too resource intensive as it needs to read the entire remote file to determine a checksum  for comparison purpose.  With my setup, this takes way too long to complete (I have close to 2TB worth of data, many of them are video files).</p>
<p>I am trying out Unison (from UPENN) and Rsync.  Rsync is interesting in that a local server on the PogoPlug is required (and it exists in the OpenPogo site).  While I haven&#8217;t try it out yet, it seems to me such a solution might be a good one for such kind of remote syncing.</p>
<p>The client side can calculate the local checksum while the remote server side can calculate the checksum locally as well.  Then it would be simple to compare and they don&#8217;t even have to be synchronized.</p>
<p>I will report back with my findings&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=68</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PogoPlug 2.x, after much effort&#8230;</title>
		<link>http://randomideas.ahgogo.net/?p=66</link>
		<comments>http://randomideas.ahgogo.net/?p=66#comments</comments>
		<pubDate>Sat, 06 Feb 2010 20:58:18 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Web enabled Storage Solution]]></category>
		<category><![CDATA[Pogoplug]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=66</guid>
		<description><![CDATA[Pogoplug 2.x has been pushed to users for about 2+ months by now.  Initially, there was a lot of problems with its new feature to make photos and videos be previewable on its web interface.  However, if you have a lot of media on your drives, then you might run into problems. I have a [...]]]></description>
			<content:encoded><![CDATA[<p>Pogoplug 2.x has been pushed to users for about 2+ months by now.  Initially, there was a lot of problems with its new feature to make photos and videos be previewable on its web interface.  However, if you have a lot of media on your drives, then you might run into problems.</p>
<p>I have a 1 TB Mybook USB2 drive and a Drobo v2 attached to it.  The Drobo itself have about 2TB worth of media, as this is a remote backup copy of media assets of my volunteer group.  While trying to encode the preview segments, the PogoPlug become so overloaded (after all, it doesn&#8217;t have a very powerful processor) that it frequently dropped the drives.</p>
<p>Pogoplug would report that there was no drives attached to the device.  Unplugging and replugging helped for a while for it to recognize that something is attached, but it would refused to show its content.  After a short while, it would say that there were no drives again.</p>
<p>I ended up deleting the .cedata (which PogoPlug keeps its configuration data as well as the cache for the preview segments of the media it has encoded).  After doing so, the PogoPlug essentially thinks that the drive is &#8216;new&#8217; to it.  I quickly disable the preview generation on all the drives.  It was then &#8216;stable&#8217;.</p>
<p>However, I noticed that I cannot access some directory properly.  I ended up running chkdsk on all the drives to make sure that the NTFS directores were not screw up by all the plugging and unplugging.  Chkdsk did find a few problems which it fixed.  After that, accessing those directories on the Pogoplug were fine.</p>
<p>I have to say, during these frustrated hours, Pogoplug&#8217;s forum has been very helpful.  Also, the developers are quite responsive to requests and suggestions.</p>
<p>I do love this device.  It is not quite perfect yet, but it serves its purpose very well.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PogoPlug 2.0: What&#8217;s new?  A quick take&#8230;</title>
		<link>http://randomideas.ahgogo.net/?p=64</link>
		<comments>http://randomideas.ahgogo.net/?p=64#comments</comments>
		<pubDate>Sat, 12 Dec 2009 03:54:46 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Web enabled Storage Solution]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=64</guid>
		<description><![CDATA[Pogoplug has release version 2 of PogoPlug.  You don&#8217;t have to buy a new one (although the new one has integrated 4 USB 2.0 port, saves you about $15 to get a standalone USB 2 hub) because your V1 Pogoplug will receive its update in firmware. What surprised me was that after the firmware was [...]]]></description>
			<content:encoded><![CDATA[<p>Pogoplug has release version 2 of PogoPlug.  You don&#8217;t have to buy a new one (although the new one has integrated 4 USB 2.0 port, saves you about $15 to get a standalone USB 2 hub) because your V1 Pogoplug will receive its update in firmware.</p>
<p>What surprised me was that after the firmware was upgraded, I could not see all my drives that&#8217;s attached.  I have a WD 1TB My Book and a Drobo attached to it.  I reset, detached the drives repeatedly but the Pogoplug was unable to see all the drives consistently.</p>
<p>Until I realized that the new firmware was generating previews and transcoding some of the video clips into a format that Pogoplug&#8217;s web player can use.  While it doesn&#8217;t transcode the entire video clips, it does transcode a 10-15 sec segment of it.  This process, depending on what you stored on the drives, can cause the system to be really slow.</p>
<p>I ended up stopping the scanning process to generate the previews of all the media on all the drives.  PogoPlug then return to normal.  The extra load in transcoding resulted in the Pogoplug being bogged down by the trascoding processes that prevent it from recognizing the new devices.</p>
<p>Being able to preview a segment of the video clip is good, but I wish Pogoplug can do it like the &#8220;Orb&#8221; network, which will simply become a streaming server to send the video clip across.</p>
<p>After the firmware upgrade, all my OpenPogo installed program still works well (I only installed the Samba server anyway).  Heard that the new firmware does use more space, resulting in less &#8216;user&#8217; space for custom installation of software.</p>
<p>Haven&#8217;t got too much time to play around yet&#8230; will report back later.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plug Computing: After living with it for a while&#8230;</title>
		<link>http://randomideas.ahgogo.net/?p=61</link>
		<comments>http://randomideas.ahgogo.net/?p=61#comments</comments>
		<pubDate>Thu, 26 Nov 2009 01:49:57 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Web enabled Storage Solution]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=61</guid>
		<description><![CDATA[Happy Thanksgiving everyone (who celebrates this holiday). After living with the 2 Plug computers for 2 months now, I have the following conclusion: 1.  Consumer: Pogoplug I have to say I love the Desktop Virtual drive that Pogoplug provides.  This device has the average consumer in mind.  While it doesn&#8217;t offer as many application as [...]]]></description>
			<content:encoded><![CDATA[<p>Happy Thanksgiving everyone (who celebrates this holiday).</p>
<p>After living with the 2 Plug computers for 2 months now, I have the following conclusion:</p>
<p>1.  Consumer: Pogoplug</p>
<p>I have to say I love the Desktop Virtual drive that Pogoplug provides.  This device has the average consumer in mind.  While it doesn&#8217;t offer as many application as TonidoPlug, it simply works.  The only con I can think of is that its web interface won&#8217;t support playing of video.  I am not sure if I am not smart enought to get it to work or it is simply not supported.  Photo and Music plays fine directly from web interface.</p>
<p>2. Geeks: TonidoPlug</p>
<p>The applications support is simply awesome.  They recently added a package that you can do https connection with the device.  Granted it wasn&#8217;t a commercial certificate, but nonetheless, it allows you to connect to your device without worrying about evedropping (good for say connecting from corporate network back to home).</p>
<p>The various applications are updated regularly and new ones have been added.  I have not actually play with them much.  However, the torrent client, by itself, is worth the money I think.  Low power torrent machine is a great thing to have!</p>
<p>PogoPlug just came out with its V2 hardware  It looks really slick and come with 4 ports USB 2.0 instead of 1 (which you can get a USB 2.0 hub to do the same).  Price has increase to $129 though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=61</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HUGE SCARE, did I lost all my stuff on ZFS RAIDZ?</title>
		<link>http://randomideas.ahgogo.net/?p=59</link>
		<comments>http://randomideas.ahgogo.net/?p=59#comments</comments>
		<pubDate>Sat, 26 Sep 2009 01:35:23 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Home Storage Solutions]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=59</guid>
		<description><![CDATA[After upgrading to snv_121, I have not found any problem with it&#8230;. well, until 2 days ago.  I have 2 directory on a ZFS RAIDZ volume that I could not access. This is a simple 5 bay, port multiplier enabled (Silicon Image, Sil3726 I believe) enclosure, connected to the NAS box via a USB2 to [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to snv_121, I have not found any problem with it&#8230;. well, until 2 days ago.  I have 2 directory on a ZFS RAIDZ volume that I could not access.</p>
<p>This is a simple 5 bay, port multiplier enabled (Silicon Image, Sil3726 I believe) enclosure, connected to the NAS box via a USB2 to eSATA converter which I have mentioned before.  Each bay is a 1TB drive of various makes.</p>
<p>I performed a scrub and to my surprise, there were a few errors, but thanks to the RAIDZ, nothing is lost.  The scrub finished without any issue, but I still could not access the 2 directories over CIFS.  I can access other directories just fine.  When I ssh into the box, the content of the directory is intact&#8230; this would point to the CIFS/SMB service being the source of the issue.</p>
<p>I tried to copy the content to another directory within the same volume using simple cp or rsync.  Strangely, the new directory also could not be access over CIFS/SMB.  I am suspecting that the UTF-8 filenames of files might have something to do with it.  Since I first observed this problem in snv_121, I thought, why not boot to snv_118 with the wonderful snapshot that each upgrade took before the installation.</p>
<p>So I chose to boot to the previous snapshot.  Then tried to access the drive&#8230;. DRIVES WERE NOT ACCESSABLE!  Perform a zpool status, showed that the volume I had issue with was OFFLINE, all the HD in the enclosure was indicated as OFFLINE.  &#8220;My God, did I lose everything?!&#8221;  I thought to myself.</p>
<p>I rebooted the enclosure and wait for power-up.  Did the zpool status again.  Okay, everyting was reported to be fine.  Go to that storage pool&#8230;. IT WAS EMPTY!!!  &#8220;OMG, I really did lose everything!!!&#8221;</p>
<p>I rebooted the NAS box to go back to snv_121, thinking that the new ZFS version might caused snv_118 not to recognize it&#8230;. again, the storage pool has good status, but have no data.  Suddenly, it dawned on me that I read somewhere to export the volume and reimport it.  So I tried that&#8230;. IT WORKED!  The storage pool came back to live with everything intact.</p>
<p>So a lesson learnt&#8230;. if you run into a problem like this, tried to do an zpool export &lt;poolname&gt; and zpool import &lt;poolname&gt;.  I am not sure why ZFS didnt&#8217; automatically recognize the data.  I didn&#8217;t dare to do a scrub since I have no idea how distructive it could have been&#8230;  I hope this helps someone out there who might have similar issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TonidoPlug First Impression&#8230;</title>
		<link>http://randomideas.ahgogo.net/?p=56</link>
		<comments>http://randomideas.ahgogo.net/?p=56#comments</comments>
		<pubDate>Sat, 19 Sep 2009 19:32:00 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Web enabled Storage Solution]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=56</guid>
		<description><![CDATA[Yes, I know I am crazy but I just bought a TonidoPlug.  PogoPlug, TonidoPlug and SheevaPlug are all based on a very similar reference design using ARM processor. From my current experience with both, the two are about equal. Application Support Winner: TonidoPlug I must say, I am really impressed with the various Apps already [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I know I am crazy but I just bought a TonidoPlug.  PogoPlug, TonidoPlug and SheevaPlug are all based on a very similar reference design using ARM processor.</p>
<p>From my current experience with both, the two are about equal.</p>
<p>Application Support Winner: TonidoPlug</p>
<p>I must say, I am really impressed with the various Apps already available on the TonidoPlug.  I am especially happy with the TonidoTorrent.  Now, I can have a torrent client that runs 24&#215;7 with very low power usage.  If I can somehow get an eMule client on it, this is a perfect machine.</p>
<p>Hardware Design: Draw</p>
<p>The two devices are virtually identifcal.  I think the Tonido website was a bit misleading in that it showed that the device had a slot for putting in an SD card or something.  I tried hard, but I wasn&#8217;t able to make anything give to show that slot.  TonidoPlug does have 256MB more RAM, which probably gave it a slight advantage in the number of application that it can run simultaneously.</p>
<p>Integration and usage: PogoPlug</p>
<p>While Tonido has superior application support, I cannot say enough good things about the ability to show PogoPlug as a network drive on your computer.  It is the single most important feature it has.</p>
<p>In relative terms, PogoPlug&#8217;s setup is much easier, it doesn&#8217;t require any tweaks to the Router etc, simply because there just isn&#8217;t much to configure.  On the other hand, you will need to establish a profile on Tonido&#8217;s website and open the admin port to allow remote administration.  While it is a piece of cake for the hackers among us, it may not be a trivia task for the public.</p>
<p>So take your pick.  I think if you want to use it as a simple server, TonidoPlug wins hands down.  For simple file sharing, I think PogoPlug is the way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plug Computing</title>
		<link>http://randomideas.ahgogo.net/?p=54</link>
		<comments>http://randomideas.ahgogo.net/?p=54#comments</comments>
		<pubDate>Tue, 15 Sep 2009 03:43:00 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Web enabled Storage Solution]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=54</guid>
		<description><![CDATA[Apparently, PogoPlug is just one implementation of Plug Computing.  There are several others, including SheevaPlug and TonidoPlug.  Sheeva is the base implementation upon which different companies package nicer application onto this little server. Both Tonido and Sheeva are slightly more powerful (contain more RAM) and have SD card expansion.  However, PogoPlug has the essential piece [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently, PogoPlug is just one implementation of Plug Computing.  There are several others, including SheevaPlug and TonidoPlug.  Sheeva is the base implementation upon which different companies package nicer application onto this little server.</p>
<p>Both Tonido and Sheeva are slightly more powerful (contain more RAM) and have SD card expansion.  However, PogoPlug has the essential piece of software that makes it a better product for my use: Network Drive Client.  A pogoplug can appear as a network drive on your local machine.  CloudeEngine has clients in Windows, Mac OSX and Linux.</p>
<p>What I am planning of using the Pogoplug is as follows:</p>
<p>1) Use the Drobo that I have as a remot backup unit.</p>
<p>2) Connect the Drobo to Pogoplug</p>
<p>3) On remote machine, install network drive client and connect to the PogoPlug.</p>
<p>4) Use directory sync program to sync daily changes: SyncToy or FreeFileSync (as suggested by one of the visitors to this site)</p>
<p>Cheap and easy disater recovery site can be setup like this.  I will let you know how it goes.</p>
<p>I have also ordered a TonidoPlug to evaluate.  These little machines are amazing in that they are really small computers.  TonidoPlug runs Ubuntu 9.04 which means that developing or packaging software for it should be quite doable.  These plug computers use ARM processors which are very power efficient.  I may soon use the TonidoPlug to do my torrent downloads instead of using a laptop.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you PogoPlugged?&#8230;</title>
		<link>http://randomideas.ahgogo.net/?p=52</link>
		<comments>http://randomideas.ahgogo.net/?p=52#comments</comments>
		<pubDate>Mon, 07 Sep 2009 02:21:34 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Web enabled Storage Solution]]></category>
		<category><![CDATA[PogoPlug Off-site Backup]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=52</guid>
		<description><![CDATA[Just received the PogoPlug that I ordered.  Just Google for it and you will find the website. Pogoplug is the size of a small power brick, but it is literally a small embedded Linux plateform.  There was literally no configuration required.  You plug the device into your router and power it up.  Hook up a [...]]]></description>
			<content:encoded><![CDATA[<p>Just received the PogoPlug that I ordered.  Just Google for it and you will find the website.</p>
<p>Pogoplug is the size of a small power brick, but it is literally a small embedded Linux plateform.  There was literally no configuration required.  You plug the device into your router and power it up.  Hook up a spare USB2 HD and magically, you have Internet enabled storage system.</p>
<p>The device required no configuration at all.  It connects to PogoPlug&#8217;s website and takes care of NAT traversal automatically.  You can access the content via PogoPlug&#8217;s website or install a software package to use it as a local HD.</p>
<p>I am testing it out right now but am planning to use this as a way to sync across Internet to provide some off-site backup.  I volunteer for a non-profit organization that generates a ton of photos and video.  I am planning to us this device to provide off-site backup.  It would be very simple to do the initial data backup directly using locally attached HD, then connect this to the PogoPlug.  Future syncing could use SyncToy on a local machine in the HQ to the PogoPlugged device.  Fairly low cost off-site backup I think&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>snv_118snv_121 upgrade&#8230; SUCCESS!</title>
		<link>http://randomideas.ahgogo.net/?p=50</link>
		<comments>http://randomideas.ahgogo.net/?p=50#comments</comments>
		<pubDate>Mon, 07 Sep 2009 02:13:16 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Home Storage Solutions]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=50</guid>
		<description><![CDATA[I am very impressed with the upgrade process of OpenSolaris.  No other operating system that I know of offer the kind of upgrade assurance (well, I am pretty paranoid actually).  Each version upgrade, the Update Manager in OpenSolaris (if you use ZFS as root file system), will automatically create a snapshot of the existing installation [...]]]></description>
			<content:encoded><![CDATA[<p>I am very impressed with the upgrade process of OpenSolaris.  No other operating system that I know of offer the kind of upgrade assurance (well, I am pretty paranoid actually).  Each version upgrade, the Update Manager in OpenSolaris (if you use ZFS as root file system), will automatically create a snapshot of the existing installation and then install the new version.  If you run into problem with the new version, as long as the boot manager still comes up, you can simply boot to the previous working snatpshot and everything would be as was.</p>
<p>While I understand the above, the upgrade still makes me a bit uneasy&#8230;. after biting my finger a few times, I decided to go ahead with the upgrade.  I fired up the Update Manager and chose to upgrade all packages&#8230;  I wasn&#8217;t watching the progress, but continue to write to the NAS while the upgrade was in progress.  I think this is important because it means that uptime wax maximized even during an upgrade.</p>
<p>After reboot, the new version came up flawlessly.  I haven&#8217;t yet seen any performance improvement per se with my daily use (only used it for 2 days)&#8230; but will report back if I find anything interesting.</p>
<p>All in all, everything was where it was supposed to be&#8230; OpenSolaris is really quite a matured OS.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=50</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another interesting observation&#8230;</title>
		<link>http://randomideas.ahgogo.net/?p=45</link>
		<comments>http://randomideas.ahgogo.net/?p=45#comments</comments>
		<pubDate>Wed, 26 Aug 2009 02:23:10 +0000</pubDate>
		<dc:creator>hsiaom</dc:creator>
				<category><![CDATA[Home Storage Solutions]]></category>

		<guid isPermaLink="false">http://randomideas.ahgogo.net/?p=45</guid>
		<description><![CDATA[Now this is interesting.  If you have been following my quest for a perfect self-assembled NAS box, you would have read about the initial performance statistics.  I am not trying to be 100% scientific, but provided observation that I have seen. My main pool of storage is on 6 1TB WD Green Drive.  2 of [...]]]></description>
			<content:encoded><![CDATA[<p>Now this is interesting.  If you have been following my quest for a perfect self-assembled NAS box, you would have read about the initial performance statistics.  I am not trying to be 100% scientific, but provided observation that I have seen.</p>
<p>My main pool of storage is on 6 1TB WD Green Drive.  2 of them are on the Atom 330 MB with Intel 945G&#8217;s built-in SATA port and 4 on the Sil3124 add-on card.  The 6 disks are formatted into a RAIDZ volume.  Performance number is around 14MB/s write and 6.5MB/s read.  The writing, while averaging 14MB/s, fluctuate a lot.  I wasn&#8217;t sure if it was due to the CPU, Interface or network interface.</p>
<p>I also have another Sil4726 storage box that has 5 WD 1TB Green drive that I have hook up to the NAS via a USB2 to eSATA converter.  The 5 drives has also been formatted as a RAIDZ volume.  Because it is on USB2, I was not as keen on using it as the main storage pool.  However, I just found some old drives with older data archive that I decided to move to this storage volume.</p>
<p>To my surprise, this pool of storage is able to substain a 14MB/s write with almost no fluctuation in speed (again, i am just looking at the number reported by Teracopy).</p>
<p>I have 2 theory on this observation:</p>
<p>1) Atom 330&#8242;s max performance for RAIDZ is maybe around 14MB/s on OpenSolaris.</p>
<p>2) It was a surprise to me that the USB2 pool is actually able to sustained that kind of write speed, which is faster than through native SATA.  Therefore, I think that the PCI interface card is too limiting in the bandwidth that the write speed actually fluctuate so much.  The USB2 interface, while technically inferior in speed, was linked more closely to the southbridge that it is actually faster.  You probably will get better performane with a higher end PCI Express add-on card if you build a NAS on a more powerful MB.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomideas.ahgogo.net/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
