techPowerUp! Forums

Go Back   techPowerUp! Forums > Hardware > General Hardware

Reply
 
Thread Tools
Old Mar 16, 2012, 06:58 PM   #1
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

Best way to set up a huge 10~20TB for camera surveillance?

I will be building a computer soon. This computer's only purpose will be camera surveillance which will be running 24/7. We need a lot of storage, at least 10TB if not more, as this will have 4x 3MP cameras (2048x1536@15fps) and 12x 2MP cameras (1080p@30fps), which would mean 10TB should cover a month (300GB/day on average)

What type of drives should I use to have the best endurance? Reliability isn't crucial, but bang/$$ is. Recommendations for very long lasting PSUs that work great 24/7 would be good too (should I be going into server PSUs?). Would Ivy Bridge do or is X79 better?

This will be running Windows 7, probably ultimate 64 bit of course, is there anything I should be worried about when building a comp with such a huge amount of disk space?

Can I just use the hard drives separately instead of RAIDing?
__________________
My Heatware
n-ster is offline  
Reply With Quote
Old Mar 16, 2012, 06:59 PM   #2
mudkip
1000 Posts
 
mudkip's Avatar
 
Join Date: Dec 2008
Location: The Netherlands
Posts: 1,132 (0.69/day)
Thanks: 175
Thanked 146 Times in 129 Posts

System Specs

Quote:
Originally Posted by n-ster View Post
This computer's only purpose will be camera surveillance which will be running 24/7.
Quote:
Reliability isn't crucial
__________________
CPU-Z validation sig pics temporarily blocked
mudkip is offline  
Reply With Quote
The Following User Says Thank You to mudkip For This Useful Post:
Old Mar 16, 2012, 07:10 PM   #3
W1zzard
Benevolent Dictator
 
W1zzard's Avatar
 
Join Date: May 2004
Location: Stuttgart, Germany
Posts: 13,870 (4.17/day)
Thanks: 184
Thanked 10,453 Times in 3,219 Posts
Send a message via ICQ to W1zzard Send a message via AIM to W1zzard Send a message via MSN to W1zzard Send a message via Skype™ to W1zzard

System Specs

Quote:
Originally Posted by n-ster View Post
a huge amount of disk space?
10 or 20 TB is far from huge for today's standards.

google: unraid
if you can use freebsd or solaris: ZFS
if you have windows server, look into DFS Distributed File System

what sustained read/write bandwidth is needed for your cams ? i assume they all write to the same storage?

what about transcoding the video you get?
W1zzard is online now  
Reply With Quote
The Following User Says Thank You to W1zzard For This Useful Post:
Old Mar 16, 2012, 07:11 PM   #4
CJCerny
500 Posts
 
Join Date: Nov 2008
Location: Akron, OH
Posts: 765 (0.46/day)
Thanks: 2
Thanked 213 Times in 178 Posts

Seems to me like the reliabililty of your hard drives and PSU are the least of your worries. You main worry needs to be how you are going to get all that data from those cameras to this PC. If they are all IP cameras, you are going to need to make sure that you can handle all the network traffic that they are creating. If they are USB cameras, you're going to have a hard time building a PC that doesn't drop frames with all that input via USB.
CJCerny is offline  
Reply With Quote
Old Mar 16, 2012, 07:14 PM   #5
ShiBDiB
2000 Posts
 
ShiBDiB's Avatar
 
Join Date: Jul 2008
Location: Clifton Park, NY
Posts: 3,140 (1.75/day)
Thanks: 98
Thanked 620 Times in 464 Posts
Send a message via AIM to ShiBDiB

System Specs

main reason I could see to RAID would be for a backup. Drives constantly writing like these will be, is gonna put them under alot of stress.

Might be better in the long run to look to a professional company for something of this scale.
__________________
ShiBDiB is offline  
Reply With Quote
The Following User Says Thank You to ShiBDiB For This Useful Post:
Old Mar 16, 2012, 07:32 PM   #6
v12dock
1000 Posts
 
v12dock's Avatar
 
Join Date: Dec 2008
Location: Central Illinois
Posts: 1,300 (0.79/day)
Thanks: 286
Thanked 244 Times in 164 Posts

