From owner-freebsd-current@FreeBSD.ORG Wed Apr 1 19:33:19 2009 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 020E51065670 for ; Wed, 1 Apr 2009 19:33:19 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id C50BC8FC14 for ; Wed, 1 Apr 2009 19:33:18 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so171872rvb.43 for ; Wed, 01 Apr 2009 12:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Hsvy7hJQTCBkzCj8s7AuRf57r/Eep+JfAyTvyG7JToY=; b=k0voTLmtXmIl8nzXuQ/pHhC96bLnBOEWsYMvpuGJnfxKTvz3wM6ndNEM1htnUX9oVV XCfQbnnvKdnnP9C7OXY88hhURfMul4GsdI7619WQR6Qy4II3VwIog4D1nVSvOOllUhF+ smodbpFVXSAcNaAxXhvg0hav73pg+cnTaq4VA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HjklE5QScjjkYljTnofTHICB82DzTV1n5aLYPKP9HoHS2UDVx8x86oGXIe8ChBMlaw WYAS1fx0NG00XkgNmzLlz0S5dMzOP29xOdoVdHoIptbWxIB9NnxP0KSGeujoPbLIRqQb Q44FV70KllE8vtStJZrzEqO/Nsn4i3jQqSISw= MIME-Version: 1.0 Received: by 10.141.36.10 with SMTP id o10mr4150897rvj.237.1238614397533; Wed, 01 Apr 2009 12:33:17 -0700 (PDT) In-Reply-To: References: <95891.1238477069@critter.freebsd.dk> <20090331133132.1e191836@ernst.jennejohn.org> <20090331155542.74d89d64@ernst.jennejohn.org> <60084D1E-9F64-463A-A8E9-7A237D5C7661@mac.com> <0904011910169.29800@www.mmlab.cse.yzu.edu.tw> Date: Wed, 1 Apr 2009 12:33:17 -0700 Message-ID: <7d6fde3d0904011233v758d337am5e4252adbe5cf58a@mail.gmail.com> From: Garrett Cooper To: Marcel Moolenaar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Tai-hwa Liang , freebsd-current@freebsd.org Subject: Re: Removal of GEOM_BSD, GEOM_MBR, GEOM_PC98 and GEOM_SUNLABEL 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, 01 Apr 2009 19:33:19 -0000 On Wed, Apr 1, 2009 at 8:25 AM, Marcel Moolenaar wrote: > > On Apr 1, 2009, at 4:16 AM, Tai-hwa Liang wrote: > >> that's too bad. =A0Since my /home is sitting on the extended partition, >> the OS won't boot unless the kernel is built with various GEOM_PART_ >> removed from i386/conf/DEFAULT plus GEOM_{BSD,MBR} added back to the >> kernel configuration file(ie: GENERIC kernel cvsup'ed today doesn't >> boot). > > That sounds like a bug, because logical partitions are > supported. Can you enable GEOM_PART_BSD, GEOM_PART_EBR > and GEOM_PART_MBR and tell me which GEOMs are available > at the mount root prompt? Wait -- you're saying with the new change I'd have to shuffle around my data, redo my 3.5 TB RAID6 array, then shuffle it all back, etc? [gcooper@optimus ~]$ gpart show =3D> 63 312581745 ad4 MBR (149G) 63 134319402 1 freebsd [active] (64G) 134319465 178257240 2 freebsd (85G) 312576705 5103 - free - (2.5M) =3D> 0 134319402 ad4s1 BSD (64G) 0 16777216 2 freebsd-swap (8.0G) 16777216 16777216 1 freebsd-ufs (8.0G) 33554432 16777216 5 freebsd-ufs (8.0G) 50331648 33554432 6 freebsd-ufs (16G) 83886080 16777216 7 freebsd-ufs (8.0G) 100663296 16777216 8 freebsd-ufs (8.0G) 117440512 16878890 4 freebsd-ufs (8.0G) =3D> 0 178257240 ad4s2 BSD (85G) 0 16777216 4 freebsd-ufs (8.0G) 16777216 161480024 5 freebsd-ufs (77G) =3D> 63 4394465208 da0 MBR (2.0T) 63 4294961622 1 !131 [active] (2.0T) 4294961685 99503586 - free - (47G) Btw, what's the replacement for GEOM_* that's getting removed? Thanks, -Garrett