From owner-freebsd-questions@FreeBSD.ORG Mon Dec 23 15:26:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2916C8C for ; Mon, 23 Dec 2013 15:26:14 +0000 (UTC) Received: from oneyou.mcmli.com (oneyou.mcmli.com [IPv6:2001:470:1d:8da::100]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68A45152A for ; Mon, 23 Dec 2013 15:26:14 +0000 (UTC) Received: from sentry.24cl.com (sentry.24cl.com [IPv6:2001:470:89e9:1:feed::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "sentry.24cl.com", Issuer "Mike's Certificate Authority" (verified OK)) by oneyou.mcmli.com (Postfix) with ESMTPS id 3dp4CT0Qd1z1DPx for ; Mon, 23 Dec 2013 10:26:13 -0500 (EST) Received: from BigBloat (bigbloat.24cl.home [10.20.1.4]) by sentry.24cl.com (Postfix) with ESMTP id 3dp4CP66yrz1Bjg for ; Mon, 23 Dec 2013 10:26:09 -0500 (EST) Message-ID: <201312231026080790.007089CA@smtp.24cl.home> In-Reply-To: References: <201312221402470675.0128102B@smtp.24cl.home> X-Mailer: Courier 3.50.00.09.1098 (http://www.rosecitysoftware.com) (P) Date: Mon, 23 Dec 2013 10:26:08 -0500 From: "Mike." To: freebsd-questions@freebsd.org Subject: re: [10.0RC2] partition labels during install Content-Type: text/plain; charset="us-ascii" 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, 23 Dec 2013 15:26:14 -0000 On 12/22/2013 at 1:56 PM Warren Block wrote: |On Sun, 22 Dec 2013, Mike. wrote: | |> OK, I looked and did not see anything under /dev/ufs or |> /dev/gpt. | |> I'll use glabel outside of the bsdinstall process to put labels |> on the partitions. I've used that process on another box, and |> it works fine. | |Both GPT and UFS labels do not take up extra metadata space that can be |overwritten if the user is not careful about devices. You did not say |whether this was a GPT disk, but UFS labels are fine also. | |In other words: don't use generic glabels unless there is no other |choice. ============= I followed the example here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-gl abel.html#idp80664496 with results similar (i.e., /dev/label/rootfs , etc. ) to those in the example. > You did not say whether this was a GPT disk, Is there a way to check this?