Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2010 00:20:02 GMT
From:      dieterbsd@engineer.com
To:        freebsd-geom@FreeBSD.org
Subject:   Re: kern/141235: [geom_part] 8.0 no longer provides /dev entries for all disk slices [regression]
Message-ID:  <201006070020.o570K2IC096908@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/141235; it has been noted by GNATS.

From: dieterbsd@engineer.com
To: bu7cher@yandex.ru, bug-followup@FreeBSD.org, freebsd@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.
 
 



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