From owner-freebsd-geom@FreeBSD.ORG Fri Nov 14 16:31:57 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D988E17E for ; Fri, 14 Nov 2014 16:31:57 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7BE6EDF for ; Fri, 14 Nov 2014 16:31:57 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id fa1so17894236pad.39 for ; Fri, 14 Nov 2014 08:31:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UHOO/oCowu2YKCf5Zb2eB7RH6+pWWeIZREu+LWLyc68=; b=JS0kvQ5InkpHpdaydMLmziKMA6KMMTESk36MK+klGUtDqiVGQoQlqxpyjcH/EyHNkb NfLcMGzmASrZCVtXEjgNuRxnSwev4r34ZRdeq4vIDmqtBVjZM2oBNU1JvD00L67SQGuy PfTGArsnGRNwSi6FoOCTp5YPiaYzbhvpY1F2oPXGZJJ8O5ez26z6JXzN91bRl3L/pFyI rIxih8X9uTuQy9PTiJ6s4ug2h7culR5ayfuZSkLLQ2t7pq3VWk4uOWozU0fyICKgh4xa wCxF2QckFti1cYncAc06uL7rLPjwMw2xhU7n06AqwnWW+vVmmIN2OwxIj5lqdV6WQj36 A3Qw== MIME-Version: 1.0 X-Received: by 10.70.61.37 with SMTP id m5mr3846995pdr.162.1415982717318; Fri, 14 Nov 2014 08:31:57 -0800 (PST) Received: by 10.70.94.167 with HTTP; Fri, 14 Nov 2014 08:31:57 -0800 (PST) In-Reply-To: <20141114161658.GA1719@mail.michaelwlucas.com> References: <5465580A.6070609@natserv.net> <20141114161658.GA1719@mail.michaelwlucas.com> Date: Fri, 14 Nov 2014 10:31:57 -0600 Message-ID: Subject: Re: Gmirror vs 10 Release-P12 From: Adam Vande More To: "Michael W. Lucas" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Francisco Reyes , freebsd-geom@freebsd.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 16:31:58 -0000 On Fri, Nov 14, 2014 at 10:16 AM, Michael W. Lucas < mwlucas@michaelwlucas.com> wrote: > On Thu, Nov 13, 2014 at 08:16:58PM -0500, Francisco Reyes wrote: > > New machine. Installed FreeBSD release, installed gmirror, ran update.. > > gmirror stopped working. > > > > After a number of hours of trying different options and several > re-installs, > > tried a different approach: > > * Install 10 Release > > * Update to Release-P12 > > * Try to setup gmirror > > > > Even though the command "gmirror label -v gm0 /dev/ada0" comes back with > > Metadata value stored on /dev/ada0 > > Hi, > > I believe 9+ GPT partitioning doesn't work with gmirror on a whole > disk. It works on whole disks, it does spit out GPT warnings though. For a non-narcissistic link explanation: https://www.freebsd.org/doc/handbook/geom-mirror.html -- Adam