From owner-freebsd-questions@FreeBSD.ORG Mon May 10 22:29:34 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 16F98106564A for ; Mon, 10 May 2010 22:29:34 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor2.peak.org (redcondor2.peak.org [69.59.192.56]) by mx1.freebsd.org (Postfix) with ESMTP id DC3518FC16 for ; Mon, 10 May 2010 22:29:33 +0000 (UTC) Received: from peak-mail-gateway.peak.org ([69.59.192.42]) by redcondor2.peak.org ({e8dac926-1ec8-47e6-b410-31008b345fb7}) via TCP (outbound) with ESMTP id 20100510222932352 for ; Mon, 10 May 2010 22:29:32 +0000 X-RC-FROM: X-RC-RCPT: Received: from cjlinux.localnet (207.55.91.197.peak.org [207.55.91.197] (may be forged)) (authenticated bits=0) by peak-mail-gateway.peak.org (8.12.10/8.12.8) with ESMTP id o4AMTVu4060976 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Mon, 10 May 2010 15:29:32 -0700 (PDT) Received: from carlj by cjlinux.localnet with local (Exim 4.69) (envelope-from ) id 1OBbTf-0005cm-2g for freebsd-questions@freebsd.org; Mon, 10 May 2010 15:29:31 -0700 To: freebsd-questions@freebsd.org References: <20100510202618.GA1748@Melon.malikania.fr> <20100510210830.GD67087@slackbox.erewhon.net> <20100510213620.GA1593@Melon.malikania.fr> From: Carl Johnson Date: Mon, 10 May 2010 15:29:30 -0700 In-Reply-To: <20100510213620.GA1593@Melon.malikania.fr> (Demelier David's message of "Mon\, 10 May 2010 23\:36\:20 +0200") Message-ID: <87tyqfbdbp.fsf@cjlinux.localnet> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: glabel nor tunefs save my labels X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2010 22:29:34 -0000 Demelier David writes: > On Mon, May 10, 2010 at 11:08:30PM +0200, Roland Smith wrote: >> On Mon, May 10, 2010 at 10:26:18PM +0200, Demelier David wrote: >> > Hi, >> > I was trying to follow this guide to make labels : >> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-glabel= .html >> >=20 >> > It does not work here, I boot single user and ran these commands : >> > glabel label usr /dev/ad0s1f >>=20 >> Do not use this on an already existing filesystem! Use tunefs instead; >>=20 >> tunefs =E2=80=90L usr /dev/ad0s1f You can check to see if it is actually set with: dumpfs /dev/ad0s1f | grep volname I have a similar problem with an 8.0 system in which all partitions are labeled (and verified from a live CD), but nothing shows in /dev/ufs, and glabel status shows no labels. --=20 Carl Johnson carlj@peak.org