From owner-freebsd-questions Wed Jan 9 12:34:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bilbo.in.mat.cc (bilbo.in.mat.cc [212.43.217.121]) by hub.freebsd.org (Postfix) with ESMTP id D4C5B37B41C for ; Wed, 9 Jan 2002 12:34:22 -0800 (PST) Received: from bilbo.org (localhost [127.0.0.1]) by bilbo.in.mat.cc (Postfix) with ESMTP id 5CE4B71055; Wed, 9 Jan 2002 21:34:19 +0100 (CET) Received: from club-internet.fr (sauron.in.mat.cc [212.43.217.122]) by bilbo.in.mat.cc (Postfix) with ESMTP id ED02C71055; Wed, 9 Jan 2002 21:34:13 +0100 (CET) Message-ID: <3C3CA945.1F188551@club-internet.fr> Date: Wed, 09 Jan 2002 21:34:13 +0100 From: Mathieu Arnold Organization: http://www.absolight.fr/ X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Bernie Cc: freebsd-questions@FreeBSD.ORG Subject: Re: filesystem full, but still going(?) - newbie References: <20020109201020.G7500-100000@BLAST> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Bernie wrote: > > hello > > i'm in the middle of making kdelibs2 port (long one) and i got > messg filesystem full for /usr . > > df showed the following: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 63503 58584 -161 100% / > /dev/ad0s1g 13174185 1193214 10927037 10% /home > /dev/ad0s1e 2977230 2917083 -178031 106% /usr > /dev/ad0s1f 347295 6226 313286 2% /var > mfs:22 63471 3 58391 0% /tmp > procfs 4 4 0 100% /proc > > /usr counts negative... > > so, what happens here? is it taking space from other filesystem > to do the job? and for how long will that go? > > do i have to stop the 'make'? seems to be carying on ok... # tunefs -p /usr tunefs: soft updates: (-n) enabled tunefs: maximum contiguous block count: (-a) 15 tunefs: rotational delay between contiguous blocks: (-d) 0 ms tunefs: maximum blocks per file in a cylinder group: (-e) 2048 tunefs: average file size: (-f) 16384 tunefs: average number of files in a directory: (-s) 64 tunefs: minimum percentage of free space: (-m) 8% tunefs: optimization preference: (-o) time you (and I) have 8% by default allocated to root use tunefs -m 2 /usr to reclaim some space. -- Mathieu Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message