From owner-freebsd-questions@freebsd.org Fri Oct 2 23:06:45 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 11C82A0F222 for ; Fri, 2 Oct 2015 23:06:45 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C744417E6 for ; Fri, 2 Oct 2015 23:06:44 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t92N6fie047618 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Oct 2015 17:06:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t92N6fmT047615; Fri, 2 Oct 2015 17:06:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 2 Oct 2015 17:06:41 -0600 (MDT) From: Warren Block To: "Chad J. Milios" cc: "William A. Mahaffey III" , FreeBSD Questions !!!! Subject: Re: Geom question In-Reply-To: <560F04A5.1060102@ccsys.com> Message-ID: References: <560EDE45.3040605@hiwaay.net> <3D81C7BC-1A31-4046-88B7-50F25EA3B952@ccsys.com> <560EEE5F.3080904@hiwaay.net> <560F04A5.1060102@ccsys.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) 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]); Fri, 02 Oct 2015 17:06:41 -0600 (MDT) 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: Fri, 02 Oct 2015 23:06:45 -0000 On Fri, 2 Oct 2015, Chad J. Milios wrote: >> GPT does not work well with that. If the target device is larger, the >> backup GPT that is supposed to go at the very end of the disk ends up >> someplace before that. If the target device is smaller, well, it won't >> work at all. > > he's right. unless your md is exactly the correct total size, to the byte, > the backup GPT header will be lost after copying to a different device. alas, > it is a backup after all, unless/until the primary header suffers calamity, > it'll cause you no grief. Well... due to kern.geom.part.check_integrity defaulting to 1, the system might refuse to boot. Or it might just complain, I forget.