From owner-freebsd-questions@freebsd.org Tue Oct 20 18:20:00 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1721A1AD8F for ; Tue, 20 Oct 2015 18:20:00 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF5A0E1A for ; Tue, 20 Oct 2015 18:20:00 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-108-49-223-195.bstnma.fios.verizon.net [108.49.223.195]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by douhisi.pair.com (Postfix) with ESMTPSA id AE8423F833 for ; Tue, 20 Oct 2015 14:19:58 -0400 (EDT) Message-ID: <562685CE.5050309@sneakertech.com> Date: Tue, 20 Oct 2015 14:19:58 -0400 From: Quartz MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Post install FWIW References: <56265636.4050208@hiwaay.net> In-Reply-To: <56265636.4050208@hiwaay.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 18:20:01 -0000 >When I dd'ed /dev/zero to (re-) initialize the individual > drives during install, I saw 125-ish MB/s per drive, so this is 90-ish % > efficient for this write. Do remember that using dd to estimate disk speeds is tricky since its write pattern is somewhat non-standard. You should try a more 'real world' test like rsyncing a bunch of random crap with differing sizes.