Nov 26, 2005
15,194
403
126
So what about building a NAS machine: what does it take? Cause I am about to piece together my new system and I need the storage and I have an extra machine that I could put to use.

What I have for the NAS machine: (light storage)
Lian Li PC-60 *2001 version*
Asus P5Q Premium
8g DDR2 900
Q9650 or Q9550

What are the important parts of a NAS system? more ram? fast CPU? Server OS? Obviously some storage drives and a good case for future expansion.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
NAS is just a marketing name for a file server so storage is really the only important component. But it all depends on what you plan on doing with it, how much space you want, if you'll need things like gigabit ethernet, onboard crap RAID, software RAID or no RAID, etc.
 
Nov 26, 2005
15,194
403
126
What all applies to gigabit ethernet? Does my hub need it to start off with? I think the onboard ethernet on all my machines are 10/100/1000 ...

Also looks like I could just use my old P4T 3.06ht Rambus system - that would be fun

I'll probably be backing up AVCHD vid on the one drive (might Raid1 or mirror that drive) and the other will be for downloads and probably also mirrored. I have mirroring software; and also, my P5Q Premium has two SATA controllers so i could (generic) hardware raid through the mobo for the first set of drives and then mirror by software on the other.
 

ochadd

Senior member
May 27, 2004
408
0
76
The only thing I would worry about is gigabit ethernet and even that is not mandatory for most home users. Your switch/hub needs to support it specifically. You can stream DVD rips easily over a 100Mbit connection. Recently I've become fond of FreeNAS for a home file server OS. Install it on a USB flash drive if that machine can boot from them. It can do software RAID as well.
 

ilkhan

Golden Member
Jul 21, 2006
1,117
1
0
important things to remember include minimum disk speed, Gbit, power usage, space. CPU/RAM/etc have almost no impact. Its gonna be at/very-close-to idle 99% of the time.
 

Syntax Error

Senior member
Oct 29, 2007
617
0
0
A network-shared drive/RAID array could also qualify as a "NAS", which is probably what would become of any DIY home server you'd make.
 

Knavish

Senior member
May 17, 2002
910
3
81
You definitely don't need a quad core with 8GB of ram for a home fileserver, unless you want to transcode video on it or something.

The old Rambus P4 might do the trick, but it might not be as good as a cheap new dual core system when it comes to power consumption and heat generation (if you care about those).
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
You definitely don't need a quad core with 8GB of ram for a home fileserver, unless you want to transcode video on it or something.

Yea, the quad core will be overkill but the more memory the better.
 
Nov 26, 2005
15,194
403
126
The only time I'll boot up the file server will be when I need to back up files. For that, the Rambus sytem would do the trick: and yes, i am concerned about power consumption and heat etc. But the only draw back is the lack of SATA mobo support... i don't feel like buying another SATA card atm so, i'll stick with the P5Q and minimize the rest of the stuff e.g. ram and possibly downgrade the cpu
 

elconejito

Senior member
Dec 19, 2007
607
0
76
www.harvsworld.com
If I were you I'd pick up a cheap CPU, maybe an e5200 or heck even a celeron will do the trick. Put it all at stock, and turn on all the CPU/mobo power savers like speedstep, etc. If you are *just* fileserving, you really don't need much CPU power at all. If you'll be transcoding, then maybe the quad will come in handy.

If you can put the other 4GB to use elsewhere, I'd do that. Just leave 4GB in the server. If you don't have a use for it anywhere else, then there's no harm in leaving it in the server.

If all you're machines are already gigabit ready, then you just need a gigabit switch to connect them all. If you do, then you can get pretty close to the same read/write speed as direct disk to disk. I think I peak around 80-90mb/s on sustained read/writes. Otherwise, on regular 10/100 networks I think you cap at around 30-40mb/s (not sure about that number tho).

For the OS... be prepared to experiment. Meaning, don;t install something and then move a gajillion files over, realize it doesn't do what you need and have to start al over again. I reinstalled I think a total of about 5 times before I got what I wanted.

I'd start by looking at FreeNAS. It's free, works well, and has good community support. Supports all the major RAID types. The only downfall I found was that it didn't support the newer hardware. So the P5Q might not float, but the P4 probably will.

Next I'd look at a variant of Linux. I use Ubuntu (the server edition), I've also heard CentOS is geared more towards server use. If you aren't already familiar with Linux there is a learning curve but its free, rock solid, and has all the features you could ever want.

Finally I'd take a good look at Windows Home Server. It costs some $$$ but is easy to setup, has a ton of features geared exactly towards a home user. Lot of extensions/plugins are available too.