Reply
Old July 25th, 2008 Top | #1
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Raid Setup (new harddrive)

Alright, I am sure it's been asked. I am sure I can find tons of info on Google, but I'd rather ask here.

I have 1 500GB SATA drive as my main drive.

I have 1 500GB SATA drive as my storage/backup drive.


Now I should be getting a new hard drive (500GB or 750GB)


Can I, and how can I add that new harddrive to that backup drive, without losing everything or moving it? And what would be the best type of raid to use as a storage/backup drive? If I wanted to add even more drives later as well.

Any tips and suggestions would be awesome.
Bman is offline   Reply With Quote
Old July 25th, 2008 Top | #2
 
Dark Atheist's Avatar
I never said I was nice
Joined: April 2003
Location: In The Void
Posts: 6,346
Blog Entries: 8
Reputation: 1877
Power: 0

Default Re: Raid Setup (new harddrive)

in order to use raid the drives have to be the same size, and if possible same model, as to adding it to raid depends on what type of raid, if raid0 - i don't think you can keep all the info - if raid one i think you can
Dark Atheist is offline   Reply With Quote
Old July 25th, 2008 Top | #3
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Re: Raid Setup (new harddrive)

Well that is what I am asking, I guess in detail.

I want to keep the data as is, the drive is 500GB.

So I need to same harddrive (model as well) how do I add to it, I know I have to turn raid on in the bios, but every time I have done that in the past everything gets erased on the drive. And with Raid1 if that is my option, does that make it larger in size, or is it just mirroring it, or what?
Bman is offline   Reply With Quote
Old July 25th, 2008 Top | #4

OSNN Folding Team  
fitz's Avatar
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,014
Reputation: 2947
Power: 164

Default Re: Raid Setup (new harddrive)

*sigh* I tried to stay from this conversation.. I really did..

The drives really don't have to be the same size. Most array controllers can handle a drive if it's a bigger capacity, the extra space will just go wasted and can't be used.

RAID1 is just a mirror to provide redundancy - it won't add capacity.. it is also (normally) limited to 2 drives in the array.

RAID0 can stripe the drives to add capacity and a slight performance boost but provides no data redundancy.. it also has the problem that if 1 drive fails in a RAID0 array, you lose the data on both drives, or if you have a 3 drive RAID0 array and one drive fails, you lose the data on all 3 drives. Basically, the more disks you add to a RAID0 array, the percentage chance of total data loss increases.

RAID5, if your controller supports it, can do more than 2 drives in an array (in fact, you need a minimum of 3 drives to set up initially) and proves n-1 expansion where n is the number of drives in the array.. example: you have 3 drives that are 500GB each.. your total space in the array is the same as if you had 3-1 (n-1 or 2) drives.. or 1TB for 3x500GB drives in a RAID5 array. RAID 5 provides for expansion and redundancy for single drive failure and is fast for reading data but a bit slower on writing data.

RAID10 or RAID01 requires a minimum of 4 drives and are slightly different in how they setup the array. They both do a combination of mirroring and striping of data but RAID10 is FAR superior in many ways than RAID01. I've written a long post about the differences before if you want to search the forums for it (too lazy to find it right now and don't want to type it all out again).

edit: as far as keeping existing data on the drive, a RAID0/Stripe set will require both drives to be clean - meaning data will be lost. A RAID1/mirror should be non-destructive on creation.. it shouldn't have to delete the data, but I've seen some silly implementations of RAID with onboard controllers in particular that for some reason, wipe both drives no matter which RAID type you select. Really though I understand why they do that. SATA drives tend to have a higher incidence of drive errors and failures and it's nice to start a RAID array with a clean slate.

You have a couple options depending on how your board is setup. If you have multiple SATA controllers, you can move your drive with the data to the independent/non-RAID controller ports and buy two new drives and connect them to the RAID controller ports and set them up in the array of your choosing (generally, I always recommend against RAID0 but people always seem to do it anyway).

You can find out if the RAID1 creation will be a destructive process or not and try to setup a RAID1 array if it isn't destructive - but one of your goals was later expansion by adding more drives so a RAID1 probably won't work for you.

If you take my advice and stay away from RAID0, you're left with either RAID5 or RAID10/01 and you would need to find out if your RAID controller supports these but they do require a minimum of 3 (for RAID5) or 4 (for RAID10/01) drives to start.
fitz is offline   Reply With Quote
Old July 25th, 2008 Top | #5
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Re: Raid Setup (new harddrive)

Wow, that's a great deal of useful information.

How would I find out if my controller supports it. I have a EVGA 780i SLI motherboard if that helps.
Bman is offline   Reply With Quote
Old July 25th, 2008 Top | #6
 
