From owner-svn-src-head@freebsd.org Thu Dec 10 17:05:56 2015 Return-Path: Delivered-To: svn-src-head@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 1FA829D63B8 for ; Thu, 10 Dec 2015 17:05:56 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 00A831C6A for ; Thu, 10 Dec 2015 17:05:55 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Thu, 10 Dec 2015 17:05:54 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id tBAH5liw009754; Thu, 10 Dec 2015 10:05:47 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1449767147.1358.62.camel@freebsd.org> Subject: Re: svn commit: r292058 - head/sbin/geom/class/part From: Ian Lepore To: "Andrey V. Elsukov" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Thu, 10 Dec 2015 10:05:47 -0700 In-Reply-To: <201512101037.tBAAbDMq065138@repo.freebsd.org> References: <201512101037.tBAAbDMq065138@repo.freebsd.org> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 17:05:56 -0000 On Thu, 2015-12-10 at 10:37 +0000, Andrey V. Elsukov wrote: > Author: ae > Date: Thu Dec 10 10:37:12 2015 > New Revision: 292058 > URL: https://svnweb.freebsd.org/changeset/base/292058 > > Log: > Remove a note about damaged PMBR. Now GPT will be detected > automatically > with such corruption. > > MFC after: 1 month Will all of these changes add up to it being impossible to make a device NOT be recognized as gpt once it has had gpt on it? It's typical to dd some zeroes to the start of a volume to clean out old info, but if geom is going to aggressively ressurect a purposely -nuked GPT based on the backup info (which is hard to find and dd over by hand) this is going to add up to a lot of frustration for those of us who have to frequently work with regenerating sdcard and CF images. -- Ian