Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2005 10:46:23 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Novoseltsev Vladimir <blacknova@tut.by>
Cc:        freebsd-geom@freebsd.org
Subject:   Re: GEOM Label preloaded from boot loader loses all msdosfs labels found during kernel boot
Message-ID:  <20050808084623.GA1578@garage.freebsd.pl>
In-Reply-To: <1123485011.805.1.camel@localhost>
References:  <1123485011.805.1.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050808084623.GA1578>