GEOM Label preloaded from boot loader loses all msdosfs labels found during kernel boot

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Aug 8 08:46:36 GMT 2005


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?

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-geom/attachments/20050808/a068329a/attachment.bin


More information about the freebsd-geom mailing list