From owner-freebsd-questions@FreeBSD.ORG Fri Dec 6 07:36:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0B04257 for ; Fri, 6 Dec 2013 07:36:50 +0000 (UTC) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5DCD1488 for ; Fri, 6 Dec 2013 07:36:50 +0000 (UTC) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:470:89e9:1:feed::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3dbQbh1Ncmz1DPl for ; Fri, 6 Dec 2013 02:36:48 -0500 (EST) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3dbQbf3k2Qz1Bjc for ; Fri, 6 Dec 2013 02:36:46 -0500 (EST) Message-ID: <201312060236440793.085C6E77@smtp.24cl.home> In-Reply-To: References: <201311301303210813.05DE187E@smtp.24cl.home> <201312011121580096.005D00FB@smtp.24cl.home> <201312021213320528.00673D5F@smtp.24cl.home> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Fri, 06 Dec 2013 02:36:44 -0500 From: "Mike." To: freebsd-questions@freebsd.org Subject: Re: gmirror, gpart and MBR vs GPT in the Handbook Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Dec 2013 07:36:50 -0000 On 12/2/2013 at 2:21 PM Warren Block wrote: |On Mon, 2 Dec 2013, Mike. wrote: | |> My understanding is that MBR can be used with drives only up to |> and including 2TB in size. So if I use MBR, the maximum drive |> size I could use would be 2TB. Is that correct? | |As far as I recall, MBR expects 512-byte blocks and uses 32-bit values. |The total number works out to 2TB (2^32*512). | |Just recently, someone in the forums had an external drive, MBR format, |but 4K blocks. There were problems, although I don't know if FreeBSD |was at fault. | |I have not tried MBR on a drive larger than 2TB. I suspect it would be |safe to use the first 2TB and ignore the rest, but that really ought to |be verified. ============= Bringing some closure to this thread.... *** gmirror is working fine for me *** As I type this, all my data has been transitioned, and I am listening to tunes originating from the gmirror raid array. Music is flowing. Life is good here. :) Many thanks for the help and assistance provided by all those who responded and jumped in to help. Mike.