From owner-freebsd-net@FreeBSD.ORG Wed Feb 19 12:14:44 2014 Return-Path: Delivered-To: freebsd-net@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 7F102BC4 for ; Wed, 19 Feb 2014 12:14:44 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 545161FFF for ; Wed, 19 Feb 2014 12:14:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=//GMLz+p9RySUQIwx/lqL43PLYNEgtL4fnyJrn+UYTA=; b=j5QB+I70bxb54eaJ+I6+B6AivVGKv04DXS7y3xBxQ7w+BWvsTkGluvdpAXR3nEU9vZ8u+oZ2YrUeii2JzYPg2Whak6WfvjITKSkrujYqjw+NiFqfgcyYMspQav4XYXysKZvhV0NpNpV9uNzudIzviBkKdYeoImRUCLFalXiAsNQ=; Received: from [39.212.216.37] (port=42185 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WG631-004GP0-0k; Wed, 19 Feb 2014 05:14:44 -0700 Date: Wed, 19 Feb 2014 20:14:20 +0800 From: Erich Dollansky To: lucian@lastdot.org Subject: Re: Where has my /dev/label gone? Message-ID: <20140219201420.7d2f7e1c@X220.alogt.com> In-Reply-To: References: <20140219175643.0e744028@X220.alogt.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 12:14:44 -0000 Hi, On Wed, 19 Feb 2014 11:54:40 +0000 lucian@lastdot.org wrote: > Erich Dollansky writes: > > > On Wed, 19 Feb 2014 09:10:53 +0000 > > Lucian wrote: > > > > > I set up some labels (glabel label blah /dev/partition) and they > > > show up fine in /dev/label, but once I reboot out of single user > > > mode and into nornal mode /dev/label is gone. > > > > > > What am I missing? > > > > Bermuda triangle? > > > > It sounds strange. Ok, you this in the single user mode. Why? What > > devices did you label? > > > > Hopefully not the devices in use. This does not work from my point > > of view. You would have to use another label type then. > > I did this in single user because according to the docs you can't do > it on a "live system". > http://www.freebsd.org/doc/handbook/geom-glabel.html do you have this in your kernel? options GEOM_LABEL You can also load the module at boot time with an entry in /boot/loader.conf. Erich