System Specs

iSCSI SAN
v12dock is offline  
Reply With Quote
The Following User Says Thank You to v12dock For This Useful Post:
Old Mar 16, 2012, 07:46 PM   #7
AnomalouS
200 Posts
 
AnomalouS's Avatar
 
Join Date: Jun 2008
Location: Lincoln, NE
Posts: 309 (0.17/day)
Thanks: 141
Thanked 38 Times in 30 Posts

System Specs

Must you keep the captured video for a month at a time? why not use first in first out method.
In the medical world there are capture devices that do just the FIFO, xxxGB drive that purges data as needed.
__________________
HEATWARE
AnomalouS is offline  
Reply With Quote
The Following User Says Thank You to AnomalouS For This Useful Post:
Old Mar 17, 2012, 01:58 PM   #8
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

Quote:
Originally Posted by mudkip View Post
Haha, it is good to have but if we loose 1 HDD, that would mean about a week and we can handle that every couple years or something. I'm not going to pay 3~4x the price for 1.5x~2x the longevity for the HDDs is what I meant

Quote:
Originally Posted by W1zzard View Post
10 or 20 TB is far from huge for today's standards.

google: unraid
if you can use freebsd or solaris: ZFS
if you have windows server, look into DFS Distributed File System

what sustained read/write bandwidth is needed for your cams ? i assume they all write to the same storage?

what about transcoding the video you get?
It's huge for me I'll look into all that in a few minutes, thanks.

The cameras are IP and wired with ethernet cables. The max they would use is 8Mbps which is 1MB/s per camera, so about 16MB/s I'm guessing is the peak rate. The coding of the video is already MJPEG or H.264 and the camera's processors handle that. It'll be coming through 1 Ethernet port

The way it our current system works: say there is 5x 2TB HDDs. It will write on the first drive, once that is full it will start on the 2nd drive and so on, once all 5 are done it will start overwriting the first drive again.

Quote:
Originally Posted by CJCerny View Post
Seems to me like the reliabililty of your hard drives and PSU are the least of your worries. You main worry needs to be how you are going to get all that data from those cameras to this PC. If they are all IP cameras, you are going to need to make sure that you can handle all the network traffic that they are creating. If they are USB cameras, you're going to have a hard time building a PC that doesn't drop frames with all that input via USB.
They are going to be wired with Ethernet cables, which will go to a 24 port Ethernet switch thing (each camera will have their own 100 Mbps cable/port) and exit through 1x 1Gbps Ethernet cable.

Quote:
Originally Posted by AnomalouS View Post
Must you keep the captured video for a month at a time? why not use first in first out method.
In the medical world there are capture devices that do just the FIFO, xxxGB drive that purges data as needed.
I believe that is how we are doing it. At any time we look at the data, the oldest we will be able to find is 1 month old. Our old system writes on each HDD until they are all full then start overwriting on the first drive etc.


Quote:
Originally Posted by ShiBDiB View Post
main reason I could see to RAID would be for a backup. Drives constantly writing like these will be, is gonna put them under alot of stress.

Might be better in the long run to look to a professional company for something of this scale.
We did in the past and they charge you so much, and they end up doing it worse than I would have. They charge 3800$ for a i5-2400 with the IGP and some cheap chipset and 8GB of RAM and 4TB with inadequate cooling and a very average PSU with 1 year warranty. They user WD caviar black HDDs, nothing fancy.

Quote:
Originally Posted by v12dock View Post
iSCSI SAN
I'll have to google for specifics it looks interesting
__________________
My Heatware

Last edited by n-ster; Mar 17, 2012 at 02:05 PM.
n-ster is offline  
Reply With Quote
Old Mar 17, 2012, 02:14 PM   #9
jsfitz54
500 Posts
 
jsfitz54's Avatar
 
Join Date: Jun 2010
Posts: 790 (0.72/day)
Thanks: 196
Thanked 188 Times in 161 Posts

System Specs

Not all months are equal.

Would a 45 day first in first out method be better?

If for some reason you need legal copies, in a 30 day time frame, you would have extra days to recover the necessary footage before overwriting occured.
jsfitz54 is offline  
Reply With Quote
Old Mar 17, 2012, 03:23 PM   #10
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

