LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-23-2001, 11:02 PM   #1
system
Member
 
Registered: Dec 2001
Distribution: LFS, RH, Slack
Posts: 104

Rep: Reputation: 15
Software RAID vs Hardware RAID


Concerning RAID 1 only!

Someone told me that Linux's software RAID was less reliable than hardware RAID. I am trying to build a RAID array only for reliability. It is going to be for low performance file serving so performance is not a big issue, only reliability. Is software RAID any less reliable then hardware?

Also, if I have two RAID 1 partitions, is it possible to mount one of the partitions and use it as a standard partition? I would want to be able to do this in case of some kind of failure in the RAID setup or failure to recover from drive failure. Could I access the good disk if for some reason the RAID driver wasn't functioning or I wanted to go back to using only one disk, non-RAID?
 
Old 12-24-2001, 09:46 PM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
I have a system with soft RAID 1


when a disk fails you do not need to do anything it will continue to run on the good disk. If the machine is rebooted it will boot on the good disk and run normally.

you must replace the bad disk and add it to the RAID array to regain the RAID array.

If you have a spare disk in the system it will be used when one fails automatically.

This only protects against hard drive failure. It does nothing for the file system to protect against loss or corruption of data due to lockups or power failure.

You need to look into a journaling file system like ext3 for that.


Last edited by DavidPhillips; 12-24-2001 at 09:49 PM.
 
Old 12-24-2001, 10:30 PM   #3
system
Member
 
Registered: Dec 2001
Distribution: LFS, RH, Slack
Posts: 104

Original Poster
Rep: Reputation: 15
Thanks.

Can you use ext3 with software raid? Also, can you convert an ext2 filesystem to ext3?
 
Old 12-25-2001, 08:11 PM   #4
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
yes and yes

if you are using an kernel prior to 2.4.16 then you need to install it as a module.

It is now in the kernel so you can add support for it, It is listed as experamental, so I don't know if it's a great idea, but you can still load the module.

if it's a module the / partition needs an initrd file, initial ram disk.


if you have it, run tune2fs -j to create the journal file and change ext2 to ext3 in /etc/fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
LABEL=/home /home ext3 defaults 1 2

this command will show if it is working

cat /proc/mounts

/dev/root / ext3 rw 0 0
/dev/md1 /boot ext3 rw 0 0
/dev/hdb5 /home ext3 rw 0 0


or this the md0 and md1 are raid..

cat /etc/mtab
/dev/md0 / ext3 rw 0 0
/dev/md1 /boot ext3 rw 0 0
/dev/hdb5 /home ext3 rw 0 0



Last edited by DavidPhillips; 12-25-2001 at 08:16 PM.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Sata Raid Hardware or Software: Paulw0t Linux - Hardware 1 10-15-2005 10:28 AM
hardware/software raid: clarification hamish Linux - Hardware 4 01-24-2005 03:23 AM
Converting Software to Hardware RAID LuCiDoLoGiSt Linux - Software 12 07-16-2004 07:02 PM
RAID software to hardware conversion ^NewF^ Linux - General 1 04-20-2004 04:59 PM
Software SCSI or Hardware IDE on Raid 5? birdy827 Slackware 0 06-22-2003 07:42 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:38 PM.

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