Originally posted by: ViRGE
Well if you want redundancy on everything and will overhaul if you ever add more storage, you have twp options:
1) Run the drives in RAID 10 (aka 0+1) mode; this stripes a pair of disks, then mirrors that stripe. Striping is usually for performance reasons, but in this case this is just something that's easy to set up with 4 drives. The redundancy is such that you can lose any 1 drive and still survive (although you will want to replace it quickly). Total capacity is the sum of 2 drives.
2) Run the 4 drives normally, and have WHS use folder duplication via Drive Extender to keep copies of the data on other drives. the redunancy is such that you can lose any 1 data drive and still survive; you'd have to reinstall WHS if you lost the drive with the OS however. Total capacity is the sum of 2 drives.
Unfortunately your mobo doesn't support RAID 5, which is what I'd really recommend. That would have allowed you achieve a capacity of 3 drives and still have a 1 drive redundancy. Ultimately either solution is just as good from a redundancy standpoint. Option 1 means you're effectively tied to the mobo, option 2 is a bit messier since it means you'll have DE working in the background copying things around instead of things being replicated as bits are written. Only option 2 is officially supported, option 1 is not.