Build It: The Ultimate Windows Home Server
Assembling the Hardware
Building the box was the easy part. The Fractal case is roomy and—once you remove the hard drive cage—easy to build into. I just mounted the CPU to the motherboard and installed the stock fan and RAM, then installed the motherboard and I/O shield into the case. The RAID card slots into the motherboard’s solitary PCIe connector and fits into one of the case’s two PCIe expansion slots. I secured the six hard drives into the hard drive cage with four screws each, then plugged the 1TB boot drive into one of the motherboard’s 6Gb/s SATA ports with one of the mobo’s included SATA cables, and the five 3TB drives into the HighPoint RAID card via the mini-SAS-to-SATA cable adapters.
Since the build doesn’t include an optical drive, I had to connect a USB optical drive in order to install Windows Home Server, the motherboard drivers, and the RAID software. If you don’t have an optical drive, you can snag one for around $30, or you can use ImgBurn on your PC to create a disk image of your WHS install DVD, and use Microsoft’s Windows 7 USB/DVD Download Tool to make a bootable USB drive.
Configuring the Software
If you’ve ever installed Windows 7, you know how to install WHS. Pick your language, select the primary hard drive (remember, we’re installing onto the 1TB drive, not the 3TB drives), and go make a pizza or something. In about 20 minutes, the installer will let you know that it can’t find a network driver (image below).

Insert the motherboard’s driver disc, then open Device Manager and navigate to Other Devices. Right-click the Network Adapter and select Update Driver Software, then “Browse my computer for driver software”. Navigate to your optical drive directory, then Network, then RLT8111. Select “include subdirectories.” Your driver should install and prompt you to restart. Then the Home Server installer will continue configuring, before asking you to set the system time. Sync the time to the Internet and move on.
Installing the RAID Card
Soon you’ll be presented with a familiar-looking desktop and a prompt to install device driver software for your RAID card. If you don’t see the prompt, right-click the RAID card entry in Device Manager. Download the most recent Windows Vista/2008/7 drivers, as well as the WebGUI installer, from bit.ly/qgKOkc, extract the driver, zip to your desktop, and, following the same procedures as above, navigate to the x64 folder and let the device driver install. Reboot.

Extract the WebGUI folder, right-click Setup.exe, and select Run as Administrator (image above). Follow the prompts to install it, then click the WebGUI shortcut on the desktop. Login using the username and password you got during install (default: RAID/hpt).
Creating the RAID
Navigate to Manage > Drives, and select Initialize Drives. You should see all five 3TB drives listed (image below, top). Select them all and hit Submit. Then go to Manage > Array, and select Create Array. Select all the drives and hit Submit. Now you have to choose a RAID level (image below, bottom). Since this is home backup, redundancy is important. I opted for RAID 6. RAID 6 is similar to RAID 5, except it uses two parity volumes, so it can tolerate failure of up to two drives without losing data. RAID 5 would have given us 12TB of usable space instead of the 9TB that RAID 6 gave us (out of 15TB total), but I felt the additional redundancy was worth it. Select Foreground initialization, Write Back cache policy, and 64KB block size. Create the maximum size RAID you can.


It’s very important that you select the 4K sector size instead of the default 512B; otherwise Windows won’t be able to see the whole 9TB array. Click Create. Now go away for about seven hours while the RAID builds. When you come back, verify that the RAID creation was successful, then you can go to the Dashboard.