From owner-freebsd-fs@FreeBSD.ORG Sun Jan 1 12:31:55 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B112E1065672 for ; Sun, 1 Jan 2012 12:31:55 +0000 (UTC) (envelope-from fbsd@dannysplace.net) Received: from mailgw.dannysplace.net (mailgw.dannysplace.net [204.109.56.184]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1AA8FC16 for ; Sun, 1 Jan 2012 12:31:55 +0000 (UTC) Received: from [203.206.171.212] (helo=[192.168.10.12]) by mailgw.dannysplace.net with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.76 (FreeBSD)) (envelope-from ) id 1RhKam-0009n2-K0; Sun, 01 Jan 2012 22:32:49 +1000 Message-ID: <4F00522F.6020700@dannysplace.net> Date: Sun, 01 Jan 2012 22:31:43 +1000 From: Dan Carroll User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Freddie Cash References: <4F003EB8.6080006@dannysplace.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: danny X-Authenticator: plain X-Exim-Version: 4.76 (build at 08-Jun-2011 18:40:49) X-Date: 2012-01-01 22:32:49 X-Connected-IP: 203.206.171.212:64572 X-Message-Linecount: 34 X-Body-Linecount: 21 X-Message-Size: 1192 X-Body-Size: 572 X-Received-Count: 1 X-Recipient-Count: 2 X-Local-Recipient-Count: 2 X-Local-Recipient-Defer-Count: 0 X-Local-Recipient-Fail-Count: 0 X-SA-Exim-Connect-IP: 203.206.171.212 X-SA-Exim-Mail-From: fbsd@dannysplace.net X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on damka.dannysplace.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mailgw.dannysplace.net) Cc: freebsd-fs@freebsd.org Subject: Re: ZFS With Gpart partitions X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2012 12:31:55 -0000 On 1/01/2012 10:08 PM, Freddie Cash wrote: > When in doubt, read the man page: man gpart > > The option you are looking for is "-l": > > # gpart show -l da8 > > That will show the labels set in the GPT for each partition. > > And labels are created using "-l" in the "gpart add" command, as well. Ok, so the label is still there. Two things are still strange. 1) data2 is not in /dev/gpt/ 2) "glabel list da8p1" does not find anything. But it does for other drives. Also, is there a difference (for ZFS) acessing the drive via /dev/da8p1 or /dev/gpt/data2 -D