From owner-freebsd-current@FreeBSD.ORG Wed Jun 8 08:32:45 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EA621065674 for ; Wed, 8 Jun 2011 08:32:45 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 015538FC12 for ; Wed, 8 Jun 2011 08:32:44 +0000 (UTC) Received: by bwz12 with SMTP id 12so321082bwz.13 for ; Wed, 08 Jun 2011 01:32:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=znVBwME4GrxG5LmsxlYJP7ixRqNlYFAnBc057b2V9ro=; b=WbeZDZwtQK45OSQUdEecEN9YG1r0kFbCwBK+UyrT2mR1Juy7rCxWPKjzEjWsRuiDc7 jG7yU4KOiJkabwBbVhKROhHWgVIRBIeg7Ekm0C26GjFZvtbOP3YRJDeSSEyYj9RkAmGa h5c0rVxWN9ouznTijOdwCatK8I1BQcAFIcxtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=rNiJprBdXkBHoZk8ftFvH5AWjt9eB1jtB84vJN3yczghLaBDyCZ1YJNcWnb5oejpyA amUG6AP/XU4J3Gq/G9U2LH7dilZVNLGLW3T0iyfvIqbYGM+2PzNLtvnI5Hc4ysToKYTW x1ik9CNyVxJCDthZhSZTB6mM0JptQ94O/lrjY= Received: by 10.204.19.19 with SMTP id y19mr374755bka.164.1307520629047; Wed, 08 Jun 2011 01:10:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.15.74 with HTTP; Wed, 8 Jun 2011 01:10:08 -0700 (PDT) From: Eir Nym Date: Wed, 8 Jun 2011 12:10:08 +0400 Message-ID: To: FreeBSD Mail Lists Content-Type: text/plain; charset=UTF-8 Subject: [r222277] Strange GEOM, bsdlabel and ZFS behavior X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2011 08:32:45 -0000 I have FreeBSD-CURRENT r222277. I try to install ZFS root into MBR using manual on wiki page. There is some problem with GEOM and BSD label: # gpart create -s BSD ada0s1 # gpart add -s 192G -t freebsd-zfs ada0s1 # gpart add -t freebsd-swap ada0s1 #gpart show ada0s1 ... gpart show is work now, but not when I load zfs into memory and try to add zpool into. and when I'll boot gpart says 'GEOM: ada0s1a invalid disklabel' PS: there're too much bsdlabel devices (previous releases gives much less device nodes (there was no aa, ab, ac, ca, cb)