Udedenkz wrote:
First I think I have Ultra ATA-33 Hard Drive Interface. (Any way of confirming that? k thnx)
Off hand, I can't think of a way to check that, but you'd have to have pretty old drives for them to be ATA-33's. ATA-100 has been common for years now.
Udedenkz wrote:
If I install two hard drives onto one ribbon and use Redundant Array of Independent Disks 0, will that increase performance?
RAID 0 can improve I/O performance, but when your drives are on the same ribbon, you really won't end up with much of a performance boost. It probably wouldn't be noticeable. I'm not sure it's worth the risk of disk failure (which would toast the array) unless you get them onto separate controllers. Which is nontrivial for an ATA-based system: you'd need another I/O board if you want to build a RAID and still get to have a CD/DVD/Burner/Whatever.
Udedenkz wrote:
Windows XP HE SP2 has no support for it right? Only pro supports it? Would that Include doing anything in the BIOS?
AFAIK, XP has no software RAID support (at least I don't know how to enable it if it exists). That means you'd need a motherboard with onboard RAID (good luck finding one that does ATA RAID) or a RAID card (this one's possible, but it's getting harder as SATA continues to control the market). If you want to do RAID, you might be stuck replacing your hard drives with SATA drives. Fortunately Windows has terrific support for hardware RAID (unlike Linux, which has good software RAID specifically because their hardware RAID support is so poor). As for the difference between Home and Pro, I can't say for sure -- I've only ever used Pro; the networking headaches with Home aren't worth the price savings for me.
Udedenkz wrote:
What would be a good way to backup a hard drive, fast (unto, like DVDs or Something)? If I am going to install a new Windows XP... which registry parts from the old Windows XP installation should I backup to move?
*sucks teeth* This can be complicated. You can use a Windows backup program (say, the Files and Settings Transfer Wizard) or some third party software (like
DAR), but to drop things to DVD's is going to require you to have free space on the drives in the first place to save the information to before you burn it onto DVD. You can generally split these archives into sizes appropriate for burning to CD or DVD, but they can't be written directly (there are a few reasons for this, but they're technical and somewhat difficult to explain; I'd like to leave it at "this is just the way it has to work, as far as I know" if I can). As for what to backup, I don't know for sure. I usually just take files with me and start over on the registry (yes this means I usually have to reinstall all my software anyway).
Udedenkz wrote:
Can I Actually install Windows on a Striped Partition? Do the hard drive partitions that I would like to stripe have to match in size? I have to create a separate partition for Windows XP for it can't be on a striped partition? So, where should I put the page after that?
Of course you can put Windows on a striped system. You run the risk of losing everything if the RAID breaks, but you can do it without any troubles. Your RAID partitions should match
exactly. Down to the number of cylinders and sectors if you can; try to use identical drives in the array.
Personally (and this is what I'm considering doing on my new system, provided I can afford to do so), I'd run a RAID5 instead of a RAID0, that way there's some fault-tolerance. Hope this is a little help.