Date: Wed, 9 Jan 2002 21:14:49 +0200 (EET) From: Bernie <Bernie_X@myrealbox.com> To: Mathieu Arnold <arn_mat@club-internet.fr> Cc: Bernie <Bernie_X@myrealbox.com>, <freebsd-questions@FreeBSD.ORG> Subject: Re: filesystem full, but still going(?) - newbie Message-ID: <20020109210709.G26608-100000@BLAST> In-Reply-To: <3C3CA945.1F188551@club-internet.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 Jan 2002, Mathieu Arnold wrote: > > 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 > > Thank you for your reply. i'll be trying it out shortly. btw, make stoped after a while ... regards, Bernie 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?20020109210709.G26608-100000>