From owner-freebsd-geom@FreeBSD.ORG Mon Aug 8 08:46:36 2005 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4BBA16A41F for ; Mon, 8 Aug 2005 08:46:36 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (arm132.internetdsl.tpnet.pl [83.17.198.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B4FA43D45 for ; Mon, 8 Aug 2005 08:46:36 +0000 (GMT) (envelope-from pjd@garage.freebsd.pl) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 5415152C41; Mon, 8 Aug 2005 10:46:34 +0200 (CEST) Received: from localhost (pjd.wheel.pl [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 2118052C3F; Mon, 8 Aug 2005 10:46:24 +0200 (CEST) Date: Mon, 8 Aug 2005 10:46:23 +0200 From: Pawel Jakub Dawidek To: Novoseltsev Vladimir Message-ID: <20050808084623.GA1578@garage.freebsd.pl> References: <1123485011.805.1.camel@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <1123485011.805.1.camel@localhost> X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 7.0-CURRENT i386 User-Agent: mutt-ng devel (FreeBSD) X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.0.4 Cc: freebsd-geom@freebsd.org Subject: Re: GEOM Label preloaded from boot loader loses all msdosfs labels found during kernel boot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2005 08:46:36 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 08, 2005 at 10:10:11AM +0300, Novoseltsev Vladimir wrote: +> Hi, +> Sorry for previous message i've misunderstood you. +> See dmesg output attached. Ok. Here something is trying to open ad4s5 to write: g_access(0xc346e100(ad4s5), 1, 1, 1) so spoil event is send and msdosfs/GAMES is destroyed: g_slice_spoiled(0xc346ed00/ad4s5) g_wither_geom(0xc347cb00(ad4s5)) g_orphan_provider(0xc347ca80(msdosfs/GAMES), 6) g_orphan_register(msdosfs/GAMES) g_dev_orphan(0xc346e880(msdosfs/GAMES)) g_destroy_geom(0xc347ce80(msdosfs/GAMES)) g_destroy_geom(0xc347cb00(ad4s5)) Simlar for ad4s6 (msdosfs/ARCHIVE): g_access(0xc346fe80(ad4s6), 1, 1, 1) g_slice_spoiled(0xc346eb80/ad4s6) g_wither_geom(0xc347c680(ad4s6)) g_orphan_provider(0xc347c600(msdosfs/ARCHIVE), 6) g_orphan_register(msdosfs/ARCHIVE) g_dev_orphan(0xc346e780(msdosfs/ARCHIVE)) g_destroy_geom(0xc347b000(msdosfs/ARCHIVE)) g_destroy_geom(0xc347c680(ad4s6)) And for ad4s7 (msdosfs/MISC): g_access(0xc346f700(ad4s7), 1, 1, 1) g_slice_spoiled(0xc346ea00/ad4s7) g_wither_geom(0xc347c200(ad4s7)) g_orphan_provider(0xc347c380(msdosfs/MISC), 6) g_orphan_register(msdosfs/MISC) g_dev_orphan(0xc346e680(msdosfs/MISC)) g_destroy_geom(0xc348d980(msdosfs/MISC)) g_destroy_geom(0xc347c200(ad4s7)) Are you sure you don't mount them from /etc/fstab? Could you show your /etc/fstab? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFC9xvfForvXbEpPzQRAhN+AJ9j/DWYBWsjH7x5lwStlYvJahBf3gCg0+Qx Mewzb62dLpURfx86Qj2UqSE= =qjws -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi--