From owner-freebsd-geom@FreeBSD.ORG Mon May 31 17:20:04 2010 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D76311065674 for ; Mon, 31 May 2010 17:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C61DB8FC12 for ; Mon, 31 May 2010 17:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4VHK4QW070199 for ; Mon, 31 May 2010 17:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4VHK4j3070198; Mon, 31 May 2010 17:20:04 GMT (envelope-from gnats) Date: Mon, 31 May 2010 17:20:04 GMT Message-Id: <201005311720.o4VHK4j3070198@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: kern/141235: [geom_part] 8.0 no longer provides /dev entries for all disk slices [regression] X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 May 2010 17:20:04 -0000 The following reply was made to PR kern/141235; it has been noted by GNATS. From: "Andrey V. Elsukov" To: bug-followup@FreeBSD.org, freebsd@sopwith.solgatos.com, dieterbsd@engineer.com Cc: Subject: Re: kern/141235: [geom_part] 8.0 no longer provides /dev entries for all disk slices [regression] Date: Mon, 31 May 2010 21:11:54 +0400 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig012887CAF7613F50A2F8F0D2 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Hi, Did you try to remove both deprecated GEOM_BSD and GEOM_MBR from your config? Now in 8.0+ you should use GEOM_PART_MBR, GEOM_PART_EBR and GEOM_PART_BSD instead. And they all are in DEFAULTS config by default. Your MBR partitions should be served with GEOM_PART_MBR scheme. An extended partitions should be served with GEOM_PART_EBR scheme. A BSD slices should be served with GEOM_PART_BSD scheme. --=20 WBR, Andrey V. Elsukov --------------enig012887CAF7613F50A2F8F0D2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJMA+3fAAoJEAHF6gQQyKF6EWcIAJdFuHyZmmDK1BXAtQluXVnt 3ZtO9cki7nQBr8yjI0hCtIjIY5+AOEqYB8wUFDGAiZMPTI/5q/iQhqDgr+DGsNQ6 HXWzr2zM80gYuPXUwJEHSp5ln1zyXfoaGAqidm5y4eUxFF5rpjYwikG+Lz8AOj3A bnmYjW4k5cEmrO8aoKmd3pUfsKu4ex0XMwBwnQq9lsYwTe42AEdwLpB4v0ojF/Z5 5neRUFmJLdGWQsFRiaWT5Vb6niwMRhVfal02BcznE0sz6AqP5YAtBnBBIbJt8ZqC 3bshq248o6vgK21RX+udPBiBbgT2o3clCDCDmHHQX0vrRzpH1i1IC0tLstMfPOU= =5Pr/ -----END PGP SIGNATURE----- --------------enig012887CAF7613F50A2F8F0D2--