From owner-freebsd-questions@FreeBSD.ORG Wed Nov 21 15:14:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 347A7218 for ; Wed, 21 Nov 2012 15:14:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E160B8FC14 for ; Wed, 21 Nov 2012 15:14:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qALFE0NU005130; Wed, 21 Nov 2012 08:14:00 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qALFE0dD005127; Wed, 21 Nov 2012 08:14:00 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 21 Nov 2012 08:14:00 -0700 (MST) From: Warren Block To: Rick Miller Subject: Re: filesystem size does not equal free space In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 21 Nov 2012 08:14:01 -0700 (MST) Cc: FreeBSD Questions 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, 21 Nov 2012 15:14:02 -0000 On Wed, 21 Nov 2012, Rick Miller wrote: > I install FreeBSD 8.3-R on a DL360 G8 with two disk volumes, the 2nd > of which is 3TB. The fdisk partition editor shows the disk geometry > as 812160 cyl/255 heads/32 sectors = 6627225600 sectors (3235950MB). > sysinstall creates a slice on the 3TB volume that uses the entire > disk. However, when the filesystem is labelled and mounted, it is > slightly over 1TB in size. Am I correct in assuming that it's only > 1TB because the disk geometry is greater than what is supported by > sysinstall and/or bsdlabel? It's an MBR limitation, I think. Use GPT, which will also make alignment to 4K blocks easier.