From owner-freebsd-questions@FreeBSD.ORG Thu Apr 30 18:34:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B78D106564A for ; Thu, 30 Apr 2009 18:34:51 +0000 (UTC) (envelope-from richard.delaurell@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id AEF8C8FC23 for ; Thu, 30 Apr 2009 18:34:50 +0000 (UTC) (envelope-from richard.delaurell@gmail.com) Received: by ey-out-2122.google.com with SMTP id 9so507804eyd.7 for ; Thu, 30 Apr 2009 11:34:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=mYnZ7OkzmApkHXCcxYnl/06965PFydptGK7zyFsVUgU=; b=dHpzA9Mp07twY05IGksDgljNtTuoaALOjoxLgUZLAcounZeFoaxNy5lCDmtY6JPSeQ qJT+SUjIsjtk3mZqDSpBEZuPvyFspE3KBcGygXv07YxQ23MNUkfuip3K18fHnROlW0Q8 8UaHPdBRrS6/vucYZVJmeiWTWBD6SEybSXCx8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PsL8PUfHXRcERWYgugc2F+XQ9XBzyr0cALtrV9wbOyAHs/Ce9bq563CM/FU2di1JcM 0xsytmMBl6HA8L5tModdTg5otl4TV18exCZrpx4s4IcyAcy/GaWzBpAKx7ML8eDOhbG3 Q+jW/J/zaon3d04O3GIsLCNBCGWMbktyGlDl8= MIME-Version: 1.0 Received: by 10.210.140.19 with SMTP id n19mr657543ebd.27.1241116489702; Thu, 30 Apr 2009 11:34:49 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Apr 2009 13:34:49 -0500 Message-ID: <4324dbec0904301134q93bd1a5k4b0ce507225b0ca6@mail.gmail.com> From: Richard DeLaurell To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: disklabel output format ? How to see in G M .. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 18:34:51 -0000 On Thu, Apr 30, 2009 at 12:51 PM, Anonymous wrote: > Also, googling arround i found output showing the cylinder space occupied > by a partition (like : > .... # cyl* X - Y ). How do I see that ? I think that fdisk will show you this. Good luck--