Dark Atheist's Avatar
I never said I was nice
Joined: April 2003
Location: In The Void
Posts: 6,346
Blog Entries: 8
Reputation: 1877
Power: 0

Default Re: Raid Setup (new harddrive)

Storage I/O
1 x UltraDMA133
6 x Serial ATA 300MB/sec with support for RAID 0, RAID1, RAID 0+1, RAID5, JBOD
1 x Floppy disk drive connector
Dark Atheist is offline   Reply With Quote
Old July 25th, 2008 Top | #7
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Re: Raid Setup (new harddrive)

So the best one RAID10 I don't support, but RAID01 is just as good?
Bman is offline   Reply With Quote
Old July 25th, 2008 Top | #8
 
Dark Atheist's Avatar
I never said I was nice
Joined: April 2003
Location: In The Void
Posts: 6,346
Blog Entries: 8
Reputation: 1877
Power: 0

Default Re: Raid Setup (new harddrive)

the post fitz refers to is here http://forum.osnn.net/showpost.php?p=808872 - have a read and decide, if not ask back here
Dark Atheist is offline   Reply With Quote
Old July 25th, 2008 Top | #9

OSNN Folding Team  
fitz's Avatar
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,014
Reputation: 2947
Power: 164

Default Re: Raid Setup (new harddrive)

Originally Posted by Bman View Post
How would I find out if my controller supports it. I have a EVGA 780i SLI motherboard if that helps.
If you know the model of your board, why don't you try looking up the specs on it to find out what your board will support?

Originally Posted by Bman View Post
So the best one RAID10 I don't support, but RAID01 is just as good?
Originally Posted by fitz View Post
I've written a long post about the differences before if you want to search the forums for it (too lazy to find it right now and don't want to type it all out again).
It's called searching for my post I mentioned to learn the differences..

Originally Posted by Carpo View Post
the post fitz refers to is here http://forum.osnn.net/showpost.php?p=808872 - have a read and decide, if not ask back here
Thanks Carpo.. reps for not being lazy like me!
Originally Posted by Carpo View Post
Storage I/O
1 x UltraDMA133
6 x Serial ATA 300MB/sec with support for RAID 0, RAID1, RAID 0+1, RAID5, JBOD
1 x Floppy disk drive connector
again.. thanks
can also look at this post in the same thread..
fitz is offline   Reply With Quote
Old July 25th, 2008 Top | #10
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Re: Raid Setup (new harddrive)

So RAID 0+1 is what I want, correct me if I am wrong.

Now how would I go about doing that. I need 4 drives for that right? So if I were to do that with 4 500GB drives, how man space would I actually have?
Bman is offline   Reply With Quote
Old July 25th, 2008 Top | #11

OSNN Folding Team  
fitz's Avatar
XPista7eopard*ix
Joined: April 2004
Location: Chicagoland
Posts: 4,014
Reputation: 2947
Power: 164

Default Re: Raid Setup (new harddrive)

Originally Posted by Bman View Post
So RAID 0+1 is what I want, correct me if I am wrong.
only you can determine what you want.. I just provide information

Now how would I go about doing that. I need 4 drives for that right? So if I were to do that with 4 500GB drives, how man space would I actually have?
Need at least 4 drives.. when/if you want to expand the array, you'll need to do it in multiples of 2 drives.

4x500GB drives would provide 1TB of raw space.

edit: oh, and you won't be able to preserve data on an existing drive if you want to use it in the array.
fitz is offline   Reply With Quote
Old July 26th, 2008 Top | #12

OSNN Folding Team  
JPRuss's Avatar
OSNN Addict
Joined: May 2008
Location: In the unknown
Posts: 77
Reputation: 70
Power: 46

Default Re: Raid Setup (new harddrive)

Hi,

I might also suggest (if you have the money) getting a Drobo

http://www.youtube.com/watch?v=7sENCMKXBUc

http://www.drobo.com/Products/drobodemo.html

---
JPRuss


JPRuss is offline   Reply With Quote
Old July 26th, 2008 Top | #13
 
Bman's Avatar
OSNN Designer
Joined: July 2002
Location: Ottawa, Ontario
Posts: 8,700
Blog Entries: 106
Reputation: 1386
Power: 218

Default Re: Raid Setup (new harddrive)

I would love to get a drobo, wanted one for awhile, but yes they are to expensive.
Bman is offline   Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Raid Setup Bman General Hardware 17 December 29th, 2007 8:02pm
Raid Drivers on setup NathanA Windows Desktop Systems 4 March 18th, 2005 4:55pm
Raid Setup Help Mr Dead General Hardware 2 November 10th, 2002 6:33pm
how do i setup raid oO ShifterZ Oo General Hardware 9 September 10th, 2002 7:08pm
IDE RAID Setup Question sjf99 General Hardware 6 February 3rd, 2002 5:32am