From owner-freebsd-questions@FreeBSD.ORG Fri Nov 4 16:51:14 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 5C65016A41F for ; Fri, 4 Nov 2005 16:51:14 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0C3943D48 for ; Fri, 4 Nov 2005 16:51:13 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so859363wxc for ; Fri, 04 Nov 2005 08:51:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HxM5tX0WX6hVhVbBNgP3h4SN1CfxsVd68374imN98FDalUGKUInD7vFVQwSLgGV0vJpCX0ZfTFXSMnvq9APWUXQWufa2Ht+IPtgrKEL/jSd/R/+JnHYwYNjLhlwif5ghlCxxd0in0IkNHw/NUp3e+XDYpBBf7MHo0ng8ndSH6oU= Received: by 10.70.77.3 with SMTP id z3mr1214200wxa; Thu, 03 Nov 2005 14:30:27 -0800 (PST) Received: by 10.70.91.17 with HTTP; Thu, 3 Nov 2005 14:30:27 -0800 (PST) Message-ID: <57416b300511031430p72165a8av386da275c1db748e@mail.gmail.com> Date: Fri, 4 Nov 2005 09:30:27 +1100 From: Peter Clutton To: Steve Bertrand In-Reply-To: <20051103152751.C48FC43D49@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <00b801c5e087$b7aa3840$c901a8c0@workdog> <20051103152751.C48FC43D49@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: Re: gmirror on 1 or 2 IDE cables 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: Fri, 04 Nov 2005 16:51:14 -0000 On 11/4/05, Steve Bertrand wrote: > > > Using gmirror to mirror two identical drives, how much of a > > performance hit is it to have > > > > 1. Both drives on one IDE cable? > > Compared to: > > 2. One drive primary on one cable and one secondary on the > > other cable? > > Compared to: > > 3. Both drives primary but on separate IDE cables? > > My understanding that only a single drive on each IDE channel can be > accessed at any one time. > > Thus, if you put one drive on one channel, and the other drive on the > second channel, they can be accessed simultaneously. The location on the > cable(s) does not matter, That is correct about the two channels, one should be on each. However it does make a difference as to primary or secondary, if you have other drives attached (such as cdrom). Try putting the cdrom as primary, then secondary, and have a watch to discover the difference. This might not be noticed with a normal secondary hard drive, as you may not write to it much. However in a mirror the second is always written to, and you will notice the difference if you are also using the cdrom