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 <gentoo-user+bounces-96541-garchives=archives.gentoo.org@lists.gentoo.org>) id 1MEVfE-00075g-LE for garchives@archives.gentoo.org; Wed, 10 Jun 2009 21:48:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E6AE06FE; Wed, 10 Jun 2009 21:48:55 +0000 (UTC) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.157]) by pigeon.gentoo.org (Postfix) with ESMTP id A1E18E06FE for <gentoo-user@lists.gentoo.org>; Wed, 10 Jun 2009 21:48:55 +0000 (UTC) Received: by yw-out-1718.google.com with SMTP id 5so4120294ywm.46 for <gentoo-user@lists.gentoo.org>; Wed, 10 Jun 2009 14:48:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=NlnSuNB3GmhkJKvHJtQOxeHE1MRFFBXarNIKbDU6dnU=; b=poQxLDMSzwAUdtPXb8aSFu3osNIjXNv+OmAVf0dxy4FYBwk+UIty7DVjd/zTDtbmrH MwZLMGWKUaG+X76iqrqK0kcy9GS6F/erC/vml7k2UyL0aF2QhZWHhcZt6sOH000EHkHE 8sNfbMfkX32XRfamK2127CgKook1q6JdOvvpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=aLDjO5x2A56hSPV5LTPTzlfEQ0sp96H9s4NVc8zkYzFXBhDf3ER0drcHq4aZkD7Hw2 kEuLSMdHfTelttImcHumd769ga5GKR4ZWftxvYtS21a3YsI+6c2zjro6opgdTrna0lm6 s6JCMAXCY6xn1ZWrdUEtSiRxW/G9xg7WlHGsw= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.151.143.6 with SMTP id v6mr3460031ybn.346.1244670534960; Wed, 10 Jun 2009 14:48:54 -0700 (PDT) In-Reply-To: <4A300E83.8060505@gmail.com> References: <dd6ae1990906101107v765a7f91w869c7fdb3a34bc11@mail.gmail.com> <dd6ae1990906101124j1a3b6367g59a81419297a89e3@mail.gmail.com> <58965d8a0906101155n46ce6d04q878e2b0cc531403c@mail.gmail.com> <200906102140.13079.dirk.heinrichs@online.de> <4A300E83.8060505@gmail.com> Date: Wed, 10 Jun 2009 16:48:54 -0500 X-Google-Sender-Auth: 5640f5f7ac019f3a Message-ID: <58965d8a0906101448v68b42307tb127d6a1fe65042a@mail.gmail.com> Subject: Re: [gentoo-user] Lost free space on / From: Paul Hartman <paul.hartman+gentoo@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 8d1611ff-8ba9-4b3c-ad2a-79199338f0ec X-Archives-Hash: fda4c64eb1e0532ba25d3e090700e1c4 On Wed, Jun 10, 2009 at 2:50 PM, Alexander Pilipovsky<alexander.pilipovsky@gmail.com> wrote: > But how many space on hard disk for it will be good? This depends on your usage, of course, and for what purpose you expect to use /var. If you run a server with lots of logs, like a high-traffic web server, you may want to ensure /var/log is in a place with enough room. I use logrotate to archive and compress log files so they don't take up too much space. In my case I have my temp dir as /var/tmp (i think this is the default location), so things like ripping/encoding/burning a DVD image can use sometimes near 25G of temp space. Portage will also use (again, as default) for its temp dir, so any aborted compile sessions and giant packages like OpenOffice will need sufficient space as well. KDE pixmap cache is using 1.5G in my user's tmp directory alone. And of course portage itself stores the packages cache there. All of the above can be changed, of course, or links/mounted to different drives/partitions.... I think the rule of thumb that applies is: calculate the greatest amount of space you would ever realistically need and then double it. :)