From owner-freebsd-questions@FreeBSD.ORG Sat Feb 3 22:04:44 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 9E83816A414 for ; Sat, 3 Feb 2007 22:04:44 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3586613C467 for ; Sat, 3 Feb 2007 22:04:43 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l13M3Ok8003685; Sat, 3 Feb 2007 17:03:24 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l13M3O7j003684; Sat, 3 Feb 2007 17:03:24 -0500 (EST) (envelope-from jerrymc) Date: Sat, 3 Feb 2007 17:03:24 -0500 From: Jerry McAllister To: Peter Message-ID: <20070203220323.GA3668@gizmo.acns.msu.edu> References: <200702021839.29502.pmatulis@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702021839.29502.pmatulis@sympatico.ca> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: 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: Sat, 03 Feb 2007 22:04:44 -0000 On Fri, Feb 02, 2007 at 06:39:29PM -0500, Peter wrote: > 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 This is well covered in the FreeBSD FAQ and answered many times in this Email list. Do some checking. ////jerry > > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"