A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Homebuilt PC's
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

RAID VS single hard drive?



 
 
Thread Tools Display Modes
  #1  
Old February 6th 09, 05:34 AM posted to alt.comp.hardware.pc-homebuilt
Robert Blass
external usenet poster
 
Posts: 64
Default RAID VS single hard drive?

RAID seems all the rave but would a RAID of combined disk equalling
400GB, compared to a single 400GB hard drive be faster same slower?

I'd like to use it if I could hear some chatter.


  #2  
Old February 6th 09, 05:53 AM posted to alt.comp.hardware.pc-homebuilt
Mike Painter
external usenet poster
 
Posts: 73
Default RAID VS single hard drive?

Robert Blass wrote:
RAID seems all the rave but would a RAID of combined disk equalling
400GB, compared to a single 400GB hard drive be faster same slower?

I'd like to use it if I could hear some chatter.

It depends on the level but storing 200 Gb is the best you can do with a
RAID setup.


  #3  
Old February 6th 09, 06:07 AM posted to alt.comp.hardware.pc-homebuilt
DevilsPGD[_3_]
external usenet poster
 
Posts: 181
Default RAID VS single hard drive?

In message Robert Blass
was claimed to have wrote:

RAID seems all the rave but would a RAID of combined disk equalling
400GB, compared to a single 400GB hard drive be faster same slower?

I'd like to use it if I could hear some chatter.


The answer is a solid "maybe"

With a low end RAID controller, you'll go slower then a single drive,
with the controller limiting your performance.

With a decent controller, your performance should improve, although it
may not.

RAID-0 should read and write faster then a single drive. Lose a single
drive, all of your data is gone.

RAID-1 may read faster, but will never write faster. Redundant, but
suffers from 50% overhead.

RAID-10 should perform fastest of all, a good controller will read from
all four drives at once, but writes will just match RAID-0 speed, but
again, 50% overhead.

RAID-5 will generally read somewhere between a single drive and RAID-0,
although it should be pretty close to RAID-0, but writes will be even
slower then RAID-1. This has the advantage of only using one drive for
redundancy, and can tolerate one drive failure. Advanced controllers
can offer multiple drives worth of redundancy if needed.
  #4  
Old February 6th 09, 12:25 PM posted to alt.comp.hardware.pc-homebuilt
philo
external usenet poster
 
Posts: 1,309
Default RAID VS single hard drive?


"Robert Blass" wrote in message
...
RAID seems all the rave but would a RAID of combined disk equalling
400GB, compared to a single 400GB hard drive be faster same slower?

I'd like to use it if I could hear some chatter.



It would not bother with RAID.

Though striping may boot performance a little, it probably won't be much.
Plus if one of the drives starts to fail...data recovery can be more
difficult.


  #5  
Old February 6th 09, 02:41 PM posted to alt.comp.hardware.pc-homebuilt
Larc[_3_]
external usenet poster
 
Posts: 383
Default RAID VS single hard drive?

On Fri, 06 Feb 2009 00:34:04 -0500, Robert Blass wrote:

| RAID seems all the rave but would a RAID of combined disk equalling
| 400GB, compared to a single 400GB hard drive be faster same slower?
|
| I'd like to use it if I could hear some chatter.

I'm sure I'll hear if I'm wrong about this, but I always thought the original
purpose of RAID was to compensate for the lack of availability of large hard
drives. For instance, it let the user have 400GB of seemingly continuous real
estate long before a single 400GB hard drive was more than a dream.

But RAID has definite drawbacks over single drives, IMHO. The main one is the
huge overhead. RAID gives a little, but exacts a great price. Mammoth drives
are here now and are relatively cheap. Forget about RAID and keep good backups.

Larc
  #6  
Old February 6th 09, 04:43 PM posted to alt.comp.hardware.pc-homebuilt
Bob Fry
external usenet poster
 
Posts: 206
Default RAID VS single hard drive?

"MP" == Mike Painter writes:

MP Robert Blass wrote:
RAID seems all the rave but would a RAID of combined disk
equalling 400GB, compared to a single 400GB hard drive be
faster same slower?

I'd like to use it if I could hear some chatter.

MP It depends on the level but storing 200 Gb is the best you can
MP do with a RAID setup.

Geez, where does this crap come from. There are no limits to RAID.

