Date: Fri, 4 Mar 2005 20:06:23 -0500 From: David Magda <dmagda@ee.ryerson.ca> To: freebsd-stable@freebsd.org Subject: Re: Need really cheap IDE mirroring PCI controlled for FreebBSD 4.10 Message-ID: <54594d81c34e19a27f138574ce4042fa@ee.ryerson.ca> In-Reply-To: <200503040120.38410@harrymail> References: <20050302104641.44708.qmail@web54004.mail.yahoo.com> <1bcf5ef9050303011052f49965@mail.gmail.com> <00d401c51fd2$bd034af0$0c00a8c0@artem> <200503040120.38410@harrymail>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 3, 2005, at 19:20, Emanuel Strobl wrote: > If you consider upgrading to 5.4 you can use any onboard chipset or > cheap > controller card with some geomclasses, namely g_mirror. It's fantastic > and > the only stateful mirror solution I know. And you can mirror only > parts of > your disk, or mirror across 3 drives aso. The power of geom :) This can be done with 4.x. From atacontrol(8): create Create a type ATA RAID. The type can be RAID0 (stripe), RAID1 (mirror), RAID0+1 or SPAN (JBOD). In case the RAID has a RAID0 component, the interleave must be specified in number of sec- tors. The RAID will be created of the individual disks named disk0 ... diskN. Although the ATA driver allows for creating an ATA RAID on disks with any controller, there are restrictions. It is only possi- ble to boot on an array if it is either located on a ``real'' ATA RAID controller like the Promise or Highpoint controllers, or if the RAID declared is of RAID1 or SPAN type; in case of a SPAN, the partition to boot must reside on the first disk in the SPAN. Vinum(8) is also available on 4.x.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54594d81c34e19a27f138574ce4042fa>