From owner-freebsd-questions@FreeBSD.ORG Sat Nov 8 16:46:32 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FC661CA for ; Sat, 8 Nov 2014 16:46:32 +0000 (UTC) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) (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 1689220D for ; Sat, 8 Nov 2014 16:46:31 +0000 (UTC) Received: from arthur.home.qeng-ho.org (arthur.home.qeng-ho.org [172.23.1.2]) by fileserver.home.qeng-ho.org (8.14.7/8.14.5) with ESMTP id sA8GkSpr010887; Sat, 8 Nov 2014 16:46:29 GMT (envelope-from freebsd@qeng-ho.org) Message-ID: <545E48E4.8020704@qeng-ho.org> Date: Sat, 08 Nov 2014 16:46:28 +0000 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Warren Block , Coert Subject: Re: shrinking of FreeBSD root partition on GPT References: <1478337.iqUxg28tON@penguin> <545E2373.8060807@qeng-ho.org> <3334002.kS950WBlpO@penguin> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2014 16:46:32 -0000 On 08/11/2014 16:16, Warren Block wrote: > On Sat, 8 Nov 2014, Coert wrote: > >>> On a slightly different subject, are you using GPT partition labels? If >>> not, it might be worth reading Warren Block's excellent article about >>> them here >>> >>> http://www.wonkity.com/~wblock/docs/html/labels.html >> >> Thank you! I am implementing the labeling now. > > That article talks about filesystem labels. GPT labels are created with > gpart(8). GPT labels do not take any extra space for metadata and do > not require a filesystem, so they are more versatile. I don't have an > article on them specifically, but the usage is shown here: > http://www.wonkity.com/~wblock/docs/html/disksetup.html Slaps forehead. I answered the OP quickly and didn't check. Thanks for catching that Warren.