From owner-freebsd-net@FreeBSD.ORG Wed Feb 19 12:38:32 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71C90307 for ; Wed, 19 Feb 2014 12:38:32 +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 4659B1211 for ; Wed, 19 Feb 2014 12:38:32 +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=GNrRkRrqtRSNlDvXJRBG5H5lb8EW2OKdOAdR61G+1W4=; b=R+8eP76JZC8W1oL1ZBPzxCBhjOT7lbxHYtbk4AR8ni2Zm5wUgjNaqo4pCxmUjKSxRnsxIv0tDcvyjLEcB44MeyJVBU4QvlqeHwtY+J4S5oAuXHiM1pMCyTL8HbeL8QV2U1XjDrlfHWK9lxYfD6nDq5W/QyHm3qF4lpIroMP07aY=; Received: from [39.212.216.37] (port=33452 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 1WG6Q2-0007UC-6J; Wed, 19 Feb 2014 05:38:31 -0700 Date: Wed, 19 Feb 2014 20:38:25 +0800 From: Erich Dollansky To: lucian@lastdot.org Subject: Re: Where has my /dev/label gone? Message-ID: <20140219203825.399fa2f4@X220.alogt.com> In-Reply-To: References: <20140219175643.0e744028@X220.alogt.com> <20140219201420.7d2f7e1c@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:38:32 -0000 Hi, On Wed, 19 Feb 2014 12:24:28 +0000 lucian@lastdot.org wrote: > Erich Dollansky writes: > > > I have GEOM_LABEL loaded, but I noticed something strange. > If I boot in single user, I can create and see the labels > under /dev/label, however if I remount the / filesystem RW > then /dev/label disappears. BUT, if I just replace my / partition in > fstab with the seemingly missing label (eg /dev/label/rootfs) then > the system boots up fine and /dev/label is again available to `ls`. > Strange stuff, it should be covered in the handbook... > Problem solved, I guess. this is what you need. After the partition is mounted, the label is not used anymore. Erich