From owner-freebsd-questions@FreeBSD.ORG Wed Apr 29 02:21:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B5D106566B for ; Wed, 29 Apr 2009 02:21:29 +0000 (UTC) (envelope-from LukeD@pobox.com) Received: from sasl.smtp.pobox.com (a-sasl-fastnet.sasl.smtp.pobox.com [207.106.133.19]) by mx1.freebsd.org (Postfix) with ESMTP id E040B8FC15 for ; Wed, 29 Apr 2009 02:21:28 +0000 (UTC) (envelope-from LukeD@pobox.com) Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id F12CAAED69 for ; Tue, 28 Apr 2009 22:04:49 -0400 (EDT) Received: from lukas.is-a-geek.org (unknown [71.112.210.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 20CA4AED67 for ; Tue, 28 Apr 2009 22:04:46 -0400 (EDT) Date: Tue, 28 Apr 2009 19:04:42 -0700 (PDT) From: Luke Dean X-X-Sender: lukas@border.lukas.is-a-geek.org To: freebsd-questions@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Pobox-Relay-ID: 1DC208A6-3462-11DE-A4F9-CABC03BA4B0C-96347044!a-sasl-fastnet.pobox.com Subject: Noisy GEOM_LABEL on boot of 7-STABLE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Luke Dean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 02:21:29 -0000 I just upgraded my old laptop from an older 7.1 release to the latest 7-STABLE for i386, and I started getting a lot of new GEOM_LABEL noise during the boot process. It says it's removing and adding labels every time it does the filesystem checks. What's that all about? Should I be concerned? This is just an old laptop with a simple out-of-the-box UFS filesystem with no frills or geom features that aren't default. I have never run tunefs or used glabel. kern.geom.label.debug=0 FreeBSD 7.2-PRERELEASE #1: Tue Apr 28 12:16:44 PDT 2009 ad0: 57231MB at ata0-master UDMA33 GEOM_LABEL: Label for provider ad0s1a is ufsid/47225356153f5b56. GEOM_LABEL: Label for provider ad0s1d is ufsid/472253592de7e9f5. GEOM_LABEL: Label for provider ad0s1e is ufsid/47225356139009e4. GEOM_LABEL: Label for provider ad0s1f is ufsid/47225356087c310e. Trying to mount root from ufs:/dev/ad0s1a . . . . Starting file system checks: GEOM_LABEL: Label ufsid/47225356153f5b56 removed. /dev/ad0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1a: clean, 111842 free (1610 frags, 13779 blocks, 0.6% fragmentation) GEOM_LABEL: Label for provider ad0s1a is ufsid/47225356153f5b56. GEOM_LABEL: Label ufsid/47225356139009e4 removed. /dev/ad0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1e: clean, 253810 free (34 frags, 31722 blocks, 0.0% fragmentation) GEOM_LABEL: Label for provider ad0s1e is ufsid/47225356139009e4. GEOM_LABEL: Label ufsid/47225356087c310e removed. /dev/ad0s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1f: clean, 23004564 free (148036 frags, 2857066 blocks, 0.6% fragmentation) GEOM_LABEL: Label for provider ad0s1f is ufsid/47225356087c310e. GEOM_LABEL: Label ufsid/472253592de7e9f5 removed. /dev/ad0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/ad0s1d: clean, 541653 free (589 frags, 67633 blocks, 0.1% fragmentation) GEOM_LABEL: Label for provider ad0s1d is ufsid/472253592de7e9f5. GEOM_LABEL: Label ufsid/47225356153f5b56 removed. Setting hostuuid: 9f2d90ee-5dba-11dd-b39c-080046044d85. Setting hostid: 0x51e2e234. Mounting local file systems: GEOM_LABEL: Label ufsid/47225356139009e4 removed. GEOM_LABEL: Label ufsid/47225356087c310e removed. GEOM_LABEL: Label ufsid/472253592de7e9f5 removed.