From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S5WY8-0007Iz-Av for garchives@archives.gentoo.org; Thu, 08 Mar 2012 06:10:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FB1AE05AF; Thu, 8 Mar 2012 06:09:50 +0000 (UTC) Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by pigeon.gentoo.org (Postfix) with ESMTP id 71F5AE05E4 for ; Thu, 8 Mar 2012 06:08:53 +0000 (UTC) Received: from localhost (c-24-18-250-30.hsd1.wa.comcast.net [24.18.250.30]) by smtp.webfaction.com (Postfix) with ESMTP id D2D4326EA249 for ; Thu, 8 Mar 2012 00:08:52 -0600 (CST) Date: Wed, 7 Mar 2012 22:08:25 -0800 From: Bryan Gardiner To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Disk usage during emerge Message-ID: <20120307220825.3be7987a@khumba.net> In-Reply-To: References: <20120308025700.GA11477@eisen.lan> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 6f32c52d-60f9-4762-ae93-1e3763344490 X-Archives-Hash: 83888b5d7d51b1c8c0906930dcfad3e5 On Wed, 7 Mar 2012 23:38:39 -0600 Paul Hartman wrote: > > Perhaps because of downloading of the distfiles? Or did you already > exclude those from the totals? It sounds like he downloaded distfiles before checking. > I downloaded all distfiles and then looked at df /, it showed 1022 > blocks, hence about 1 GB of free disk space. Do you mean 1022k blocks to give 1GiB? Since each block is normally 1KiB... One hypothesis would be that if you are running KDE while doing the upgrade, then the kernel can't immediately overwrite some of the 4.8.0 files with 4.8.1, because if you're still running the old 4.8.0 binaries, libraries, etc. in memory, they are kept around on disk until the processes using them finish (though during that time, all accesses to those filenames will reach the new versions). Once you log out / reboot, this old space will be reclaimed. I'm not sure how much this affects something like KDE that relies heavily on shared libraries. Of course if the space stays used then it's some other cause entirely. Also, this is tangental to your problem, but don't forget about "eclean-dist -d -f" if you want to clean up old distfiles :).