From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 03:47:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CF90116A582 for ; Tue, 5 Jun 2007 03:47:07 +0000 (UTC) (envelope-from ivan@careytech.com.au) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id BF59013C480 for ; Tue, 5 Jun 2007 03:47:06 +0000 (UTC) (envelope-from ivan@careytech.com.au) X-IronPort-AV: E=Sophos;i="4.16,383,1175437800"; d="scan'208";a="138880795" Received: from ppp154-213.static.internode.on.net (HELO [192.168.1.2]) ([150.101.154.213]) by ipmail01.adl2.internode.on.net with ESMTP; 05 Jun 2007 13:16:54 +0930 Message-ID: <4664DCAB.8050107@careytech.com.au> Date: Tue, 05 Jun 2007 13:46:51 +1000 From: Ivan Carey User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to understand partition sizes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ivan@careytech.com.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 03:47:07 -0000 Hello, After installing a new system on a 500Gb HDD the partition size I allocated at install does no match the size after complete system installation Disc size comes up as 476937MB At install I partitioned the disc: / 2048Mb /swap 4096Mb /var 2048Mb /server 440Gb /usr 13065Mb After install and checking the partition sizes with KDiskFree the partitions are: / 1.9Gb /var 1.9Gb /server 431.0Gb /usr 12.4Gb The /server is 9Gb smaller than I partitioned and the actual free space without any files in the partition is shown as 396.5Gb which is another 34.5Gb smaller. Am I actually seeing what is really happening or am I really loosing 43.5Gb of space on the /server partition Thanks, Ivan