Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 May 2006 11:34:24 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        freebsd-stable@freebsd.org
Subject:   Re: 6.0 RELEASE and Volume Managers
Message-ID:  <m3zmhuch5r.fsf@merlin.emma.line.org>
In-Reply-To: <1146989147.814.18.camel@localhost.savola.com> (Yousef Raffah's message of "Sun, 07 May 2006 11:05:47 %2B0300")
References:  <1146989147.814.18.camel@localhost.savola.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Yousef Raffah <yraffah@savola.com> writes:

> I'm trying to install a new server which has a hardware RAID controller.

Hardware RAID controllers such as amr(4) or twe(4) (I've seen LSI
MegaRAID SCSI 320-1 and 3Ware Escalade 8006-2 LP, the latter is a 2-port
SATA controller and can't do RAID5 for lack of ports) stuff usually
presents a whole logical unit as a single SCSI drive (/dev/da0 for the
first disk array, /dev/da1 for the second and so on), so you shouldn't
need vinum, geom or anything like that - just the driver would suffice.

If you need vinum or geom to implement a RAID then chances are your
so-called "hardware RAID" is actually fake (fakeraid) and really
software RAID. Adaptec "HostRAID" and the RAID in intel's ICH x-R
chipsets falls into this fakeraid category. The vendors don't like to
present it as software RAID, so that particular bit is extremely hard to
find :-(

What is the brand and model of your so-called hardware RAID?

-- 
Matthias Andree



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m3zmhuch5r.fsf>