From owner-freebsd-questions@FreeBSD.ORG Wed Oct 9 11:56:18 2013 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 ESMTP id E9F2E614 for ; Wed, 9 Oct 2013 11:56:18 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEE3E2090 for ; Wed, 9 Oct 2013 11:56:18 +0000 (UTC) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id C979B2121C for ; Wed, 9 Oct 2013 07:56:17 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Wed, 09 Oct 2013 07:56:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=eSFlsZ1uU/oms88/Gg4KbzEnjRo=; b=P0j1P ZCidbpVdoCIBAk+G1UElPsJcwbWTp+BxC4tz3b5Ljwch+PLKp7QPOck/5M5zFVWM PKgFonI54QhfPuYuBF+jRO+EoEGhju36HvlzViw4/KSM/lN9QmE+9psGnK0OUphI 38/msqxhVK1Z7opHFEUQogf7cW9x/lMu48PID4= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id AC4B411362D; Wed, 9 Oct 2013 07:56:17 -0400 (EDT) Message-Id: <1381319777.9092.31882649.693FBA08@webmail.messagingengine.com> X-Sasl-Enc: 8oDLnl77kAinANdBlZCWrBIOjzO5WfmOvf1GIwjs9x5B 1381319777 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-ce174988 Subject: Re: gpart weirdness: diskid/DISK-3EV0P4PZ00007250010X GPT (17G) Date: Wed, 09 Oct 2013 06:56:17 -0500 In-Reply-To: <201310090933.r999X1sL008883@mech-cluster241.men.bris.ac.uk> References: <201310090933.r999X1sL008883@mech-cluster241.men.bris.ac.uk> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 11:56:19 -0000 On Wed, Oct 9, 2013, at 4:33, Anton Shterenlikht wrote: > # gpart show > => 34 35566411 da1 GPT (17G) > 34 35566411 - free - (17G) > > => 34 35566411 diskid/DISK-3EV0P4PZ00007250010X GPT (17G) > 34 35566411 - free - (17G) > > => 34 35566411 da2 GPT (17G) > 34 35566411 - free - (17G) > > => 34 35566411 diskid/DISK-3EV0PWCX000072500ZNJ GPT (17G) > 34 35566411 - free - (17G) > > # > This is normal. Gpart is showing you both the physical dev versions of the devices and the GPT label versions of the devices. I'll admit it can be confusing, though.