Gentoo Archives: gentoo-user

From: Ognjen Bezanov <ognjen@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Software RAID Advice Needed
Date: Fri, 16 Dec 2005 01:14:15
Message-Id: 43A20F2A.8030604@mailshack.com
In Reply to: Re: [gentoo-user] Software RAID Advice Needed by kashani
1 kashani wrote:
2
3 > Doug Brown wrote:
4 >
5 >> My mobo's chipset (nvidia nf 4) doesn't support raid real well, and I
6 >> have read that Linux Software raid is very good. I am getting ready
7 >> to install Gentoo 2005.1 64bit real soon (I am new to Gentoo), and I
8 >> was wondering what types of raid it supports. I know it supports 0
9 >> and 1, but I am more interested in raid 0+1 and 1+0.
10 >
11 >
12 > Linux software raid is capable of doing all the usual stuff as
13 > well as RAID 0+1 or 1+0. I'd want a RAID 0 stripe of mirrored RAID 1
14 > sets rather than mirroring two RAID 0 sets, but my requirements may
15 > not be yours.
16 >
17 > Assuming this is a small home system I'd go with RAID 5 with maybe
18 > a hot spare if I have more than four drives in a normal server setting
19 > where reads happen more often than writes. That's more space with
20 > comparable performance for anything you're likely to be doing. If you
21 > really need the performance spend the money on a real RAID card with
22 > local cache. The difference is night and day.
23 >
24 > kashani
25
26 RAID 5 support in Linux is good. I have been using RAID-5 for my home
27 fileserver (4x40GB IDE disks) and it has worked flawlessly, and has been
28 a lifesaver when one of my drives failed.
29
30 I have a page devoted to setting up RAID on linux quickly (gentoo and
31 debian) , you can find it at http://ziva-vatra.dnsalias.com/~ognen/
32 under "Software RAID5 Project". And if you want more info look at the
33 "RAID Overview" Section.
34
35 Linux kernel 2.6 has added support for new RAID levels (including
36 RAID6) but some people are saying that other RAID Implementations (such
37 as RAID-5) have better performance on the 2.4 kernels.
38
39 I have found Linux Software RAID very useful and reliable. While
40 probably being beaten in the performance area by hardware
41 implementations, I have to say it does do the job well, and I have no
42 issues using it both in my home server and in Commercial implementations
43 (have used RAID-5 and RAID-1 software with 5 SCSI drives on a dual PIII
44 Gentoo LTSP server, it worked well, but there were issues regarding the
45 SCSI hardware (like no hotplug support for the disks) ).
46
47 Google about, and look at the gentoo-wiki site.
48
49 Essentially it depends on what you are looking from your RAID setup. For
50 me it was re-using componets I already had and price (it cost me a total
51 of £8 to build my RAID Setup). Performance was not an issue because my
52 two 10mbit networks (one wireless @ 11mbit) were unlikely to push the
53 RAID performance to its limits.
54
55
56
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Software RAID Advice Needed Richard Fish <bigfish@××××××××××.org>