 by mastashake57 » Sat Sep 08, 2012 8:15 pm
by mastashake57 » Sat Sep 08, 2012 8:15 pm 
			
			$this->bbcode_second_pass_quote('sambul13', 'I')nteresting...pls give more details. I'm curious, what you're using the RAID for and how often? Is the enclosure or drives in it getting hot over time?
What Pogoplug model do you use with it?  What file system the drives are formatted to? Can you measure read & write speed to the RAID - hook it directly to your PC and copy large files from it with TeraCopy, or more accurately measure with CrystalDiskMark? Then hook it to Pogo and check speed with:
$this->bbcode_second_pass_code('', 'hdparm -tT /dev/sda                                  # read speed
dd count=100 bs=1M if=/dev/zero of=/media/USB_RAID/test oflag=synk   # write speed')
Can use 
Iozone, Iperf or 
dbench to measure read & write speed over NFS or Samba. What's the plug processor load when reading from and writing to the RAID - you can see it with Htop?
You've given me quite the workload but not a problem.  I'm in the beginning stages of testing my new setup out.  Let me try to answer what I can.
I have a Pogoplug V2 E02 and this Pogoplug will serve all my web content and media content.  A small shout-out, it will host my web site (
www.twobitcoder.com) and will also be my streaming server via Subsonic.  The RAID is configured for mirroring.
Due to the somewhat heavy load it will endure, it as been partitioned as such:
$this->bbcode_second_pass_code('', '   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63     4016249     2008093+  83  Linux
/dev/sda2         4016250     5028344      506047+  82  Linux swap / Solaris
/dev/sda3         5028345   625137344   310054500   83  Linux')
All the partitions are EXT3.
It's powered by 2 Western Digital Scorpio Blue drives, WD3200BEVT (if I remember correctly).  This server is on 24/7/365.  Let me keep track of this thread and I'll post back performance results as I work through my setups.