From owner-freebsd-hardware@FreeBSD.ORG Fri Mar 10 12:00:33 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EAEB16A429 for ; Fri, 10 Mar 2006 12:00:33 +0000 (GMT) (envelope-from judmarc@fastmail.fm) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE94743D60 for ; Fri, 10 Mar 2006 12:00:16 +0000 (GMT) (envelope-from judmarc@fastmail.fm) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 66003D3B184; Fri, 10 Mar 2006 07:00:12 -0500 (EST) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend1.internal (MEProxy); Fri, 10 Mar 2006 07:00:12 -0500 Received: by frontend3.messagingengine.com (Postfix, from userid 99) id 5E0D2104; Fri, 10 Mar 2006 07:00:11 -0500 (EST) Message-Id: <1141992011.7658.256300397@webmail.messagingengine.com> X-Sasl-Enc: UdPrH5XcKNZQ48rLA8p1Q/HnA6R6L9WOxqRh4R2jTh3u 1141992011 From: "Jud" To: "Mark Kirkwood" Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 5022 (F2.72; T1.15; A1.62; B3.04; Q3.03) References: <1141907076.25030.256207540@webmail.messagingengine.com> <44115B1C.3020703@paradise.net.nz> In-Reply-To: <44115B1C.3020703@paradise.net.nz> Date: Fri, 10 Mar 2006 07:00:11 -0500 Cc: freebsd-hardware@freebsd.org Subject: Re: Fwd: Promise TX2200/2300 SATA RAID Controllers - New Driver/BIOS Problem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2006 12:00:33 -0000 On Fri, 10 Mar 2006 23:55:24 +1300, "Mark Kirkwood" said: > Jud wrote: > > > Another oddity: The Promise BIOS allows a stripe size of 128kB, but > > after running "atacontrol create raid0 250 ad4 ad6," the BIOS shows a > > stripe size of 64kB (the default) on bootup. > > I think you need to do "atacontrol create raid0 256 ad4 ad6" (assuming > "250" isn't a typo) - 250 is not a valid stripe size, so I guess the > array firmware is falling back on the default of 128. Thanks, made the error (all too familiar in my case) of calculating 128,000 bytes = 128kB. Jud