From owner-freebsd-questions Thu Mar 13 19:20:52 2003 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 A25BD37B404 for ; Thu, 13 Mar 2003 19:20:50 -0800 (PST) Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8937943FAF for ; Thu, 13 Mar 2003 19:20:49 -0800 (PST) (envelope-from tillman@seekingfire.com) Received: from blues.seekingfire.prv (blues.seekingfire.prv [192.168.23.211]) by mail.seekingfire.com (Postfix) with ESMTP id 6AE178B for ; Thu, 13 Mar 2003 21:20:48 -0600 (CST) Received: (from tillman@localhost) by blues.seekingfire.prv (8.11.6/8.11.6) id h2E3Ntf14029 for freebsd-questions@FreeBSD.ORG; Thu, 13 Mar 2003 21:23:55 -0600 Date: Thu, 13 Mar 2003 21:23:55 -0600 From: Tillman To: freebsd-questions@FreeBSD.ORG Subject: Re: Disk size measured incorrectly. Message-ID: <20030313212355.B13016@seekingfire.com> References: <2508.192.168.1.10.1047602402.squirrel@email.unixhideout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <2508.192.168.1.10.1047602402.squirrel@email.unixhideout.com>; from mike@unixhideout.com on Thu, Mar 13, 2003 at 07:40:02PM -0500 X-Urban-Legend: There is lots of hidden information in headers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Mar 13, 2003 at 07:40:02PM -0500, Michael wrote: > Hello once again boys and girls. I added two drives to my server via > /stand/sysinstall. they are one western digital, 120 gig and a maxtor, 120 > gig. > This is what i see via df > > /dev/ad1s1e 113G 89G 15G 86% /mirror > /dev/ad2s1e 110G 12K 101G 0% /mirror2 > > I dont _need_ the space. Not even close. but it cant hurt to use the disk > at its most, and mostly though im obsessive compulsive and i would prefer > to see the output below :) as i got another 120 gig drive on the way. Did > i initialize them wrong or something? The bios is set to have both drives > auto detected and the access mode is auto as well. Thanks guys. > > /dev/ad1s1e 120G 89G 15G 86% /mirror > /dev/ad2s1e 120G 12K 101G 0% /mirror2 Don't forget that 8% of the drive (by default, it's configurable) is reserved. Thus, a drive that shows 110G is actually right about 120G in size (110 * 1.08 = 118.8). `tunefs -p ` will give you the actual value that is reserved for any particular filesystem. -T -- Page 30: Leaving a terminal logged in is like leaving your car unlocked with the keys in the ignition. - Harley Hahn, _The Unix Companion_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message