is a file server overkill?
i have 4 hard drives i need to share across a network. 2 250gb and 2 300gb hard drives. I run my main desktop, laptop, a media center computer, and i might add one more mce computer. I would listen to music of the hard drives, stream video to all my computers, and share some files, use it as a ftp, I might also make it a mail server too. Is it overkill to have a fileserver for what i have? I just debating it
0
Comments
in my place I have a MCE computer, 2 desktops and 2 laptops and my fileserver is invaluable. It's good having everything you need in the same place no matter which computer you're at, and being able to access your entire media collection from a laptop is always good. You can also use it as a mail server / DHCP server / Webserver / whatever so it's hardly going to be sat doing nothing. Oh, and it's another folding machine of course
I wouldn't bother with the opteron 246. It's going to require registered ddr memory and the price is really not all that hot. You really won't need anything too fancy as a file server. I actually have a Sempron 2600+ 754 system doing similar tasks to what you mentioned and it does not even break a sweat
you can get a better price on that or another cpu at newegg. Also, like lemonlime said, those cpus are overkill for what you're looking to do.
If it's a Opteron 2xx model, it is a socket 940 chip, which has an integrated memory controller designed to use registered DDR only. Was this the motherboard manual that said you can use normal DDR? Only the 1xx 939 based Opterons can use non-registered DDR afik.
the only thing the 64bit means is that the processor can understand more complex calculatins, thus increasing overall speed.why do 100 small calculations when you can do one big algorithm faster?
also, there are only a few operating systems that can take full advantage of 64 bit processesing, which includes WindowsXP 64bit edition, server 2000, server 2003, and various versions os Linux
I run a gigabit network at the house and I get better network throuh put off NIC's in 64bit slots. I usually have 2 or 3 dual cpu servers here running at any one time and I had a really sweet older dual p3 with 64bit slots for a 64bit NIC I regret selling to this day.
I backup gigs of data from one server to another.
Please.... work out a backup plan for all that data.
Tex
i use a Lian Li v1100b silent case
http://www.newegg.com/Product/Product.asp?Item=N82E16811112088
i give it 5 stars
You will save the most money if you go linux, also linux supports scp its like ftp but secure.
Heres my file server its a little dated but does the job
http://graynetwork.org/phpsysinfo
(If you want to see some of the crap I have on the web server)
http://graynetwork.org/grayfox
(Yes I know I dont have a dns server setup I have a dynamic ip and my isp wont give me a static so im stuck without one)
Tex
To install samba type in apt-get install samba
To configure it use a text editor (such as nano) and edit etc/samba/smb.conf.
edit for the settings till your happy with the settings.
Where you normaly select your partition slect multi disk and tell it not to mount the drives, then select create multi disk aray and then select your raid configuration you want (ex raid 0 raid 1 raid 5, raid 10).
Tex