Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 2010 11:17:45 +0300
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        barbara <barbara.xxx1975@libero.it>
Cc:        freebsd-current <freebsd-current@FreeBSD.org>
Subject:   Re: HEADS UP: device name checking on device registration
Message-ID:  <20101012081744.GA48485@jh>
In-Reply-To: <LA593D$584FAABD3BF6073282A094BECDF03362@libero.it>
References:  <LA593D$584FAABD3BF6073282A094BECDF03362@libero.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2010-10-11, barbara wrote:
> The panic is caused by:
> g_dev_taste(): make_dev_p() failed (gp->name=ext2fs//, error=22)
> as I have a linux partition (I swear, it's for my mom!) on the same machine.
> As I don't care about that partition (being ext4 I can't even mount
> it), is there any solution other then applying the patch after every
> csup?

If you don't need ext2fs labels you can put the following line to
/boot/loader.conf as a workaround:

kern.geom.label.ext2fs.enable=0

-- 
Jaakko



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