Setting up Windows XP with RAID 1
Posted in Techno Stuffs on August 24th, 2006
RAID Level 1, also called mirroring, has been used longer than any other form of RAID. It remains popular because of its simplicity and high level of reliability and availability. Mirrored arrays consist of two or more disks. Each disk in a mirrored array holds an identical image of user data. A RAID Level 1 array may use parallel access for high transfer rate when reading. More commonly, RAID Level 1 array members operate independently and improve performance for read-intensive applications, but at relatively high inherent cost. This is a good entry-level redundant system, since only two drives are required. - http://www.bytepile.com/raid_class.php#02
Since nobody in the office would be competent enough to administer Linux servers after I leave, my boss asked me to port our Linux file servers to a Windows XP box. I am quite hesitant at first since I trust Linux more than Windows when it comes to stability, performance, and security on file and network services, but I had to agree with my boss since Linux won’t be that useful in the office if nobody really knows what to do with it.
Anyway, to make the long story short I setup a Pentium 4 box with 4 hard disks. This was how I partitioned and configured the disks:
Disk 1 - Windows XP Home OS Disk
Disk 2 - Partition for software installer files
Disk 3 & 4 - Connected to a PCI IDE RAID Controller configured for RAID 1 to host all important company files
It was really pretty easy to setup everything. As if there’s anything hard with Windows XP installations when almost everything is done for you with just a click of the mouse. ![]()
[tags]Linux, Windows, RAID, hard disks, partitioning, disk mirroring[/tags]

