From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 12:14:37 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAFA016A4CE for ; Thu, 20 Nov 2003 12:14:37 -0800 (PST) Received: from fuzuli.enderunix.org (64.90.191.122.nyinternet.net [64.90.191.122]) by mx1.FreeBSD.org (Postfix) with SMTP id 75DC643FA3 for ; Thu, 20 Nov 2003 12:14:36 -0800 (PST) (envelope-from freebsd@faruk.net) Received: (qmail 10776 invoked by uid 89); 20 Nov 2003 20:23:03 -0000 Message-ID: <20031120202303.10773.qmail@fuzuli.enderunix.org> From: "Omer Faruk Sen" To: freebsd-questions@freebsd.org Date: Thu, 20 Nov 2003 15:23:02 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: 200gb hard drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2003 20:14:37 -0000 Hi I have installed a new hard drive to my FreeBSD system. Hard drive is 200gb but when I fdisk and disklabel the output of "df -h" is something like that: /dev/ad1s1e 183G 2.0K 169G 0% /disk2 Here as you can see I can only use 169GB of it. Bios has seen my harddrive as 190GB also dmesg output is like that: ad1: 190782MB [387621/16/63] at ata0-slave UDMA100 My question is what happened to 190-169 gb or maybe after some filesystem information reservation what happened to 183-169 gb? By the way I have used default newfs parameters -b 16384 -f 2048. I don't know if that helps... REGARDS...