From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 16:06:15 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E798E1065670 for ; Fri, 23 Apr 2010 16:06:15 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id A3CE08FC19 for ; Fri, 23 Apr 2010 16:06:15 +0000 (UTC) Received: by ywh31 with SMTP id 31so4934248ywh.3 for ; Fri, 23 Apr 2010 09:06:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MM0v1wtJxrWo5k4UeWlZmWOLB6uCZo0wCzBBFa+cAgQ=; b=p2FtFsiFwXhPQrkwFPB2xvvaQQwOVY8YkXLaXG0zgsiUvwfcLwKCulWc15UYW52kBg oXSNL5NmfdrnTMH4sDUVJBAXKlkLor6H5PSH6ujsx6sYRKFxV1subP2cAVf+h33R3mSF cGfzVA0ixBhdxJQBYZU8hKzpFCI7mL88iVUsY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=iJLC2skXKeqk6+cXhCFeeKJz1OXP8rh2wLkzoRLSUQ9xEPKSiNxdK5twqSvHjC8n8L cbkdV9mlIJPpF7ruS0lg1n4B5mVZA7/bkU8LqYeVANeu1PxeehP4tNqNHbaZdeFxkUtq 7/V9IzoMm8wEy+YH0ZnyMFI3qGEckhC+Qr+AQ= MIME-Version: 1.0 Received: by 10.91.63.3 with SMTP id q3mr172946agk.46.1272038774521; Fri, 23 Apr 2010 09:06:14 -0700 (PDT) Received: by 10.90.84.19 with HTTP; Fri, 23 Apr 2010 09:06:14 -0700 (PDT) In-Reply-To: <20100422120223.2d1d50f4@scorpio.seibercom.net> References: <20100422120223.2d1d50f4@scorpio.seibercom.net> Date: Fri, 23 Apr 2010 12:06:14 -0400 Message-ID: From: "illoai@gmail.com" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Disk Usage 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, 23 Apr 2010 16:06:16 -0000 On 22 April 2010 12:02, Jerry wrote: > I just did a fresh install of FreeBSD-8.0/amd64. Previously, I had > FreeBSD-7.3/i386 =A0installed. It appears the the size of "/" has > increased dramatically. > > $ df -H > Filesystem =A0 =A0 Size =A0 =A0Used =A0 Avail Capacity =A0Mounted on > /dev/ad0s1a =A0 =A01.0G =A0 =A0527M =A0 =A0428M =A0 =A055% =A0 =A0/ > devfs =A0 =A0 =A0 =A0 =A01.0k =A0 =A01.0k =A0 =A0 =A00B =A0 100% =A0 =A0/= dev > /dev/ad0s1d =A0 =A0520M =A0 =A0 18k =A0 =A0478M =A0 =A0 0% =A0 =A0/tmp > /dev/ad0s1e =A0 =A0236G =A0 =A06.0G =A0 =A0212G =A0 =A0 3% =A0 =A0/usr > /dev/ad1s1d =A0 =A0238G =A0 =A0720M =A0 =A0218G =A0 =A0 0% =A0 =A0/var > > When I attempted to build World and a new kernel after first installing > 8.0, I received an error that "/" was at 106% and the process stopped. I > reinstalled 8.0 and increased the size to 1.0G and now everything > appears to be working correctly. > > In my old installation, the root directory only used a minuscule amount > of space. Why has it increased so dramatically in 8.0/amd64? > 64bit executables are going to be larger, sometimes as much as 2x, but do you now have a bunch of (large) /boot/kernel/*.symbols files now? --=20 --