From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1F011381F3 for ; Tue, 17 Sep 2013 15:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 473E5E0BC9; Tue, 17 Sep 2013 15:40:31 +0000 (UTC) Received: from homiemail-a43.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 4E756E0BAD for ; Tue, 17 Sep 2013 15:40:30 +0000 (UTC) Received: from homiemail-a43.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTP id 512AD8C058 for ; Tue, 17 Sep 2013 08:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=9y8+HJbl00yxHlHGF2NwkOGDkR4=; b=lC2rak9dlQFI K4JDGCRSPAcLcgvnFanAWxkIZhl7g1ZA4Bcx6JFYzAlSAdbLENa0bX+JAd7JQJOQ a4mv2u30ykG7L6dn1p8Ce+ZT044V/BewdmoHrGH+vbHv4CN32+tkAHDI7p4cI7Ql pA5Mm9S+CgqFWt3kSqXe4/OHoYg1cXM= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a43.g.dreamhost.com (Postfix) with ESMTPSA id 1A7DD8C057 for ; Tue, 17 Sep 2013 08:40:28 -0700 (PDT) Message-ID: <523877D3.9020109@libertytrek.org> Date: Tue, 17 Sep 2013 11:40:03 -0400 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ZFS References: <52382CA4.6090407@libertytrek.org> <523872B7.5040302@orlitzky.com> In-Reply-To: <523872B7.5040302@orlitzky.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: df1a8864-ab9a-4da9-8c79-b3824a27e6d6 X-Archives-Hash: 57f8832e88e2087ddd439b19eafcb161 On 2013-09-17 11:18 AM, Michael Orlitzky wrote: > Any controller that claims RAID10 on a server with 6 drive bays should > be able to put all six drives in an array. But you'll get a three-way > stripe (better performance) instead of a three-way mirror (better fault > tolerance). > > So, > > A B C > A B C > > and not, > > A B > A B > A B > > The former gives you more space but slightly less fault tolerance than > four drives with a hot spare. Sorry, don't understand what you're saying. Are you talking about the difference between RAID1+0 and RAID0+1? If not, then please point to *authoritative* docs on what you mean. Googling on just RAID10 doesn't confuse the issues like you seem to be doing (probably my ignorance though)...