Tag Archive | "Raid 5"

Quick Look: Silicon Image SiI3124 Based eSATA with RAID 5 and Port Multiplier Support

Quick Look: Silicon Image SiI3124 Based eSATA with RAID 5 and Port Multiplier Support

One question I am often asked is what do I think about port multipliers. The short story here is that I think they can be valuable and I can see that they have a place in the market. The Silicon Image SiI3124 controller is an inexpensive SATA II controller that runs natively on a PCI-X bus. One of the biggest draws to the Silicon Image port-multiplier enabled ecosystems is cost. For about $100 one can purchase a controller and a port multiplier (based on the SiI3726 for example) and provide eight ports of connectivity. This low-cost architecture has been something that Silicon Image has been building for years. Read the full story

Posted in RAID Controllers/ HBAsComments (1)

Windows Home Server 2011 and Small Business Server 2011 Release Candidates

Windows Home Server 2011 and Small Business Server 2011 Release Candidates

Microsoft’s Windows Home Server Vail platform has had a rough development cycle. First cheered for the public beta with a slew of new media features such as on-the-fly transcoding, the euphoria did not last. This fall, Microsoft announced that the popular and updated Drive Extender V2 technology would no longer be a part of the Vail platform.  Drive Extender V2 provided both enhanced data security alongside the ability to pool drives using a technology not all too dissimilar to RAID 10 (ed. this is a bit of a stretch, but it does stripe and mirror.) Today we have Windows Home Server 2011 and Small Business Server 2011 Essentials release candidates which is the next evolution of the Windows Home Server and Small Business Server platform, bringing the more stable 64-bit Windows Server 2008 R2 platform to the consumer and very small business market.

A lot has been discussed in the community about having to use RAID for storage. As someone who has been using RAID with WHS for more than two years, this is not an issue at all if you understand how disk technologies work. That is precisely why using RAID and GPT with Windows Home Server v2 was covered in April 2010 at ServeTheHome.com.

Read the full story

Posted in Windows Home ServerComments (4)

The RAID Reliability Anthology – Part 1 – The Primer

The RAID Reliability Anthology – Part 1 – The Primer

Reliability is, perhaps, one of the biggest concerns for any data storage system. Many users understand how redundancy schemes like RAID and Windows Home Server’s Drive Extender technology protect them from data loss. These systems of data storage generally protect against hard drive failure, which is bound to occur at some point. Perhaps the best way to start off this article is to remind one that it is not if a disk will fail, but when. That “when” usually occurs at the worst possible time for a user so it is recommended that valuable data is held in redundant systems and backed-up. This article will go into the basics of redundancy. Rest assured, I have been working on something much more comprehensive, so this is just a primer. The often cited Wikipedia RAID entry is a great resource, but it is time for something a bit more detailed.

Standardizing Terminology

What does RAID Stand for?

First off, RAID stands for a Redundant Array of Independent Disks. For many users, this definition of the acronym sits juxtaposed to RAID 0′s existence as a RAID level, since RAID 0 has no redundancy. That and more will be described below.

Now that RAID is defined, here are a few more one will need while reading this article:

  • MTTDL –Mean Time To Data Loss which in the below examples is simply the mean time until drive failures cause data loss in the array. Note: The below examples are perhaps the most simplistic way to view this, but the equations help.
  • MTBF – Mean Time Between Failures is the mean time between hard disk failures.
  • MTTR – Mean Time To Recover is the mean time to rebuild redundancy in the array.
  • #Disks – Number of disks present in the array.
  • k is the number of RAID 5 or RAID 6 sets that underlie a RAID 50 or RAID 60 configuration. The higher the k value, the more redundancy is built into the array.
  • UBER – Unrecoverable Bit Error Rate is basically a RAID 4 or RAID 5 array’s worst enemy as an error bit could cause a failed array rebuild.

Also, I know a lot of people are going to want to take the formulae in this article and create their own Excel spreadsheet. I am on my third iteration of modeling the above and am currently adding in UBER failure to this model. Once this is added I will let everyone have a tool to do the calculations themselves. Just to give you some initial sample model output I will be including failure (disk failure related only) graphs with the following assumptions:

  • Unlimited hot spares (i.e. this assumes having drives in the system to immediately start the rebuild)
  • A 5 year MTBF for drives because I do not believe modern SATA drives have a 24×7 duty cycle MTBF of longer as manufacturers claim.
  • A 50MB/s constant rebuild rate for all RAID types
  • 15TB stored on 20 2TB drives (the 20 drives is total including the ones used for data instead of redundancy.)

