LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 12-14-2005, 04:19 AM   #1
kvtournh
Member
 
Registered: Nov 2003
Location: Belgium
Distribution: Mandriva
Posts: 91

Rep: Reputation: 15
Another RAID question 5 vs 1


Hi,

I am wondering about something. I am installing a Backup server. Well actually I am reinstalling it because I had a disk failure on my RAID 1 system. It were 2 disks of 250GB of which one died. Since I made also some lame install stupidities I had the idea of just reinstalling the whole system and taking out the good disk. I was able to mount that disk on an other machine with mount -t ext3 /mnt/sda1 /mnt/raid because it was a perfect mirror.

My real questions are the following. I have now 3 disks of 250 GB which allows me to use a raid 5 system. Question one is : would you consider this since I only have 3 disks and not more, or would you go back for raid 1.
Question 2 is the following. Assume one of my disks fails, then the raid will be out of order until a spare disk is installed and with raidhotadd resyncronised. But if I take out the two good disk, would I be able to build the third disk on an other system. Or if I have 3 good disks, would I be able to read the RAID on an other system. Because my idea is that if you add a raid system (with data) to another computer, it will be formatted and lost! But that would be actually very stupid so I think you should be able to read raiddisk on an other computer ... but how.

Thanks in advance

Klaas
 
Old 12-14-2005, 08:54 PM   #2
PsychosisNode
Member
 
Registered: Apr 2003
Location: Reading, Berkshire, IN-GER-LUND!!!
Distribution: Mandriva 2006
Posts: 228

Rep: Reputation: 30
First off, RAID1 requires an even number of disks. RAID5 will work with three, and personally, that's what I'd do. With three 250GB drives, you'll have a 500GB RAID5 array (the capacity of a RAID5 array is (N-1)*S where N is the number of drives and S is the capacity of each drive)

RAID5 can tolerate ONE disc faliure per array. The array will continue to work, but slowly as the data on the failed disk will need to be rebuilt "on the fly" from the parity data on the remaining disks.

If you're using standard Linux software RAID then yes, you can rebuild the failed disc on another system and move an array to another system provided that you copy the RAID configuration files to the new system. For recent distributions that's /etc/mdadm.conf. Also, make sure the individual devices in the array have the same /dev entries in the two systems. Else, you'll need to edit the configs to reflect any changes. It is strongly reccomended that you use the same version of the RAID software on both systems.

For example, a while ago I moved a software RAID0 array from one system to another after moving the /etc/mdadm.conf file. On the new system, the two SATA discs from the old system appeared as /dev/sdb and /dev/sdc, whereas in the old system they were /dev/sda and /dev/sdb. Because of this I edited the etc/mdadm.conf file to set the individual devices to /dev/sdb1 and /dev/sdc1. Then started the array as normal with mdadm --assemble /dev/md0. This procedure is the same for all RAID levels.

Hope this helps!
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RAID Question kofi Linux - Software 3 12-19-2004 03:34 PM
RAID question gauge73 Linux - Newbie 1 02-24-2004 09:42 AM
RAID 0 question DropHit Linux - Hardware 8 11-09-2003 04:39 PM
Raid 1 question SchoolITguy Linux - Hardware 5 04-10-2003 08:21 AM
RAID 1 question thread_killer Linux - Hardware 2 11-16-2002 08:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration