From owner-freebsd-questions@FreeBSD.ORG Thu Apr 30 18:18:02 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 4F9B4106566B for ; Thu, 30 Apr 2009 18:18:02 +0000 (UTC) (envelope-from tutorial@gawab.com) Received: from info66.gawab.com (mailhost22.gawab.com [66.220.20.22]) by mx1.freebsd.org (Postfix) with SMTP id 3FC5A8FC13 for ; Thu, 30 Apr 2009 18:18:02 +0000 (UTC) (envelope-from tutorial@gawab.com) Received: (qmail 26535 invoked by uid 1004); 30 Apr 2009 17:51:22 -0000 Received: from unknown (HELO msi) (tutorial@gawab.com@92.80.12.122) by gawab.com with SMTP; 30 Apr 2009 17:51:22 -0000 X-Trusted: Whitelisted Date: Thu, 30 Apr 2009 20:51:13 +0300 To: freebsd-questions@freebsd.org From: Anonymous Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.62 (Win32) Subject: 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:18:02 -0000 Using disklabel -A /dev/da0s1 I would like to see the sizes in G or M format, how can I do this? Also, googling arround i found output showing the cylinder space occupied by a partition (like : .... # cyl* X - Y ). How do I see that ? PS: i did man disklabel and bsdlabel but i didnt find the correct arguments. thank you.