For the OP: I run a 3-disk, 480 GB total capacity RAID 0 on my PC. A
4th identical disk serves as the boot drive, but for over a year I ran
a 4-disk RAID 0 system with the boot partition on the RAID. RAID 0 is
definitely faster than the same disks un-RAIDed. You will hear dire
warnings of reliability, but I've never had a problem, and anyway you
should be running backups to an external disk drive regardless of your
PC disk configuration.
--
You know what would make a good story? Something about a clown
who make people happy, but inside he's real sad. Also, he has
severe diarrhea.
- Jack Handey
  #7  
Old February 6th 09, 05:00 PM posted to alt.comp.hardware.pc-homebuilt
Timothy Drouillard
external usenet poster
 
Posts: 60
Default RAID VS single hard drive?

First, you need to understand there are several different catagories of
RAID.

Just a few of the common varities,
RAID 0
RAID 1
RAID 5
RAID 10

Among your typical home user, you will probably hear mostly of RAID 0 and
RAID 1. RAID 5 and 10 and others are usually found in use on corporate
servers.

(in very simplistic terms...)

RAID 0
With RAID 0, you need a minimum of 2 drives, but the sky is the limit as to
how many you can use.
RAID 0 allows you to write and read across multiple drives at the same time.

Pros
Speed. Since you are writing and reading to multiple drives, the speed goes
up the more drives used.

Cons
Security.
Since your data is scattered across the multiple drives, if you lose any one
of the drives, you lose all the data.

Capacity
The total capacity is the sum of the drives. If you have three 500gig drives
in a RAID 0 array, your total storage is 3x500gig, or 1.5TB.


RAID 1
With RAID 1, you use two hard drives.
all your data is written and read from both hard drives at the same time
resulting in the same data on each drive. each drive is an exact copy
(mirror) of the other.

Pros
Safety. The same data is on both drives. If one of the drives fail, the
remaining drive stilll has all your data intact, alowing you to continue
operation until you can replace the failed drive.

Cons
Speed. Since you are reading/writing the same data to both drives, the speed
may suffer.

Capacity
The total capacity for two drives in a RAID 1 array is equal to the capacity
of a single drive. Two 500gig drives in a RAID 1 array gives you a total
capacity of 500gig.


Comments...
You will probably hear many gamers speaking of the increased speed of using
a RAID 0 array. That's fine as long as you understand the risk you take in
order to take advantage of the speed of a RAID 0 array. As I mentioned, with
a RAID 0 array, if asny of the drives fail, you lose ALL the data.




"Robert Blass" wrote in message
...
RAID seems all the rave but would a RAID of combined disk equalling
400GB, compared to a single 400GB hard drive be faster same slower?

I'd like to use it if I could hear some chatter.




  #8  
Old February 6th 09, 07:01 PM posted to alt.comp.hardware.pc-homebuilt
DevilsPGD[_3_]
external usenet poster
 
Posts: 181
Default RAID VS single hard drive?

In message Larc
was claimed to have wrote:

On Fri, 06 Feb 2009 00:34:04 -0500, Robert Blass wrote:

| RAID seems all the rave but would a RAID of combined disk equalling
| 400GB, compared to a single 400GB hard drive be faster same slower?
|
| I'd like to use it if I could hear some chatter.

I'm sure I'll hear if I'm wrong about this, but I always thought the original
purpose of RAID was to compensate for the lack of availability of large hard
drives. For instance, it let the user have 400GB of seemingly continuous real
estate long before a single 400GB hard drive was more than a dream.


That's the case with RAID-0, although you get more then just one large
volume, you also get increased performance due to striping.

But RAID has definite drawbacks over single drives, IMHO. The main one is the
huge overhead.


