From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 01:16:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0765216A41C for ; Wed, 22 Jun 2005 01:16:08 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (szamoca.krvarr.bc.ca [142.179.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3EEB43D1F for ; Wed, 22 Jun 2005 01:16:07 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (localhost [127.0.0.1]) by szamoca.krvarr.bc.ca (8.13.1/8.12.11) with ESMTP id j5M1FuXf021777; Tue, 21 Jun 2005 18:15:56 -0700 (PDT) (envelope-from sandy@szamoca.krvarr.bc.ca) Received: (from sandy@localhost) by szamoca.krvarr.bc.ca (8.13.1/8.12.11/Submit) id j5M1FtdW021774; Tue, 21 Jun 2005 18:15:55 -0700 (PDT) (envelope-from sandy) From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17080.48071.705585.35147@szamoca.krvarr.bc.ca> Date: Tue, 21 Jun 2005 18:15:51 -0700 To: Alex Zbyslaw In-Reply-To: <42B69C30.6070603@dial.pipex.com> References: <42B69C30.6070603@dial.pipex.com> X-Mailer: VM 7.07 under Emacs 21.3.1 X-krvarr.bc.ca-MailScanner-Information: Please contact postmaster@krvarr.bc.ca for more information. X-krvarr.bc.ca-MailScanner: Not scanned: please contact postmaster@krvarr.bc.ca for details. X-krvarr.bc.ca-MailScanner-From: sandy@szamoca.krvarr.bc.ca Cc: freebsd-questions@freebsd.org, Ted Mittelstaedt Subject: Re: Yet another RAID Question (YARQ) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 01:16:08 -0000 >>>>> On Mon, 20 Jun 2005 11:36:32 +0100, >>>>> Alex Zbyslaw said: > Ted Mittelstaedt wrote: >>> Sandy >>> Rutherford >>> Sent: Sunday, June 19, 2005 10:52 PM >>> >>> >>> In order to boost read performance, a RAID card should interleave >>> reading from a RAID-1 volume by reading alternately from one drive and >>> then the other. You can see this in alternate blinking of the >>> activity lights of the drives. If you are not seeing this when >>> copying a large file, then this would suggest that a RAID-1 volume is >>> not working as it should. >>> >>> >>> >> >> Incorrect. What you are describing is RAID-0. RAID-1 is mirroring. >> Here's >> >> > I don't think you read the message correctly. It said that *reads* were > interleaved not that the *data* was interleaved. That's exactly what I said. Thanks. Ted, I am aware that RAID 1 is mirroring. However, any proper implementation of RAID 1 should also boost read performance and if during a read you are not seeing activity on both drives in the RAID 1 volume, then I would say this is a good indication that something is wrong. Sandy