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

next in thread | previous in thread | raw e-mail | index | archive | help
В пн, 08/08/2005 в 10:46 +0200, Pawel Jakub Dawidek пишет:
> 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?
> 

Yes, I mount them from /etc/fstab.
Is this the reason for them for being destroyed?
Should I mount labels instead?

With best regards,
-- 
Novoseltsev Vladimir <blacknova@tut.by>
Home




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