Date: Mon, 31 May 2010 17:20:04 GMT From: "Andrey V. Elsukov" <bu7cher@yandex.ru> 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: <201005311720.o4VHK4j3070198@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: "Andrey V. Elsukov" <bu7cher@yandex.ru> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005311720.o4VHK4j3070198>
