From owner-freebsd-current@FreeBSD.ORG Fri Aug 21 18:02:04 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7ECA106568E for ; Fri, 21 Aug 2009 18:02:04 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (cl-43.dus-01.de.sixxs.net [IPv6:2a01:198:200:2a::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFE78FC22 for ; Fri, 21 Aug 2009 18:02:03 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [127.0.0.1]) by acme.spoerlein.net (8.14.3/8.14.3) with ESMTP id n7LI23cH014844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Aug 2009 20:02:03 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1250877723; bh=6JNuWctmxNtQ7OvwCxktX1m6DleV8F5ACqmr4t7ksss=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=ZXZf+rk5ZNfGsAkKSljJFENAXtyW8czWhjZFFd8249fTekqW2+eJdaf2x3t3jLuZN BLNjB31GOt2Upq79DeHZe6eDlcHQdO41lwEb4Ht3Wb7P23ZVbrcEn4tFnHUw4wsg3M DKNqfMZMGEvwAU9E/fTk/U+izwAxi2DL/mfF8vOc= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.3/8.14.3/Submit) id n7LI23FD014843; Fri, 21 Aug 2009 20:02:03 +0200 (CEST) (envelope-from uqs@spoerlein.net) Date: Fri, 21 Aug 2009 20:02:02 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: "Rick C. Petty" , current@freebsd.org Message-ID: <20090821180202.GE91417@acme.spoerlein.net> Mail-Followup-To: "Rick C. Petty" , current@freebsd.org References: <20090821131723.GA91417@acme.spoerlein.net> <20090821144130.GA7873@keira.kiwi-computer.com> <20090821160700.GD91417@acme.spoerlein.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090821160700.GD91417@acme.spoerlein.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: Cannot mount / from UFS labels X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Aug 2009 18:02:04 -0000 On Fri, 21.08.2009 at 18:07:00 +0200, Ulrich Spörlein wrote: > On Fri, 21.08.2009 at 09:41:30 -0500, Rick C. Petty wrote: > > On Fri, Aug 21, 2009 at 03:17:23PM +0200, Ulrich Spörlein wrote: > > > # tunefs -L root / (in single user) > > > then updated /etc/fstab and rebooted > > > > Was / mounted read-write at the time? After the tunefs, you should have > > seen some messages on the console related to the labels. > > Not quite, the dmesg spammage has been quenched in RELENG_8 and the > label *did* show up in dumpfs and /dev/ufs. But I now tried again, and > re-mounting the / filesystem r/w makes the label go away. > > So I guess I need to boot a live system first and have the label created > from "outside". Now where is that USB stick ... Just to clarify, this worked. What's broken is tunefs on / in single user mode. The change is seen by dumpfs but will not survive a reboot. I guess that's ok, though. Uli