Dylan Distasio wrote:
Hi all- I would like to put together a RAID10 array utilizing 2x1TB drives and 2x500 gig drives I have in my home Linux server. Is the best way to do this to create 2 separate RAID1 arrays, one for each set of drives, and then a RAID0 array made up of the RAID1 ones? I just wanted to verify that I am going about this correctly, and also get input on whether there are any disadvantages to this setup. I would prefer not to split these up into two separate RAID10 arrays because I want the combined space available under one. Thanks for any comments.
Possibly you are confusing raid10 with raid1+0, and the documentation seems to encourage that. You can just use all your drives with raid10 and mdadm will do the right thing as far as putting mirrors on other drives.
That said, I like the suggestion John made of raid0 to make a third 1TB device, then raid5. But be aware that "raid10 -f2" will be as fast or a little faster for write, and quite a bit faster for read, at the expense of some size. Using raid10 will give you 1.5TB and fast, raid0+5 will give you 2TB storage, but somewhat slower. And raid10 will be far faster if you should lose a drive and be running in a degraded mode.
Or you could buy a 1TB drive from Newegg for $89 and have even more choices. ;-)
-- bill davidsen <davidsen@xxxxxxx> CTO TMR Associates, Inc "You are disgraced professional losers. And by the way, give us our money back." - Representative Earl Pomeroy, Democrat of North Dakota on the A.I.G. executives who were paid bonuses after a federal bailout. -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html