There are huge faults with these assumptions, but they will at least illustrate failure rates for people. Expect more to come. You will see why big RAID 0, 4, 5, and 50 arrays scare me. Here is a quick preview using the maximum drive capacity of a Norco RPC-4020 (twenty hot swap drives with two internal drives as hotspares providing “unlimited” hotspares):

RAID Failure by RAID level using 5 year MTBF 100% Power On

RAID Failure by RAID level using 5 year MTBF 100% Power On

Update: The above used a 5 year MTBF. Just to give one an idea, a lot of studies find MTBF of drives in real world conditions where power supplies are not perfect, the enclosures transmit vibration, hot spares are added jostling the installed disks, and etc. Quite a few studies peg AFR at about 6%. A Seagate explanation of predicting MTBF for consumer drives shows a few characteristics of large storage systems that negatively effect drive longevity. First, to get maximum price/ capacity, people often use consumer SATA drives where the MTBF is based on a low annual power on hour rate. Increasing the power on hours to 8760 for 100% up-time over a year greatly reduces MTBF. Second, the tendency is to use large drives, making three and four platter designs more common. Oftentimes, a high density enclosure such as a Norco RPC-4220 will also have fairly warm drives due to the high density and restricted airflow. Oftentimes, drives run 15C-20C over ambient. In home and office environments with 71F and 22C temperatures that makes the drives run at 37-42C, but I have seen many installations running much warmer after disk activity and the enclosure starting to suffer from heat soak. Duty cycles depend on individual situations, but high-capacity home servers tend to have a lot of risk factors that tend to decrease MTBF significantly. Just to give one an idea of how dramatic of a change MTBF makes in Poisson models, here is a graph with a 10 year MTBF instead of a 5 year MTBF.

RAID Failure by RAID level using 10 year MTBF 100% Power On

RAID Failure by RAID level using 10 year MTBF 100% Power On

That is a really big difference. Apologies if the original numbers were confusing but I have seen this quite a bit.

RAID Levels Not Requiring Parity Calculation

Three types of RAID levels work well on almost any modern RAID controller, RAID 0, 1, and 10. The reason for this is that all of these RAID levels do their work with no need to calculate parity.

RAID 0, in a simple sense, works by taking a piece of data and parsing it out to different drives. This allows the storage controller to request data from multiple disks simultaneously, thereby circumventing the performance limitations of a single drive. In theory the sequential transfer performance is the numbers of disks multiplied by the sequential read or write speed of each disk up to the maximum speed the storage controller can handle. There is no redundancy with RAID 0 so one drive failing will render the array inaccessible and destroyed. Generally speaking, RAID 0 should only be used for data sets that one expects to fail as the chance of data loss is very high. Best practice is to have a mirror of some sort and very frequent backups of RAID 0 arrays, unless they are used solely for a cache style application where the data stored is not master data.

Minimum number of disks: 2

Capacity = Drive Capacity * #Disks

MTTDL = MTBF/ #Disks

One can see why 20 drives in RAID 0 is fairly risky, and also why nobody would do this for critical data in a live environment:

Simple MTTDL for RAID 0

Simple MTTDL for RAID 0

RAID 1 is perhaps the king of reliability when it comes to the simple RAID types. In RAID 1, the controller sends complete information to each disk which in turn stores a (hopefully) identical copy. Performance on most controllers is about equal to a single disk’s performance and there is little strain on modern controllers. The negative is that performance is limited to that of a single disk. When rebuilding an array however, RAID 1 arrays tend to be rebuilt relatively quickly.

Minimum number of disks: 2

Capacity = Drive Capacity / m (where m is the number of mirrored disks being used, this is usually 2)

