From owner-freebsd-questions@FreeBSD.ORG Mon Dec 2 21:21:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A151757 for ; Mon, 2 Dec 2013 21:21:51 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C39391857 for ; Mon, 2 Dec 2013 21:21:50 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rB2LLnNw016910; Mon, 2 Dec 2013 14:21:49 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rB2LLnVU016907; Mon, 2 Dec 2013 14:21:49 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 2 Dec 2013 14:21:49 -0700 (MST) From: Warren Block To: "Mike." Subject: Re: gmirror, gpart and MBR vs GPT in the Handbook In-Reply-To: <201312021213320528.00673D5F@smtp.24cl.home> Message-ID: References: <201311301303210813.05DE187E@smtp.24cl.home> <201312011121580096.005D00FB@smtp.24cl.home> <201312021213320528.00673D5F@smtp.24cl.home> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 02 Dec 2013 14:21:49 -0700 (MST) Cc: freebsd-questions@freebsd.org 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: Mon, 02 Dec 2013 21:21:51 -0000 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.