From owner-freebsd-current@FreeBSD.ORG Fri Aug 21 16:07:03 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 3FA831065690 for ; Fri, 21 Aug 2009 16:07:03 +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 AA9118FC12 for ; Fri, 21 Aug 2009 16:07:02 +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 n7LG70qS011662 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Aug 2009 18:07:01 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1250870821; bh=ij6DD5rNeCRiSvP9S+hG5nqpTPep9OrGnyZBO/UrnCQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=SPQSVPllamxKOvQQKf/e8yhx6DuO0zHPWD/FtOxH2MlbkOFyCE2xQXF+2ZTKIxccf dUu2lYdnPTYsD4CrzVG5qVe9z31gqgIgAf2JYcnRILSjk3FcyIDqfgZyi2+SEm6y3Q VDhQ9UaRAXXcyrHadk/NHNp2X8mEVEgj9juRZjwM= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.3/8.14.3/Submit) id n7LG706q011661; Fri, 21 Aug 2009 18:07:00 +0200 (CEST) (envelope-from uqs@spoerlein.net) Date: Fri, 21 Aug 2009 18:07:00 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: "Rick C. Petty" Message-ID: <20090821160700.GD91417@acme.spoerlein.net> Mail-Followup-To: "Rick C. Petty" , current@freebsd.org References: <20090821131723.GA91417@acme.spoerlein.net> <20090821144130.GA7873@keira.kiwi-computer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090821144130.GA7873@keira.kiwi-computer.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: current@freebsd.org 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 16:07:03 -0000 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: > > > > I'm not sure this ever worked for 7.x but now I need to have the same > > It sure does, for me at least: > > /dev/ufs/home on /home (ufs, NFS exported, local, soft-updates) > /dev/ufs/mm on /mm (ufs, NFS exported, local, noatime, soft-updates) > /dev/ufs/mm-flac on /mm/flac (ufs, NFS exported, local, noatime, read-only) > /dev/ufs/mm-music on /mm/music (ufs, NFS exported, local, noatime, read-only) > /dev/ufs/mm-video on /mm/video (ufs, NFS exported, local, noatime, soft-updates) > /dev/ufs/mm-video-tv on /mm/video/tv (ufs, local, noatime, soft-updates) > /dev/ufs/sw on /sw (ufs, local, noatime, soft-updates) > /dev/ufs/sw-bsd on /sw/bsd (ufs, NFS exported, local, noatime, soft-updates) > /dev/ufs/sw-images on /sw/images (ufs, NFS exported, local, noatime, read-only) > /dev/ufs/backup on /backup (ufs, local, noatime, soft-updates) Well, there's no / ... > > # 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 ... Uli