Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 2010 11:53:49 -0400
From:      dieterbsd@engineer.com
To:        bug-followup@freebsd.org, jh@FreeBSD.org
Cc:        freebsd@sopwith.solgatos.com, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/141235: 8.0 no longer provides /dev entries for all disk slices [regression]
Message-ID:  <8CCCC95194601E5-7FC-C04B@web-mmc-d09.sysops.aol.com>

next in thread | raw e-mail | index | archive | help
> You should remove GEOM_PART_* entries. I think that the duplicates you
> saw are because you had geom_part still enabled.

I thought about that.  Having both GEOM_PART_MBR and GEOM_MBR
seemed suspicious, but GEOM_PART_MBR isn't from the config file:

grep -i geom GENERIC
options         GEOM_PART_GPT           # GUID Partition Tables.
options         GEOM_LABEL              # Provides labelization

and then I added GEOM_MBR and GEOM_BSD as suggested.  So I don't
know where GEOM_PART_MBR comes from or how to get rid of it.
I am assuming that "make buildkernel" calls config(8) and config
builds opt_geom.h based on the config file, but it must have some
other input that I haven't found.

It isn't clear to me what the difference between GEOM_PART_MBR and
GEOM_MBR is supposed to be (same for GEOM_PART_BSD and GEOM_BSD).
conf/NOTES doesn't list a GEOM_GPT, only GEOM_PART_GPT.  I assume
that removing GEOM_PART_GPT would break disks using GUID partition
tables.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8CCCC95194601E5-7FC-C04B>