From owner-freebsd-hackers Fri Aug 18 14: 5:50 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 1704237B446 for ; Fri, 18 Aug 2000 14:05:47 -0700 (PDT) Received: from pinhead.parag.codegen.com (parag@localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id OAA03693; Fri, 18 Aug 2000 14:04:57 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) To: Robert Sexton Cc: Jonathan Laventhol , freebsd-hackers@FreeBSD.ORG Subject: Re: Cheap 1000Gbyte machine In-Reply-To: Message from Robert Sexton of "Fri, 18 Aug 2000 15:57:48 EDT." <20000818155748.A42398@tabby.kudra.com> Organization: CodeGen, Inc. X-Image-URL: http://www.codegen.com/images/CG-logo-only.gif X-URL: http://www.codegen.com X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm Date: Fri, 18 Aug 2000 14:04:57 -0700 Message-ID: <3689.966632697@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 18 Aug 2000 15:57:48 EDT, Robert Sexton wrote: > >Can IDE drives release the bus during seeks? Historically thats been >the big advantage of SCSI: Two IDE drives are no faster than one IDE >drive, while SCSI scales in performance. How about a single IDE (master) drive per controller, that is, no slave drives at all? This would halve the number of available drives per card (or require twice the number of cards) but essentially would use the PCI bus as a multiplex bus between drives instead of SCSI. You're still pretty much stuck waiting for one command to finish before another can be sent to a drive though, unlike SCSI drives. Still a lot cheaper tho'. I suppose another trick would be to arrange your vinum partitions and drive layout so that master and slave drives are never accessed simultaneously so one won't block access to the other. -- Parag Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message