From owner-freebsd-geom@FreeBSD.ORG Sun Oct 16 09:29:26 2011 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2BA4106566C for ; Sun, 16 Oct 2011 09:29:26 +0000 (UTC) (envelope-from antinix@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 34BF08FC0A for ; Sun, 16 Oct 2011 09:29:25 +0000 (UTC) Received: by wyi40 with SMTP id 40so1056639wyi.13 for ; Sun, 16 Oct 2011 02:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=VR7xjteXTLLWIaj58zSjvZ3RUr+zxUpVEI7seDBWAQ0=; b=uXg8huhPPAR3AmBwB+x+dNoR2lnaF8Ic1vwaA0h1/22svEmZ/6Y0EmeIaabJa5MpIS Nd+4tiDU+WS4MpqQ6htV7/bo8cv4UZIWUk33Ij27Zl9QOHfwXXieuJw/7yBiYnpdgFaM ZOAII6M9q6B+C32CftNr9jQ2LRJocF9m2LMV0= Received: by 10.216.229.81 with SMTP id g59mr2198847weq.114.1318757365057; Sun, 16 Oct 2011 02:29:25 -0700 (PDT) MIME-Version: 1.0 Sender: antinix@gmail.com Received: by 10.180.79.170 with HTTP; Sun, 16 Oct 2011 02:29:05 -0700 (PDT) In-Reply-To: <165230773.20111016130358@serebryakov.spb.ru> References: <165230773.20111016130358@serebryakov.spb.ru> From: Andrei Kolu Date: Sun, 16 Oct 2011 12:29:05 +0300 X-Google-Sender-Auth: PMZKFhr9D5sIz76OOvJ6zuF_fig Message-ID: To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: gmirror failed with error 19. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2011 09:29:26 -0000 2011/10/16 Lev Serebryakov > Hello, Andrei. > You wrote 15 =D0=BE=D0=BA=D1=82=D1=8F=D0=B1=D1=80=D1=8F 2011 =D0=B3., 20:= 01:51: > > > Before that I saw this error message: "gmirror mirror/gm0: corrupt or > > invalid GPT data". Solved this problem by starting up system from usb > flash > > as livecd and recovering gpt. But I still can't boot from geom mirror. > GEOM classes (mirror, stripe, raid3, etc) is not compatible with > GPT. GPT want to store its copy on last sector(s) of drive. If your > put it on gmirror volume, last sector is occuped by gmirror metadata. > > Hi, When I boot from memstick with FreeBSD 9 BETA3 I see error "gptboot: invali= d backup GPT header". So FreeBSD 9 is not compatible with geom mirror anymore because by default installer configure GPT partitions?