the 30 day thing is just an estimate, if 1 month only takes 6.6TB than I can look back about a month and a half behind etc. After the first time the 10tb is filled, all it will do is overwrite the oldest videos.

I'm wondering if I should just do one of those RAID 5 boxes or setup a RAID 5 inside the computer, it would be more reliable and faster. I'd probably need a RAID card though? unRAID looks good too

As for the PSU, am I best going with a Platinum PSU or looking into server type PSUs? Remember this will be on 24/7 365 days

I'll have to use Windows 7 Ultimate, so linux distros etc are out of the question.

can anyone help me understand iSCSI SAN better? What do I need etc.
__________________
My Heatware
n-ster is offline  
Reply With Quote
Old Mar 17, 2012, 04:04 PM   #11
Kreij
Hardcore Monkey Moderator
 
Kreij's Avatar
 
Join Date: Feb 2007
Location: Cheeseland (Wisconsin, USA)
Posts: 12,254 (5.27/day)
Thanks: 591
Thanked 5,510 Times in 2,948 Posts

System Specs

How flexible is the software for the surveillance system?

If it will allow you to stream the video directly to multiple NAS devices, I would make a large RAID5 NAS device with hotswap disks. You could then add more NAS devices if the storage requirements grow.
You could then slap any old HDD (or a pair in RAID1 for redundancy) in the computer for managing the setup and viewing the video.

