From owner-freebsd-questions@freebsd.org Wed Aug 5 05:00:34 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75ED89B2B4D for ; Wed, 5 Aug 2015 05:00:34 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5786FA6 for ; Wed, 5 Aug 2015 05:00:34 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) by douhisi.pair.com (Postfix) with ESMTPSA id 0DDEA3F756 for ; Wed, 5 Aug 2015 01:00:32 -0400 (EDT) Message-ID: <55C1986E.5040402@sneakertech.com> Date: Wed, 05 Aug 2015 01:00:30 -0400 From: Quartz MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Base gpart vs. sysutils/gpart References: <55BF6AA0.2030802@bananmonarki.se> <55C1079F.5030608@sneakertech.com> <2888520.RJjyyPeuUg@desk8.phess.net> In-Reply-To: <2888520.RJjyyPeuUg@desk8.phess.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 05:00:34 -0000 > So I guess we're talking about this tool then (quoting from http://www.freshports.org/sysutils/gpart): > > A port of a tool which tries to guess the primary partition > table of a PC-type hard disk [...] > > WWW: http://brzitwa.de/mb/gpart/index.html (outdated) > > That's completely different from what FreeBSD's own gpart does. > Just because two tools happen to share the same name doesn't > necessarily mean that they'll also do the same thing. I had to triple check this to confirm, but you're right. I swear up and down I've used versions of linux that had the gpart from FreeBSD, but apparently Gparted Live isn't one of them (assuming they even exist). When I wrote those emails, I had quickly booted a VM off Gparted and double checked that there was a gpart command that printed out a bunch of disk-related stuff (while not really paying attention to exactly what the output was because I thought I already knew) and then quickly glanced at [http://en.wikipedia.org/wiki/gpart] to cross check it was the same version, because I assumed that the wikipedia page on gpart would refer to the modern FreeBSD version everybody uses and not the ancient linux one. A side effect of wikipedia's constant warning boxes at the top of every page is that I subconsciously skip over them completely, and therefore missed the line above it. One of the big problems with being wrong is that it feels an awful lot like when you're right.