QUOTE (kanataguy @ Nov 2 2007, 11:48 AM)

Now, getting back to the RAID options. RAID10 sounds excellent, however I don't have the budget for a 4th drive at this time. So, I am considering the following:
OS and Programs - 2 x 320G HDD as RAID0
Files and Data - 2 x 500G HDD as RAID1
Backups - 1 500G HDD
Given the drives that you already have on hand, that's exactly the way I would set them up. Just keep in mind that if you lose one of the drives in the RAID0 array that you lose all the data. This shouldn't be that much of a problem since the main array is generally used just for the OS and apps. RAID0 will give you the performance you're looking for on your OS/apps drive. The only thing you'll need to worry about really backing up from your OS array is your browser favorites/bookmarks and any saved games (provided you play games).
When you're done you should have a C: drive (the RAID0 array) and a D: drive (the RAID1 array) and nothing else. Don't partition the drives at all. Doing so will definitely hurt performance (as well as being harder to manage IMO).
To be honest with you, my main workstation is configured like this:
C: drive (OS/apps) -- 2 x 250GB RAID0
D: drive (data/downloads) -- 2 x 400GB RAID0
However, I have a file server with a RAID5 array (4x400GB) dedicated to storing my important data so I'm not really concerned with losing anything on my primary machine. Yeah, it would suck, but all of my important stuff is backed up or saved to another computer that has drive redundancy.
QUOTE (kanataguy @ Nov 2 2007, 11:48 AM)

Thanks for the driver links nmX.Memnoch. I was able to successfully integrate them into an nLite'd copy of XP, and the key to having Windows boot without the BSOD is to enable the RAID BIOS option BEFORE installing XP with the RAID drivers integrated.
Yeah, we all completely skipped over that question...not on purpose, we all just forgot to answer it. As you've already figured out, you have to have the RAID enabled in the BIOS and your arrays configured before you install Windows.
QUOTE (kanataguy @ Nov 2 2007, 11:48 AM)

1) Can both a RAID0 and RAID1 array be used without much performance hit using the on-board ICH8R controller?
Yes, you can do any mixture of array types that the controller and your drive configurations (size/type of drives) allows. There won't be any performance hit at all with mixing array types. RAID0 will give you both good read and write speeds which RAID1 will give you good read speeds with only a minimal (not noticeable) write speed hit.
QUOTE (kanataguy @ Nov 2 2007, 11:48 AM)

2) Is it fairly easy to recover/troubleshoot from a drive that becomes corrupt or out of synch? I have no concept of what I am getting into should I experience errors with a RAID volume. I will have all my data backed up on the non-RAID 500G drive, and I will also have OS drive backup images (using Acronis True Image) for easy re-installation. Is the worst thing that could happen is I lose a drive and I'll have to replace it? Can the RAID volumes be "re-built" fairly easily? Can you tell I have no experience with RAID failures?
As I mentioned above, if you lose a drive in the RAID0 array you'll have to replace that drive, re
create* the array and reinstall. On the RAID1 array all you'd have to do is replace the failed drive, then the controller should automatically intiate a rebuild (if not, you can manually kick off a rebuild using either the controller BIOS or by using the Intel Matrix Storage Manager application in Windows).
*Note the use of the term "recreate". In RAID array speak, the term "rebuild" is used for redundant arrays when you're simply replacing a failed drive. The redundancy is then "rebuilt" on that array. "Recreate" means you have to recreate the array from scratch and replace all of the files manually (because it's not a redundant array).
QUOTE (kanataguy @ Nov 2 2007, 11:48 AM)

3) cluberti mentioned something about "mount points" in a RAID volume. Can someone clarify? Does this have anything to do with partitions? From my limited experience, when creating the RAID0 or RAID1 arrays, I will simply choose the 2 disks in the CTL-I boot menu. Is it possible somehow to "mount" folders or drive partitions, rather than using the entire drive? Is there any use for this? As I have a lot of storage (2x320G plus 3x500G), should I be aware of different ways to create or mount these RAID volumes?
Mount points are something done within Windows. They can be done with single drives or RAID arrays. Basically, instead of giving the drive a drive letter, you tell Windows to create a mount point on another drive letter. For instance, if I had a 500GB drive that was my D: drive and then I added another 300GB drive to the system but didn't want to have another drive letter, I could tell Windows (in Disk Management) to mount the drive at D:\Downloads. Anything saved to D:\Downloads would actually be saved to the new 300GB drive instead of on the 500GB drive.
For your situation I really don't think it's anything you need to worry about.