Date: Wed, 09 Jan 2002 21:34:13 +0100 From: Mathieu Arnold <arn_mat@club-internet.fr> To: Bernie <Bernie_X@myrealbox.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: filesystem full, but still going(?) - newbie Message-ID: <3C3CA945.1F188551@club-internet.fr> References: <20020109201020.G7500-100000@BLAST>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C3CA945.1F188551>