From owner-freebsd-fs@FreeBSD.ORG Fri Jun 9 17:29:10 2006 Return-Path: X-Original-To: fs@freebsd.org Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F25D16A46F for ; Fri, 9 Jun 2006 17:29:10 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A1743D79 for ; Fri, 9 Jun 2006 17:29:09 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k59HT3DD036364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Jun 2006 13:29:04 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k59HSvZu007144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 9 Jun 2006 13:28:58 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Scott Long Date: Fri, 9 Jun 2006 13:28:51 -0400 User-Agent: KMail/1.9.1 References: <20060609065656.31225.qmail@web30313.mail.mud.yahoo.com> <200606091313.04913.mi+mx@aldan.algebra.com> <4489ADC9.3090809@samsco.org> In-Reply-To: <4489ADC9.3090809@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200606091328.52183.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV 0.88/1523/Fri Jun 9 03:10:10 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: fs@freebsd.org Subject: single disk vs. RAID5 (amr) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jun 2006 17:29:10 -0000 [Subject changed] п'ятниця 09 червень 2006 13:20, Scott Long написав: > > I never benchmarked the speed on the single drives, other than to compare > > with my RAID5 array (which puzzlingly always loses to a single drive, but > > that's a different story). > > All depends on access alignment and cache behaviour. Well, this does not tell me much :-( I compare a single disk vs. a RAID5 array of 6 such disks joined using amr(4). I tried to figure out the best FS-parameters for the RAID, but whatever I tried, it was always quite inferior to the the single drive -- on both reading and writing. Perhaps, adding the battery-backup option to the RAID card would improve things, but I expected it to be faster even without it. -mi