RAID-0 has no appreciable overhead (One cluster may be taken for the
RAID card to store it's identification data) but comes with additional
risk, if you lose one drive, you the data stored on all drives.

RAID-1 has 50% overhead, but offers the ability to have a drive fail
without downtime.

RAID-5 has at maximum overhead of 33%, but that drops depending on the
number of drives. A pair of Highpoint 2320 controllers could create an
array with as little as 6.25% overhead and still allow for a single
drive failure (not that I'd recommend creating a 16-drive RAID-5 array
mind you, but you could)

RAID gives a little, but exacts a great price. Mammoth drives
are here now and are relatively cheap. Forget about RAID and keep good backups.


Backups are only useful to a point -- Specifically, the point where you
last made a backup. Any work done since then will be lost in the event
of a primary storage failure.

Backups may also have significant recovery time after a failure, whereas
with a well designed RAID-1/5 system, drive failures don't result in any
data loss after a single failure.

In other words, depending on your needs, there is need for both RAID as
well as backups.
  #9  
Old February 6th 09, 07:37 PM posted to alt.comp.hardware.pc-homebuilt
Larc[_3_]
external usenet poster
 
Posts: 383
Default RAID VS single hard drive?

On Fri, 6 Feb 2009 12:00:40 -0500, "Timothy Drouillard"
wrote:

| First, you need to understand there are several different catagories of
| RAID.
|
| Just a few of the common varities,
| RAID 0
| RAID 1
| RAID 5
| RAID 10
|
| Among your typical home user, you will probably hear mostly of RAID 0 and
| RAID 1. RAID 5 and 10 and others are usually found in use on corporate
| servers.
|
| (in very simplistic terms...)
|
| RAID 0
| With RAID 0, you need a minimum of 2 drives, but the sky is the limit as to
| how many you can use.
| RAID 0 allows you to write and read across multiple drives at the same time.
|
| Pros
| Speed. Since you are writing and reading to multiple drives, the speed goes
| up the more drives used.
|
| Cons
| Security.
| Since your data is scattered across the multiple drives, if you lose any one
| of the drives, you lose all the data.
|
| Capacity
| The total capacity is the sum of the drives. If you have three 500gig drives
| in a RAID 0 array, your total storage is 3x500gig, or 1.5TB.
|
|
| RAID 1
| With RAID 1, you use two hard drives.
| all your data is written and read from both hard drives at the same time
| resulting in the same data on each drive. each drive is an exact copy
| (mirror) of the other.
|
| Pros
| Safety. The same data is on both drives. If one of the drives fail, the
| remaining drive stilll has all your data intact, alowing you to continue
| operation until you can replace the failed drive.
|
| Cons
| Speed. Since you are reading/writing the same data to both drives, the speed
| may suffer.
|
| Capacity
| The total capacity for two drives in a RAID 1 array is equal to the capacity
| of a single drive. Two 500gig drives in a RAID 1 array gives you a total
| capacity of 500gig.
|
|
| Comments...
| You will probably hear many gamers speaking of the increased speed of using
| a RAID 0 array. That's fine as long as you understand the risk you take in
| order to take advantage of the speed of a RAID 0 array. As I mentioned, with
| a RAID 0 array, if asny of the drives fail, you lose ALL the data.

RAID is one of those things I've been looking for an answer for a long time. It
is one technology I have yet to hear even a single logical reason for on a
consumer-grade computer given today's HDD capacities and prices. What if it
lets you tie three 500GB HDDs together? The best price I can find on three of
those is $180. I can buy a 1.5TB HDD for $50 less.

IMHO, RAID is something that once had a purpose for mainstream users but has now
gone the way of the horse and buggy. I can think of more valid reasons in favor
of floppy drives.

But that doesn't mean my eyes and ears are closed. I'm fully prepared to be
awed by logic if it exists for RAID on everyday computers.

Larc
  #10  
Old February 7th 09, 12:25 AM posted to alt.comp.hardware.pc-homebuilt
[email protected]
external usenet poster
 
Posts: 131
Default RAID VS single hard drive?

On Feb 6, 12:34 am, Robert Blass wrote:
RAID seems all the rave but would a RAID of combined disk equalling
400GB, compared to a single 400GB hard drive be faster same slower?

I'd like to use it if I could hear some chatter.


Couple of 70G HDs at 15K RPM rotational speed striped together for
140G, each with its own dedicated controller and premises are
promising. Couple of caveats -- for the milage, of course: 1) buy the
exact same, manufactured model numbers when "doing" your HDs, 2) buy
manufacturer-approved RAID tolerance HDs, sic, HDs recommended for
RAID usage, 3) optionally, "live and learn." Personally, I don't do
RAID, although neither am I running records for bank accounts for the
finance company where you bank.
 




Thread Tools
Display Modes

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

vB 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
Single SATA with 2 Raid Drive possible? [email protected] Asus Motherboards 6 March 2nd 08 12:03 PM
But I don't want a RAID, just a single SATA drive! itemyar Homebuilt PC's 10 July 14th 06 12:17 PM
Single Hard Drive Raid Setup Question Fitz AMD x86-64 Processors 6 July 30th 04 09:00 PM
Single Hard Drive Raid Setup Question Chris Homebuilt PC's 9 July 30th 04 09:00 PM
RAID 5 vs. single SCSI drive? Carlos Moreno Storage (alternative) 35 December 19th 03 06:20 PM


All times are GMT +1. The time now is 06:08 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.