kern/141235: [geom_part] 8.0 no longer provides /dev entries
for all disk slices [regression]
dieterbsd at engineer.com
dieterbsd at engineer.com
Mon Jun 7 00:20:03 UTC 2010
The following reply was made to PR kern/141235; it has been noted by GNATS.
From: dieterbsd at engineer.com
To: bu7cher at yandex.ru, bug-followup at FreeBSD.org, freebsd at sopwith.solgatos.com
Cc:
Subject: Re: kern/141235: [geom_part] 8.0 no longer provides /dev entries for all
disk slices [regression]
Date: Sun, 06 Jun 2010 20:15:48 -0400
> Can you try this patch to g_part_ebr.c to GENERIC kernel and
> report results back?
I reverted the GEOM_* options back to 8.0-release defaults, dropped
in the new g_part_ebr.c and now I get /dev entries for MBR extended
partitions.
So the
< for (index =3D 0; index < DOSPARTOFF - 9; index++)
---
> for (index =3D 96; index < DOSPARTOFF - 9; index++)
change fixed the problem.
Thanks.
More information about the freebsd-geom
mailing list