From owner-freebsd-stable@FreeBSD.ORG Sun Jun 27 21:23:19 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B16C4106564A for ; Sun, 27 Jun 2010 21:23:19 +0000 (UTC) (envelope-from bsd@nezmer.info) Received: from mail.nezmer.info (nezmer.info [97.107.142.36]) by mx1.freebsd.org (Postfix) with ESMTP id 9607F8FC1C for ; Sun, 27 Jun 2010 21:23:19 +0000 (UTC) Date: Mon, 28 Jun 2010 00:23:15 +0300 From: Nezmer To: freebsd-stable@freebsd.org Message-ID: <20100627212315.GA3002@mail> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: zfsboot: geom_mbr.ko does not populate logical partitions correctly X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 21:23:19 -0000 Hi, I moved my installation to a ZFS boot partition today (ad6s1a). I had an ext2 logical partition living inside slice 4 (ad6s4). "geom_mbr.ko" used to take care of that and populate (ad6s[5-9]) and the correct entry under "/dev/ext2fs/". Now with zfsboot, weird entries (ad6s4s{1,2,5}) are populated and no correct entry under "/dev/ext2fs/" is present. Non of those weird entries represent the ext2 partition. I still have an identical UFS installation in (ad6s3a) that is still working correctly. Any ideas how to fix this?