From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 15:34:19 2004 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 EEEC816A4CE for ; Thu, 9 Dec 2004 15:34:19 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D8B743D41 for ; Thu, 9 Dec 2004 15:34:19 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id iB9FY7Q15443; Thu, 9 Dec 2004 10:34:07 -0500 (EST) From: Jerry McAllister Message-Id: <200412091534.iB9FY7Q15443@clunix.cl.msu.edu> To: thursday@sdf.lonestar.org (thursday) Date: Thu, 9 Dec 2004 10:34:05 -0500 (EST) In-Reply-To: <20041208233913.GA28751@SDF.LONESTAR.ORG> from "thursday" at Dec 08, 2004 11:39:13 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: idiot 5.3 disk question 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, 09 Dec 2004 15:34:20 -0000 > > Greets, > > I haven't been following FreeBSD much at all lately, having gotten a Linx admin job, so forgive me: > > I'm installing FreeBSD 5.3 on a new machine. I've added a second disk, and 80Gig Maxtor IDE drive. I use sysinstall to partition it, and run disklabel/newfs, etc, mounting it as "/storage". > > In sysinstall, it shows the disk as being 78G - that's fine. 1024 != 1000. > > However, when I run df -h it tells me the disk's capacity is 74G, there's 4.0K in use (it's empty), but only 68G is available. I'm just confused about where the 12G went. > > Anyone have any helpful pointers to help me understand? Quoting http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html # 9.25. How is it possible for a partition to be more than 100% full? # # A portion of each UFS partition (8%, by default) is reserved for use by the # operating system and the root user. df(1) does not count that space when # calculating the Capacity column, so it can exceed 100%. Also, you will # notice that the Blocks column is always greater than the sum of the Used # and Avail columns, usually by a factor of 8%. So, if you take 8% out of 74GB you will get 68GB ( eg. 74*0.92 = 68.08) > > Also, what's the ".snap/" directory for? Probably some snapshot of filesystem state. ////jerry > > Thanks so much! > _______________________________________________ > 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" >