From owner-freebsd-doc@FreeBSD.ORG Fri Dec 14 14:47:16 2012 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id BD80994 for ; Fri, 14 Dec 2012 14:47:16 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from butcher-nb.yandex.net (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) by mx2.freebsd.org (Postfix) with ESMTP id 024F83B5382; Fri, 14 Dec 2012 14:47:03 +0000 (UTC) Message-ID: <50CB3BC6.703@FreeBSD.org> Date: Fri, 14 Dec 2012 18:46:30 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Warren Block Subject: Re: docs/174270: gpart(8) man page doesn't describe output of "show" command References: <201212101710.qBAHA1NA092457@freefall.freebsd.org> <50CB232B.3090706@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Dec 2012 14:47:16 -0000 On 14.12.2012 18:38, Warren Block wrote: > And to give a hint, > > Block sizes and locations are based on the logical block size of the > device, usually 512 bytes. > > But it doesn't tell the user how to find out the actual logical block > size. That is only implied by the size values at the right. We could > refer the reader to diskinfo(8), but it would be nice if gpart showed > the actual value used. You can look into `gpart list` output, the Sectorsize value is what you want. -- WBR, Andrey V. Elsukov