From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 12:11:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04C10EBA for ; Tue, 12 Aug 2014 12:11:28 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (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 91D7925CC for ; Tue, 12 Aug 2014 12:11:27 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id z12so9839923wgg.12 for ; Tue, 12 Aug 2014 05:11:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=eowEopP4lsHt+QSj0Yh/1ZwwvAVxMTkY70hlHdYC3m8=; b=UTrxUH5UWXiXBu7cP/04MfWK6Liey9jCNwrzkgmAthqbp8SVwJZvmJK0vrCEQffIrm SIsfRCyqNcaKdXuIMYRnpvz+jSDApPxLGkglcE3gFmR/U/sejtsNfwkGKml8wz/2BoGo eglXIx+ZXiAvM+UCfkKyUpaqnw/x+kQCeQen5TrUssHGkcBgBV5RC2nulotUzpe+bdH0 wKKSPRj2PXLp54WkDgLRoJEqa18FolkcGCQGGkfXednNn1Lox+M9kxeHAfQfopC35ScH GaENW8dl3UGZ2x3D+5qSLLWyO+8jr3ncgKFRfn/5292DL/9S2FDGuwha7QIgk9FMviF6 oA5Q== X-Received: by 10.180.100.230 with SMTP id fb6mr24498086wib.0.1407845485663; Tue, 12 Aug 2014 05:11:25 -0700 (PDT) Received: from gumby.homeunix.com (5ec2dc78.skybroadband.com. [94.194.220.120]) by mx.google.com with ESMTPSA id ej10sm55589962wib.12.2014.08.12.05.11.24 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Aug 2014 05:11:25 -0700 (PDT) Date: Tue, 12 Aug 2014 13:11:23 +0100 From: RW To: freebsd-questions@freebsd.org Subject: gpt label missing after adding gjournal Message-ID: <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 12:11:28 -0000 I followed Warren Block's howto: http://www.wonkity.com/~wblock/docs/html/disksetup.html to partition a new drive like this: $ gpart show -l ada1 => 34 5860533101 ada1 GPT (2.7T) 34 6 - free - (3.0K) 40 1024 1 gp0boot (512K) 1064 984 - free - (492K) 2048 8388608 2 gp0root (4.0G) 8390656 33554432 3 gp0swap (16G) 41945088 4194304 4 gp0var (2.0G) 46139392 100663296 5 gp0usr (48G) 146802688 1468006400 6 gp0home (700G) 1614809088 4245723136 7 gp0rest (2.0T) 5860532224 911 - free - (456K) 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? I could glabel it, but I'm wary of committing any data to it without knowing what's going on.