From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 14:23:50 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 113C94E1 for ; Tue, 12 Aug 2014 14:23:50 +0000 (UTC) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (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 97E3926FD for ; Tue, 12 Aug 2014 14:23:49 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id k48so10124552wev.27 for ; Tue, 12 Aug 2014 07:23:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=NCg9u/OgKtpSmOli40dV7qa3x6QAyQfpnljH/Du2QCA=; b=yDnaF+PfI1HvAXKyQYwweKqiDOmdlBcXPEN6MYrjanOJoCcnqt5l02mH/YkRONyWsQ RAUqeuyZVJIY9cTlaRwzH/R4UK3ekED+GMN7xT+lEpX3h4cTzohnS/IK2cJZRz2Yr6UW Fo+/xcUD/5S1eefIxaRFLSASoylR/Y0X7TpTc5KzzvY/T1dBTrFSRMWDaV2CDckxkIPs WYv0/e0DHjXd1l9Lg4+JLuR2jOoAhwLQ1mF/h61BrykzELcV1HCsAchMZq4TTJvVQC+O lCD0DfPNpqJDqG376agu4Ur85i5kMVttXi5m4sy98uGkEmcyheFD8rM4rLeyteUbV4an j0Ng== X-Received: by 10.194.118.201 with SMTP id ko9mr5368476wjb.26.1407853427374; Tue, 12 Aug 2014 07:23:47 -0700 (PDT) Received: from gumby.homeunix.com (5ec2dc78.skybroadband.com. [94.194.220.120]) by mx.google.com with ESMTPSA id ft7sm56777450wib.9.2014.08.12.07.23.46 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Aug 2014 07:23:46 -0700 (PDT) Date: Tue, 12 Aug 2014 15:23:45 +0100 From: RW To: freebsd-questions@freebsd.org Subject: Re: gpt label missing after adding gjournal Message-ID: <20140812152345.2000766b@gumby.homeunix.com> In-Reply-To: References: <20140812131123.5a0f79fb@gumby.homeunix.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2014 14:23:50 -0000 On Tue, 12 Aug 2014 08:00:34 -0600 (MDT) Warren Block wrote: > On Tue, 12 Aug 2014, RW wrote: > > > > > > > and then I created gp0home.journal and gp0rest.eli.journal > > > > when I rebooted gp0home was missing from /dev/gpt > > > > $ ls /dev/gpt > > gp0boot gp0rest gp0root gp0swap gp0usr gp0var > > > > The gjournal partition is recognized as > > /dev/ada1p6.journal and can be mounted, but I can't mount it with > > the gpt label. > > > > Anyone know what's going on? > > Mounting a device, or that device being used by another device, can > cause the labels to be hidden. The label is missing at boot time. I only mounted /dev/ada1p6.journal once just to check it worked - nothing changed when I unmounted it.