It would not be the cheapest way to go (good/fast NAS devices aren't cheap), but it would add some robustness and future proofing to the configuration.

If the software will not allow direct streaming to a NAS, you would put in a pair of gigabit NICs (one incoming, one outgoing) and let the computer forward the data to a single large NAS device.

Just some some thoughts.
__________________

Cloud (noun, singular): A dynamic arrangement of multiple potential single points of failure, with a user at one end and their data at the other.


Get more tech news on a wide variety of topics at NextPowerUp
Kreij is offline  
Reply With Quote
The Following User Says Thank You to Kreij For This Useful Post:
Old Mar 19, 2012, 06:57 PM   #12
yogurt_21
3500 Posts
 
yogurt_21's Avatar
 
Join Date: Feb 2006
Posts: 4,058 (1.52/day)
Thanks: 2,249
Thanked 542 Times in 443 Posts

System Specs

Quote:
Originally Posted by n-ster View Post
I will be building a computer soon. This computer's only purpose will be camera surveillance which will be running 24/7. We need a lot of storage, at least 10TB if not more, as this will have 4x 3MP cameras (2048x1536@15fps) and 12x 2MP cameras (1080p@30fps), which would mean 10TB should cover a month (300GB/day on average)

What type of drives should I use to have the best endurance? Reliability isn't crucial, but bang/$$ is. Recommendations for very long lasting PSUs that work great 24/7 would be good too (should I be going into server PSUs?). Would Ivy Bridge do or is X79 better?

This will be running Windows 7, probably ultimate 64 bit of course, is there anything I should be worried about when building a comp with such a huge amount of disk space?

Can I just use the hard drives separately instead of RAIDing?
based on the amount of data it seems hard disk performance is far more important cpu/mobo/memory performance.

personally i'd look into some cheaper perhaps older spec server hardware for the longevity. Then throw most of the money into hard drives.

specifically if you could find a used Dell PowerEdge 2900 it would have everything you would need while being a bit slow by today's standards in cpu/memory.

The chasis supports 8 hotswap disks and a couple more internal as well as a few 5.25's fro whatever your i/o needs are.

it has dual psu's for redundancy and should be very reliable (but again not the fastest thing in the world)

The only upgrade needed would likely be 2 tb drives for the hot swaps and a gpu upgrade for any playback needs. The raid controllers should still be fine.

They currently go for 600-1000$ on the used market, compared with psu/tower that supports enough hard disks, mobo/memory/cpu, and a raid controller it would be hard to beat and Way, Way, Way more reliable than desktop hardware. Remember desktop hardware is only designed to be on 8 hours a day and typically 3 years longevity (longer for cpu's/memory on average though) but that means in 1 year under 24/7 use you will have used up the full life of most of the hardware.
yogurt_21 is offline  
Reply With Quote
The Following User Says Thank You to yogurt_21 For This Useful Post:
Old Mar 19, 2012, 08:08 PM   #13
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

Quote:
Originally Posted by yogurt_21 View Post
based on the amount of data it seems hard disk performance is far more important cpu/mobo/memory performance.

personally i'd look into some cheaper perhaps older spec server hardware for the longevity. Then throw most of the money into hard drives.

specifically if you could find a used Dell PowerEdge 2900 it would have everything you would need while being a bit slow by today's standards in cpu/memory.

The chasis supports 8 hotswap disks and a couple more internal as well as a few 5.25's fro whatever your i/o needs are.

it has dual psu's for redundancy and should be very reliable (but again not the fastest thing in the world)

The only upgrade needed would likely be 2 tb drives for the hot swaps and a gpu upgrade for any playback needs. The raid controllers should still be fine.

They currently go for 600-1000$ on the used market, compared with psu/tower that supports enough hard disks, mobo/memory/cpu, and a raid controller it would be hard to beat and Way, Way, Way more reliable than desktop hardware. Remember desktop hardware is only designed to be on 8 hours a day and typically 3 years longevity (longer for cpu's/memory on average though) but that means in 1 year under 24/7 use you will have used up the full life of most of the hardware.
Used stuff is pretty much out of the question. If I have to assemble a server, that's what I'll do. But does, say, a Xeon CPU really outlive a standard i7? My plan was just to wait until Ivy Bridge and build them that with a server or platinum PSU and good hard drives and plenty of fans (so that if a few fans fail it won't change much). I was also just going to go with a big full tower case. Should I do it differently?
__________________
My Heatware
n-ster is offline  
Reply With Quote
Old Mar 19, 2012, 08:35 PM   #14
W1zzard
Benevolent Dictator
 
W1zzard's Avatar
 
Join Date: May 2004
Location: Stuttgart, Germany
Posts: 13,870 (4.17/day)
Thanks: 184
Thanked 10,453 Times in 3,219 Posts
Send a message via ICQ to W1zzard Send a message via AIM to W1zzard Send a message via MSN to W1zzard Send a message via Skype™ to W1zzard

System Specs

Quote:
Originally Posted by n-ster View Post
But does, say, a Xeon CPU really outlive a standard i7?
it's the same silicon, made in the same production process, in a different package

dont worry about ivy bridge. dont worry about good hard drives.

get something like ASRock P67 Extreme6 (because it has 10 sata ports or so). add more sata ports using cheap controller cards. 2500k (K because it's only 5 bucks more expensive)

fill up with the cheapest hdds you can find (wd caviar green 2.5 tb). get some raid config setup so you dont lose your data

windows 8 will have storage pools which should make your life much easier

Last edited by W1zzard; Mar 19, 2012 at 08:49 PM.
W1zzard is online now  
Reply With Quote
The Following 2 Users Say Thank You to W1zzard For This Useful Post:
Old Mar 19, 2012, 09:01 PM   #15
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

Sounds great except for the WD Green HDDs don't have the greatest reputation... Are the problems fixed with them?

Also would the stand intel chipset be OK for the 10~20TB RAID or should I be going with a RAID card? And 10 SATA ports should be enough, so I wouldn't need the controller cards?

I'm going Ivy Bridge as that is when I'll be building this anyways... The earliest I'll be building this is after my Finals, which would mean May, which is when IB is coming out right? If it isn't out by the time I actually build this, I'll go 2500K as you suggest, but I would assume the IB will have lower consumption, which would likely help with longevity and will save a few bucks at 24/7 use.
__________________
My Heatware
n-ster is offline  
Reply With Quote
Old Mar 19, 2012, 09:08 PM   #16
W1zzard
Benevolent Dictator
 
W1zzard's Avatar
 
Join Date: May 2004
Location: Stuttgart, Germany
Posts: 13,870 (4.17/day)
Thanks: 184
Thanked 10,453 Times in 3,219 Posts
Send a message via ICQ to W1zzard Send a message via AIM to W1zzard Send a message via MSN to W1zzard Send a message via Skype™ to W1zzard

System Specs

Quote:
Originally Posted by n-ster View Post
Sounds great except for the WD Green HDDs don't have the greatest reputation... Are the problems fixed with them?
you should really have some sort of raid to prevent data loss in case of disk failure.

once you have that it doesn't matter whether you use expensive disks that fail once in 5 years or cheap ones that cost half as much and fail in 2 years and get replaced for free thanks to RMA

out of those 10 ports only 4 or 6 are on intel. makes no difference anyway. personally i've had better experience with software raid than with hardware raid
W1zzard is online now  
Reply With Quote
The Following 2 Users Say Thank You to W1zzard For This Useful Post:
Old Mar 19, 2012, 09:36 PM   #17
yogurt_21
3500 Posts
 
yogurt_21's Avatar
 
Join Date: Feb 2006
Posts: 4,058 (1.52/day)
Thanks: 2,249
Thanked 542 Times in 443 Posts

System Specs

Quote:
Originally Posted by n-ster View Post
Used stuff is pretty much out of the question. If I have to assemble a server, that's what I'll do. But does, say, a Xeon CPU really outlive a standard i7? My plan was just to wait until Ivy Bridge and build them that with a server or platinum PSU and good hard drives and plenty of fans (so that if a few fans fail it won't change much). I was also just going to go with a big full tower case. Should I do it differently?
like I said cpus and memory are typically the exception. psu, mobo, etc not so much. But W1z is right xeon vs regular is essentially the same cpu. When it comes to failing parts for the 2000 servers I'm responsible for (they sit behind cleint networks and house media content locally rather than sucking bandwidth) 1. hard disks 2. motherboards 3. raid controllers 4.memory. I've yet to have a cpu fail on me since Ive been in this position (4 years) that includes pentium grade up to highend xeon.

have had plenty of hard disks and to a slightly lesser extent motherboards. Most the boards that have fried were on our lowend models using desktop hardware. I have only had a couple server boards go out over the course of 4 years.

the only issue with going brand new is that case alone will net you half of an old server cost. You need something that houses enough hard disks and will still be effiencient for cable management and cooling.

whatever you do don't cheap out on the raid controller, you'll quickly find managing alot of data on a poor controller = hell on earth.
yogurt_21 is offline  
Reply With Quote
The Following User Says Thank You to yogurt_21 For This Useful Post:
Old Mar 19, 2012, 09:52 PM   #18
v12dock
1000 Posts
 
v12dock's Avatar
 
Join Date: Dec 2008
Location: Central Illinois
Posts: 1,300 (0.79/day)
Thanks: 286
Thanked 244 Times in 164 Posts

System Specs

Quote:
Originally Posted by W1zzard View Post
you should really have some sort of raid to prevent data loss in case of disk failure.

once you have that it doesn't matter whether you use expensive disks that fail once in 5 years or cheap ones that cost half as much and fail in 2 years and get replaced for free thanks to RMA

out of those 10 ports only 4 or 6 are on intel. makes no difference anyway. personally i've had better experience with software raid than with hardware raid
Hardware RAID is much more scalable and it will allow a lot more option for setting up RAIDs

Also are you dealing with raw data or will there be any encoding?
v12dock is offline  
Reply With Quote
The Following User Says Thank You to v12dock For This Useful Post:
Old Mar 19, 2012, 10:06 PM   #19
phanbuey
Eligible for custom title
 
phanbuey's Avatar
 
Join Date: Nov 2007
Location: Miami
Posts: 5,011 (2.45/day)
Thanks: 1,484
Thanked 960 Times in 813 Posts

System Specs

some sort of expandable DAS is what you need.

we use one of these at our imaging center and it sounds like it would work fine for you:

http://www.high-rely.com/hr_66/products/raidframe5bay/
phanbuey is offline  
Reply With Quote
The Following User Says Thank You to phanbuey For This Useful Post:
Old Mar 19, 2012, 10:11 PM   #20
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

Motherboards actually have that high of a failure rate? I didn't know. But server or Workstation mobos seem really expensive comparatively to standard mobos... What do I have to look for to get a lasting MB?

For the case, can't a standard large Full Tower case do that job?

Memory is the least of my worries as I have plenty and if some craps out ill just pop in some other sticks pretty easily. PSU I'll be going something like the LZP-550W from Enermax

The data will basically be H.264 video files and a few MJPEG video files
__________________
My Heatware
n-ster is offline  
Reply With Quote
Old Mar 19, 2012, 10:13 PM   #21
phanbuey
Eligible for custom title
 
phanbuey's Avatar
 
Join Date: Nov 2007
Location: Miami
Posts: 5,011 (2.45/day)
Thanks: 1,484
Thanked 960 Times in 813 Posts

System Specs

Quote:
Originally Posted by n-ster View Post
Motherboards actually have that high of a failure rate? I didn't know. But server or Workstation mobos seem really expensive comparatively to standard mobos... What do I have to look for to get a lasting MB?

For the case, can't a standard large Full Tower case do that job?

Memory is the least of my worries as I have plenty and if some craps out ill just pop in some other sticks pretty easily. PSU I'll be going something like the LZP-550W from Enermax
If you really need that much storage, DO NOT tie it down to one machine. You want the storage dtachable so that if the server goes you can restore image to another server and hook it up to the data.

A single workstation is usually not a good way to go (for something like this which is essentially a video server). You're better off building a super cheap server with detachable storage. Just my 2c. Also detachable storage usually has its own monitoring and alerting tools, which will make your life alot easier.
phanbuey is offline  
Reply With Quote
The Following User Says Thank You to phanbuey For This Useful Post:
Old Mar 19, 2012, 10:16 PM   #22
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

So basically a RAID 5 box?

So that 1 ethernet that carries the video files goes to the computer, and I use the RAID 5 box as the HDD where it saves the video files and be done with it right?
__________________
My Heatware
n-ster is offline  
Reply With Quote
Old Mar 19, 2012, 10:20 PM   #23
phanbuey
Eligible for custom title
 
phanbuey's Avatar
 
Join Date: Nov 2007
Location: Miami
Posts: 5,011 (2.45/day)
Thanks: 1,484
Thanked 960 Times in 813 Posts

System Specs

Quote:
Originally Posted by n-ster View Post
So basically a RAID 5 box?
That is the cheapest storage we trust. I only picked that one because we use that same one in one of our diagnostic centers for Radiology images, and it works pretty good. It basically serves the exact same purpose which you need - cheap, redundant and lots of it.

^yes basically exactly right - the raidpack attaches through eSATA and the OS and Computer see it as a gigantic hard drive.

This one is even cheaper (although you will need software raid):

http://www.high-rely.com/hr_66/products/hr-rack-mount/

Last edited by phanbuey; Mar 19, 2012 at 10:31 PM.
phanbuey is offline  
Reply With Quote
The Following User Says Thank You to phanbuey For This Useful Post:
Old Mar 20, 2012, 02:26 AM   #24
v12dock
1000 Posts
 
v12dock's Avatar
 
Join Date: Dec 2008
Location: Central Illinois
Posts: 1,300 (0.79/day)
Thanks: 286
Thanked 244 Times in 164 Posts

System Specs

Could possibly setup a RAID 10 either way I would look into getting a nice raid controller

What kind of hard drives are you looking at?
v12dock is offline  
Reply With Quote
Old Mar 20, 2012, 03:00 AM   #25
n-ster
Eligible for custom title
 
n-ster's Avatar
 
Join Date: Jan 2009
Location: Montreal
Posts: 8,306 (5.13/day)
Thanks: 1,210
Thanked 1,420 Times in 1,153 Posts
Send a message via MSN to n-ster

System Specs

I was going to get WD Blacks but I'm not sure anymore lol
__________________
My Heatware
n-ster is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Memory Card for Camera? OrbitzXT General Hardware 8 Sep 23, 2011 12:57 AM
2 Camera video surveillance system... Help Please! nv40pimp Networking & Security 6 Jun 23, 2011 04:12 PM
Best fan set up for rad? catnipkiller Overclocking & Cooling 3 May 20, 2011 05:01 PM
Best way for fan direction. novacheck Overclocking & Cooling 29 Mar 10, 2008 06:42 AM
best way to stress cpu for stability exodusprime1337 Overclocking & Cooling 8 Mar 3, 2008 06:18 AM


All times are GMT. The time now is 04:25 PM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts