<< What do you mean by "unlocking your CPU" and how would you do this? >>
As you probably know, CPUs run at a certain 'multiple' of the system bus speed. So, for an Athlon XP 1800+ running at a stock 1533MHz, and the Front Side Bus (FSB) running at 133MHz (the stock setup), the CPU has a multiplier of 11.5 (133 x 11.5 = ~1533). So ... there are two ways to overclock your CPU, either increase the bus speed or increase the multiplier (or both of course). The bus speed can be controlled by the motherboard and there's nothing AMD can do to stop you from increasing it's speed to increase your processor speed. The downside is that increasing the bus speed also makes your memory and PCI/AGP bus speeds increase and the components on those buses may or may not be able to handle that increased speed. The only way to overclock your CPU without overclocking your other components (which are usually less overclockable) is to change the CPU multiplier. Unfortunately, AMD 'locks' the multiplier on the chip by disconnecting some bridges (I'm not an expert on this clearly), so you cannot change the multiplier on a stock AMD Athlon XP. On the Thunderbird Athlons, I believe you could simply use a lead pencil to 'draw' in the connections thereby unlocking the multiplier. On the XPs, it's much more difficult (AMD probably caught on to that game). You actually need to fill in the gaps with some conductive material and bridges are so tiny this is apparently very difficult (i've yet to try). Hope that answers your question.
<< Oh yeah..and what the hell is RAID, what parts do you need with it and how do you configure it? Can RAID be faster then a SCSI 29190N card that transfers 160MB/sec? >>
RAID = Redundant Array of Indpendent Disks. While a full discussion of RAID is way beyond me and out of scope here, RAID is used to increase performance of drives (via higher overall throughput by 'striping' data across multiple drives that can be read simultaneously) or to increase data integrity (by mirroring data from one drive to another for fail-over purposes), or both (striping and mirroring). While the theoretical limit of SCSI-160 may be 160MB/sec, a single SCSI drive cannot achieve that type of throughput (that I know of). In an IDE-RAID 0 configuration like I plan to have, I will have two ATA-133 drives with striped data that is likely to have an overall higher throughput than a single SCSI-160 drive (and at a much lower cost I might add). All you need to setup a RAID configuration is a RAID controller card (or built-in RAID controller on the motherboard) and multiple hard drives (preferably of the same make and model). Note that SCSI RAID configs are almost ubiquitous in the server world and would outperform a similar IDE-RAID setup due to the higher overall throughput potential of the SCSI protocol (and the fact that SCSI drives are generally faster). However, you need some serious $$$ for a SCSI RAID setup. Hope that helps.
- Josh