From owner-freebsd-questions@FreeBSD.ORG Fri Feb 2 23:39:24 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 8A44E16A402 for ; Fri, 2 Feb 2007 23:39:24 +0000 (UTC) (envelope-from pmatulis@sympatico.ca) Received: from bay0-omc1-s40.bay0.hotmail.com (bay0-omc1-s40.bay0.hotmail.com [65.54.246.112]) by mx1.freebsd.org (Postfix) with ESMTP id 761A413C4A8 for ; Fri, 2 Feb 2007 23:39:24 +0000 (UTC) (envelope-from pmatulis@sympatico.ca) Received: from bayc1-pasmtp08.bayc1.hotmail.com ([65.54.191.168]) by bay0-omc1-s40.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Fri, 2 Feb 2007 15:39:24 -0800 X-Originating-IP: [70.53.155.213] X-Originating-Email: [pmatulis@sympatico.ca] Received: from tantra ([70.53.155.213]) by bayc1-pasmtp08.bayc1.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 2 Feb 2007 15:50:47 -0800 From: Peter To: freebsd-questions@freebsd.org Date: Fri, 2 Feb 2007 18:39:29 -0500 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702021839.29502.pmatulis@sympatico.ca> X-OriginalArrivalTime: 02 Feb 2007 23:50:47.0578 (UTC) FILETIME=[F60CD7A0:01C74724] Subject: 305 GB hard drive reduced to 266 GB (why?) 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: Fri, 02 Feb 2007 23:39:24 -0000 I am installing a new 6.2 STABLE system and I am troubled by the amount of available disk space I'm getting on one of my IDE devices: # df -h Filesystem Size Used Avail Capacity Mounted on ... ... /dev/ad1a 289G 4.0K 266G 0% /ad1 This drive is 320 GB by the manufacturer and thus I should theoretically have 305 GBs. This is confirmed by dmesg: ad1: 305244MB at ata0-slave UDMA33 Steps: # fdisk -i /dev/ad1 # bsdlabel -w /dev/ad1 # newfs /dev/ad1a # mount /dev/ad1a /ad1 Info: # bsdlabel /dev/ad1 # /dev/ad1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 625140319 16 4.2BSD 2048 16384 28552 c: 625140335 0 unused 0 0 Thanks in advance for any pointers, PM