Basic BeastThis is my first NAS build. Probably not exceptional, but I'm happy with it, so I'm posting this as an example of a simple but, I think, fairly high performing build for anyone just starting out to take a look at.
I tend toward the frugal Yankee mindset, in that I don't want good resources to go to waste, and I also want to get as much bang for my buck as I can.
So all of the hardware I used here, except for the case and hard drives, I already had on hand from a previous workstation build and I simply recycled to put to use for this unRAID NAS.
I found the Antec 200 case on sale at Newegg for ~$40 including shipping + $10 for two additional fans. The case comes with 2 two-speed ( 1x140mm and 1x120mm) exhaust fans. There are cutouts for mounting two additional 120mm intake fans in the lower drive bay, and one more on the side of the case. For a budget case, I think it works out quite well for this purpose. Plenty of room for hard drives, good air-flow, etc. From a construction perspective its certainly no
Lian Li but it is still well designed and put together, and fine, I think, for a server that is hiding in my basement.
I went with three new relatively high priced, high quality Western Digital (WD1001FALS-00J7B1) hard drives because these are the critical "wear items" of the system. The motherboard and processor are overkill, but they do perform well. The video card is even more overkill (a power waster for this application) so I'll keep my eyes open for an inexpensive "greener" alternative.
Its taken me maybe 30 hours to get everything working as I want, but I have done a bit of tweaking and enhancing. That's the nature of "rolling your own". I'm pleased with the current results. I have good performance (67Mbps reads over a gigabit network using NFS disk shares, 61Mbps with user shares) and capability to automatically go to S3 "sleep" to save power for the 80-90% of the day the box won't be utilized.
The main question remaining is long term reliability, and only time will tell for that.
NAS Hardware running unRAID Basic 4.5-beta6
Motherboard: Asus A8R32MVP Deluxe
BIOS: 7.01
NB: ATI Crossfire Express 3200
SB: ULI M1575
Onboard SATA Controller: Silicon Image 3132
Onboard NIC: Marvel 88E8053 PCIe Gigabit LAN Controller
Processor: AMD Opteron 185 @ 2.6GHz
RAM: 2GB 400MHz DDR
Storage: 3 X 1TB WDC_WD1001FALS-00J7B1 (read testing at 106-109 MB/s)
PSU: Enermax Liberty 500w
Case: Antec 200 w/ two added Cooler Master 120mm LED intake fans
Video: PowerColor Radeon X1800GTO
USB Drive: Generic card reader with 1GB SD card
Optional Packages / Scripts InstalledunMENU
FEMUR
S3.SH
bwm-ng
pci-utils
Clean Powerdown (powerdown 1.02)
rsync-3.04
go#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
# Start unMENU
/boot/unmenu/uu &
# Start FEMUR (Firefox Tool)
nohup awk -W re-interval -f listen.awk >/dev/null 2>&1 &
# Auto-install selected packages
cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c
# Enable WOL
ethtool -s eth0 wol g
# Execute s3.sh sleep script
fromdos < /boot/custom/bin/s3.sh | at now + 1 minute
LANClient & server connected at 1000Mb/s to 3COM Gigabit network switch
Media PlayerWestern Digital WDTV-HD
Firmware: WD beta 1.02.10 beta plus Zorander ext3-boot 0.9.2 mod
TrendNet TU2-ETG H/W: V1.3R USB Gigabit Ethernet Adapter (AX88178 chip)
Level 1 Test InfoPhotos:




