From owner-freebsd-current@FreeBSD.ORG Fri Oct 7 20:46:47 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09E28106564A for ; Fri, 7 Oct 2011 20:46:47 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id B9BE08FC08 for ; Fri, 7 Oct 2011 20:46:46 +0000 (UTC) Received: by yxk36 with SMTP id 36so5042524yxk.13 for ; Fri, 07 Oct 2011 13:46:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=TTtVvydd5zeug+5gFtCK2M/mPmNBsEf9OHxAMuJuQn4=; b=e88FfREbzXmM8bJ0CRU8kbXSwe+6GSO4JgD6hWZjKHGLvGtfU0Q3O8z6RAKmvQCHR2 zCRKlJ3BcN7CSwCcfwkuLCKK8R435QgWw52fli50saAD9fFIB5S7JKqcFdJcDLNveNqx 7W13pGgfkWc5/reFpmMj6GGWwQ5glmi3zcoTA= Received: by 10.100.84.9 with SMTP id h9mr1850049anb.121.1318019034109; Fri, 07 Oct 2011 13:23:54 -0700 (PDT) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.100.43.9 with HTTP; Fri, 7 Oct 2011 13:23:14 -0700 (PDT) In-Reply-To: <4E8F5D82.7050906@digsys.bg> References: <1927112464.20111004220507@serebryakov.spb.ru> <4E8B7A27.5070908@quip.cz> <344794801.20111005101957@serebryakov.spb.ru> <4E8C1426.60107@quip.cz> <251861322.20111005125825@serebryakov.spb.ru> <4E8C6E85.90005@quip.cz> <4E8CD662.90202@quip.cz> <4E8D9136.6040200@digsys.bg> <672948039.20111006175334@serebryakov.spb.ru> <4e8f076e.XGNH7dUgsC/mhr1j%perryh@pluto.rain.com> <1822982078.20111007234412@serebryakov.spb.ru> <4E8F5D82.7050906@digsys.bg> From: Ivan Voras Date: Fri, 7 Oct 2011 22:23:14 +0200 X-Google-Sender-Auth: TX52Df_WDbgdqBQUfIw2gn_NOyA Message-ID: To: Daniel Kalchev Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org, freebsd-geom@freebsd.org Subject: Re: RFC: Project geom-events X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 20:46:47 -0000 2011/10/7 Daniel Kalchev : > Then, "by standard" GPT cannot coexist with GLABEL. Such setup should be > disallowed, or at least big nasty message that you have just shoot yourself > in the leg should be output. (period) GPT cannot coexist with ANY GEOM CLASS which writes metadata to the last sector. If you think this should be explicitely handled, please file a PR which requests the modification of gpart so that it detects that a GPT is being created in anything other than a raw drive, and warns the user.