From owner-freebsd-questions@FreeBSD.ORG Tue Jun 5 04:16:06 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 EC81B16A400 for ; Tue, 5 Jun 2007 04:16:06 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 57AD513C44C for ; Tue, 5 Jun 2007 04:16:05 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l554FspK027814 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 5 Jun 2007 11:15:54 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l554FsDj008294; Tue, 5 Jun 2007 11:15:54 +0700 (ICT) Date: Tue, 5 Jun 2007 11:15:54 +0700 (ICT) Message-Id: <200706050415.l554FsDj008294@banyan.cs.ait.ac.th> From: Olivier Nicole To: ivan@careytech.com.au In-reply-to: <4664DCAB.8050107@careytech.com.au> (message from Ivan Carey on Tue, 05 Jun 2007 13:46:51 +1000) References: <4664DCAB.8050107@careytech.com.au> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: How to understand partition sizes 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: Tue, 05 Jun 2007 04:16:07 -0000 > 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. The number of disk sectors/blocks allocated to a partition at install is reduced by the amount of space taken by the system to put file system information (table of inodes, etc.) plus some percentage of space kept for security reason (so the operating system can fill up your partition by more than 100% in case of emergency). Olivier