MTTDL = (MTBF ^ #Disks) (if no time to replace is taken into account)

MTTDL = (MTBF ^ 2) / ((#Disks) * (#Disks – 1) * MTTR) (two drive mirror including time to replace)

A quick Windows Home Server note here, WHS V1 is very similar to RAID 1 in terms of redundancy. The main benefit is that files are duplicated on different drives rather than two drives being exact copies. Hence, if two drives fail in a three drive or larger system, data loss will not be 100% of the information stored on each drive. A downside to WHS technology is that the duplication of data is not always real-time. Newly written files can have duplication lag so if someone were to write a  40GB file to a WHS array, it is highly likely a single drive failure (on the disk containing the file) could cause that file to be lost if it occurs in the first few minutes or hours after that 40GB is written. Also, if one turns duplication off for a share location in WHS, that data will be susceptible to the disk containing the data’s failure. In this case the failure for non-duplicated data is simply: MTBF

Here is what RAID 1 looks like from a MTTDL perspective:

Simple MTTDL RAID 1

Simple MTTDL RAID 1

RAID 10 combines performance and redundancy by including both the striping features of RAID 0 with the redundancy of RAID 1. This is another widely used RAID level because it requires little computation on the part of the storage controller, maintains redundancy, and gives much better performance than a standard RAID 1 array.

Minimum number of disks: 4

Capacity = (Drive Capacity * #Disks) / 2

MTTDL = (MTBF ^ 2) / ((#Disks) * (#Disks – 1) * MTTR) (this is a bit too simplistic but for this article’s purpose it is close enough)

It should be noted that RAID 0 + 1 is another commonly supported RAID level. Here two RAID 0 arrays are mirrored but because the underlying arrays are RAID 0, one ends up having a fairly high chance of failure.

RAID 10′s simple model output looks like the below:

Simple MTTDL RAID 10

Simple MTTDL RAID 10

RAID Levels Requiring Parity Calculation

Other types of RAID are more strenuous on storage controllers. These arrays require the calculation of parity information for all of the data. As the number and size of disks grow, so does the potential strain on the storage controller. The trade-off is that, with a fast storage controller, these types of arrays allow for very strong performance with fewer disks overhead for redundancy. In these RAID modes, disk failure puts the array into “degraded” state meaning that upon replacement of a drive, the array will rebuild redundancy. As a result, all disks will have spare cycles dedicated to the necessary read and write operations while redundancy is restored. Further, additional disk failures, depending on RAID level, can cause all data on all disks to be lost, similar to a RAID 0 array (except initially protected from a set number of drive failures).

Single Disk Failure Redundancy

RAID 4 stores information on each disk in parallel yet calculates and stores parity information on a single disk and is considered a single parity RAID level. Single parity means that the RAID 4 array can continue to be used, data intact, after sustaining a single disk failure. This parity storage for the single disk, practically speaking, allows each member disk (aside from the one with the parity data) to be read independently of the RAID array. In catastrophic controller or other failure scenarios, partial data recovery will be facilitated by the ability to read data directly off each drive. Also, in a two drive failure scenario, RAID 4 allows the other member disks to have data recovered resulting in only, at most, two drives of data loss. Performance wise, RAID 4 generally fares poorly. Reads and writes are done to individual disks meaning the maximum throughput for copying a single file is limited by single drive speed. Furthermore the use of a single parity drive can be a bottleneck.

RAID 4 is currently used by two vendors in the home and small business space. NetApp Inc. is a major storage vendor that made RAID 4 popular alongside its proprietary Write Any Where File Layout (WAFL) system and custom made appliances to mitigate the performance issues. While NetApp still supports RAID 4 for backwards compatibility reasons, it highly encourages the use of RAID-DP, its RAID 6 implementation which will be discussed shortly. The other, significantly smaller, RAID 4 vendor is Lime Technology which uses a modified Slackware Linux core, and no custom file system, to provide a RAID 4 based NAS operating system that can be run on commodity hardware and a USB flash drive. Lime Technology is also pursuing a dual parity implementation. Performance is significantly lower than Windows Home Server, RAID 1 or other forms of RAID, but some users value the ability to recover from unaffected disks in a disaster scenario rather than use another form of RAID.

Minimum number of disks: 3

Capacity = Drive Capacity * (#Disks – 1)

MTTDL = (MTBF ^ 2) / ((#Disks) * (#Disks – 1) * MTTR) (note MTTR for RAID 4 can be fairly high because the rebuild speed is slower than fast controllers with RAID 5 or RAID 6)

Although one basically is left with a non-funtional array of disks that can be covered, and only up to two drives of data loss (assuming all other data is retrieved before the other disks fail), here is the RAID 4 simple MTTDL model graph:

Simple MTTDL RAID 4

Simple MTTDL RAID 4

There is a reason NetApp supports RAID 4 only for legacy purposes.

RAID 5, like RAID 4 is a single parity RAID level meaning that data will remain accessible through one disk failure. Unlike RAID 4, the parity information is distributed to member disks, as is the data information (in a way analogous to RAID 0 in that it distributes data). RAID 5, or a close derivative thereof, is widely adopted and implemented in hardware and software. Read performance is oftentimes very good as data is retrieved from multiple disks simultaneously. Write performance is mainly dependent on the speed at which the RAID controller (hardware and software) can calculate parity information and then the write speeds of the member disks.

One drawback of RAID 5, and RAID 4 to some extent, is the susceptibility to bit error rates (BER). With only one set of parity information, if a drive fails, and there is an error that prevents proper rebuild by using parity information, the rebuild may fail causing complete data loss even in the event of a single disk failure. With larger capacity drives, the chances of having an error rise and BER compared to drive capacity becomes a primary reason RAID 5 and RAID 4 are significantly less “safe” RAID levels than RAID 6. To put this in perspective, if a drive has an uncorrected bit error rate (UBER) of one error every 12TB that is not much for a 100GB drive. However, in a six 2TB disk RAID 5 array that has 10TB of data and 2TB of parity information, the UBER of a RAID array becomes more important.

Minimum number of disks: 3

Capacity = Drive Capacity * (#Disks – 1)

MTTDL = (MTBF ^ 2) / ((#Disks) * (#Disks – 1) * MTTR) (note this excludes the UBER portion of the calculation to keep this simple)

RAID 5′s simple MTTDL model will look just like RAID 4, except remember that a two drive RAID 5 failure means all data is lost:

Simple MTTDL RAID 5

Simple MTTDL RAID 5

77% 10 year failure chance… just say no to big arrays and RAID 4 or RAID 5. Just as a sneak preview, the above numbers get much worse when UBERs are factored in, so all of these numbers are more or less “best case.”

Double Disk Failure Redundancy

RAID 6 is probably best described as RAID 5 except with two sets of parity information being stored. This makes UBER less important because there are two sources of information if one drive fails and an error is encountered. Furthermore, RAID 6 can sustain two drive failures and still have data accessible. A downside is that twice as much parity information must be calculated by the storage controller, and an additional write must occur. RAID 5 writes data + one parity write while RAID 6 writes data plus two parity writes. Read speeds can be very high since data is striped across multiple drives as it is in RAID 5. For most storage arrays, given today’s drive capacities, I recommend RAID 6 over RAID 5 (but not necessarily over RAID 1 and RAID 10) for all modern SATA disks due to reliability concerns with RAID 5 and large drives. As mentioned earlier, NetApp’s RAID-DP is another example of RAID 6 and shows the move away from single parity configurations.

Minimum number of disks: 4

Capacity = Drive Capacity * (#Disks – 2)

MTTDL = (MTBF ^ 3) / ((#Disks) * (#Disks – 1) * (#Disks – 2) * MTTR^2) (note, again, this excludes the UBER portion of the calculation to keep this simple)

Simple MTTDL RAID 6

Simple MTTDL RAID 6

What a difference an extra drive makes! At mid-2010 prices of $100-$120/ 2TB, going RAID 6 over RAID 5 is a “no brainer” at this point. Another preview point, RAID 6 does much better dealing with the UBER part of the model.

Triple Disk Failure Redundancy (using a non-standard RAID type)

RAID-Z3 is a popular “unofficial” raid level that is worth mentioning. Basically, this is a ZFS file system (OpenSolaris and FreeBSD) exclusive RAID level that is essentially like RAID 5 or RAID 6, except with a third set of parity information. If you were wondering, RAID-Z is the RAID 5 single parity equivalent and RAID Z2 is the RAID 6 double parity equivalent. Again this is not an official RAID level, but it is popular and I wanted to show a triple redundant array type for illustrative purposes.

Minimum number of disks: 5

Capacity = Drive Capacity * (#Disks – 3)

MTTDL = (MTBF ^ 4) / ((Disks) * (Disks – 1) * (Disks – 2) * (Disks – 3) * MTTR^3) (note, again, this excludes the UBER portion of the calculation to keep this simple)

Of course, one needs to be running OpenSolaris or FreeBSD and ZFS for RAID-Z3, but triple parity is a really strong option for large consumer SATA drives.

Simple MTTDL RAID-Z3

Simple MTTDL RAID-Z3

Also, ZFS does background scrubbing so that helps a lot when it comes to weeding out errors during rebuilds. More on that later, but 0.172% 10 year failure rate versus 77.25% for RAID 4 and RAID 5. Sure it costs another $200-$240, but for a few hundred times the survival rate, it is probably worth it. The bad thing is that RAID-Z3 does use a lot more computing power, but with the focus on low power CPUs today, this will be less of an issue.

More Complex RAID Levels Requiring Parity Calculation

Two fairly common forms of RAID implementations are RAID 50 and RAID 60 whereby underlying RAID 5 or RAID 6 arrays are striped together essentially in RAID 0.

RAID 50 is simply two RAID 5 arrays striped in a RAID 0 configuration. Unlike RAID 0 where there is no redundancy, in this case each of the underlying arrays have single redundancy built-in thereby reducing the chance of failure. One major advantage of RAID 50 over RAID 5 is that one essentially doubles the number of parity disks with a minimum of two RAID 5 arrays. The negative with RAID 50 is that each RAID set is still susceptible to UBER based failure, which is not modelled in the MTTDL equations below. Some system administrators implementing RAID 50 will stripe more than two RAID 5 arrays of three drives each to provide speed and redundancy.

Minimum number of disks: 6

Capacity = Drive Capacity * (#Disks – k)

MTTDL = ((MTBF ^ 2) / ((#Disks / k) * (#Disks / k – 1) * MTTR)) * k

This is where k is equal to the number of RAID 5 arrays striped (RAID 50 requires at least two).

Simple MTTDL RAID 50

Simple MTTDL RAID 50

Much better than RAID 5 simply because there are fewer disks in the array and twice as many disks used for redundancy. Performance will be fairly good, but that is still a fairly high data loss rate.

RAID 60 is very similar to RAID 50, but with RAID 6 arrays underlying the RAID 0 stripes. As one can imagine, this setup is much more durable because it is less susceptible to the single drive failure plus unrecoverable bit error scenarios which currently endanger large SATA disks.

Minimum number of disks: 8

Capacity = Drive Capacity * (#Disks – (2 * k))

MTTDL = (MTBF ^ 3) / ((#Disks / k) * (#Disks / k – 1) * (#Disks / k – 2) * MTTR ^ 2) * k (note, again, this excludes the UBER portion of the calculation to keep this simple).

This is where k is equal to the number of RAID 6 arrays striped (RAID 60 requires at least two).

If you have read this far, you may have guessed that RAID 60 is going to look fairly great, and you would be correct:

Simple MTTDL RAID 60

Simple MTTDL RAID 60

More parity disks (four in the above model) and one gets a much better result than RAID 6 or RAID 50. An important difference between RAID 60 and RAID-Z3 is that RAID 60 is supported by lots of add-on RAID card manufacturers, making it usable in many OSes versus RAID-Z3.

Redundancy and Capacity

As a quick note, here is what the formatted capacity looks like with all of the arrays with 40TiB over 20x 2TB drives. Note, I just used a simple 92% calculation to get to the below numbers.

RAID Level Capacity

RAID Level Capacity

One can see that one loses very little capacity for RAID 6, RAID 60 and RAID-Z3 for the extra failure protection in large arrays. RAID 1 and WHS’s duplication feature, as one can see, basically end up becoming very expensive at large array sizes. Here is a view with just disks used for redundancy:

Drives Used for Redundancy by RAID Level

Drives Used for Redundancy by RAID Level

As one can see there is a big difference, in large arrays, between RAID 1 and other RAID types in terms of cost for redundancy. On the other hand, combined with the graphs above, one can see why it would be fairly crazy to use a 20 drive RAID 4 or RAID 5 array given the chance of failure versus the cost of todays consumer SATA drives.

Conclusion

This article will be updated and augmented as time progresses. I will also provide an online calculator to help determine some of the variables above. MTTDL is not a great indicator of RAID system reliability but I did want to provide some context so people can begin to understand why different RAID levels are used. Please feel free to make any comments, corrections, and/or suggestions either in comments or via the contact form. I will incorporate them as I can. Expect an improved model and tool soon!

Posted in Storage ReliabilityComments (28)

2x OCZ Vertex 120GB in Raid 0 Firmware v1.5 CrystalDiskMark Intel RST

OCZ Vertex 120GB: Updated Raid 0 Benchmarks Intel RST 9.6.0.1014

Shortly after posting my last benchmarks on the dual OCZ Vertex 120GB in Raid 0 setup, I received an e-mail to try the new Intel Rapid Storage Technology (RST) 9.6.0.1014 drivers, which were supposed to enable TRIM in raid. These new drivers were released, taken down, then re-released in March 2010. The big improvement was supposed to be TRIM is enabled for Raid 0, 1, 10, but not enabled for Raid 5. Unfortuneately, this seems not to be working so the best that can be done is the background garbage collection in firmware v1.5 for OCZ’s Indilinx based SSDs. Since I am only working with two 120GB drives at the moment, I decided to give them a shot. Just for reference, the original benchmarks were done with the standard, off the shelf, Windows 7 64-bit RTM drivers.

Read the full story

Posted in Disk Subsystem PerformanceComments (9)

The Big (30+ drive) Windows Home Server (Part 2) Hardware Selection

First off, this is not a typical WHS build, and it was not meant to be. For the majority of users, a HP MediaSmart (by far the WHS to get if you do not DIY the build) is the way to go. For my purposes, I have seen a consistent, but increasing 500-600GB/mo of extra disk usage. Just for the record, unlike the opinion of certain Seagate executives, it is not for material of questionable moral value. Alas, I needed a solution that would allow me to have one box that could be upgraded and used for up to 24 months. As mentioned in Part 1, this project is an upgrade project and therefore I had some parts, and had a good idea of what I was doing before embarking on the project.

Read the full story

Posted in The Big WHSComments (6)

The Big (30+ drive) Windows Home Server (Part 1)

The Big (30+ drive) Windows Home Server (Part 1)

About 10 months ago I decided to enter the world of the Windows Home Server. My storage arrays had outstripped my Cosmos S’s capacity, and running multiple controllers for all of the SAS drives as well as SATA storage became too much. My decision to build a WHS v. buy one was made due to sub-$100 Seagate 1.5TB 7200.11 drives (at the time very inexpensive) so I bought another eight drives just to fill up an 8 port raid controller.

Read the full story

Posted in The Big WHSComments (9)

Dell Perc 5/i Raid Controller: Cheap Raid 5

Introduction

For Small Business Servers and home servers, one thing becomes apparent, the need to use raid with large data sets. Raid 1 and software mirroring technologies like Windows Drive Extender are too cost ineffective for large storage arrays. For example, if one has 1 TB of storage need and uses one of these mirroring redundancy option, they need 1TB extra storage for a complete backup. Likewise, if an administrator uses four 1TB drives for data storage, then another four 1TB drives would be needed for redundancy. Raid 5 offers a user with both more performance than Raid 1 and lower “lost” capacity due to redundancy storage. Instead of effective storage capacity of n/2 for Raid 1, Raid 5 allows for n-1 of storage capacity.

Read the full story

Posted in Disk Subsystem Performance, Server PartsComments (0)

Four (4) Volume Per Physical Disk Limitation in WHS

Just as a note to anyone running multiple large disks in Raid 6 for Windows Home Server. I was setting up new Raid 6 arrays on the WHS this weekend, controlled by an Adaptec 31605 and was greeted by a nice error message. WHS is limited to four volumes per physical drive using basic discs. A quick search of the Adaptec site showed the problem and a proposed fix, dynamic disks. While this would be great under normal circumstances, WHS does not play well with dynamic disks.

Read the full story

Posted in Operating SystemsComments (1)

8x Savvio 15k SAS Adaptec 5805

OCZ Vertex v. SAS 15k RPM Raid 5

Question: How does a OCZ Vertex 120GB compare to an 8 drive 15k RPM 2.5″ SAS Raid 5 array with a fast Adaptec 5805 controller?

Answer: It is slower… kind of… but both options have some great features! Read the full story

Posted in Disk Subsystem PerformanceComments (6)

315k5raid53085

3x Seagate Cheetah 15k.5 Raid 5, Adaptec 3085

Just to check some additional 15k rpm SAS numbers, I used three Seagate Cheetah 15k.5 300GB drives in Raid 5 to see what the numbers would look like. The drives are 3.5″ form factor units so they run quite a bit warmer than the 15k.1 2.5″ Savvios that are also in this machine. First the chart:

Read the full story

Posted in Disk Subsystem PerformanceComments (5)

Page 1 of 212

Server Parts by Amazon.com

Image of Hitachi Deskstar 2 TB 3.5-Inch CoolSpin RPM SATA III 6Gbps 32 MB Cache Internal Hard Drive 0F12117 Hitachi 5K3000 2TB
Image of 4GB 1333MHZ DDR3 Ecc CL9 Dimm Kingston ECC DDR3 UDIMMs
Image of Eye-Fi Pro X2 8 GB Class 6 SDHC Wireless Flash Memory Card EYE-FI-8PC Eye-Fi Pro X2