Subject: Re: Q: any sollution for the old df bug?
To: Pitz <Stephan.Pietzko@uni-konstanz.de>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 09/10/2000 05:50:48
On Sun, 10 Sep 2000, Pitz wrote:

> hi folkz,
> 
> i did not read the list for some months so i missed mails form jan - aug.
> But now i have again running a Quadra 800 with NetBSD 1.4.2 and a 4Gig HD.
> 
> /tmp is a extra 100 MB partition and is absolutly empty, but i still get :
> 
> any solutions? Pitz
> PS: i can remember similar disscussions a year ago without a solution 
> - is this still the same??

umount /tmp; newfs /dev/rsd0e; mount /tmp
 
> ----------------------------------------------------------------------
> pitz@laos:/home/pitz> df
> Filesystem  512-blocks     Used    Avail Capacity  Mounted on
> /dev/sd0a       484094    23324   412360     5%    /
> /dev/sd0g      2808792   745302  1782610    29%    /usr
> /dev/sd0d      3777526  2811108   588664    82%    /var
> /dev/sd0e      4009812  3777544  -168714   104%    /tmp
> /dev/sd0f      7303276  4152910  2420038    63%    /space
> kernfs               2        2        0   100%    /kern
> procfs               8        8        0   100%    /proc
> pitz@laos:/home/pitz> cp /usr/bin/troff /tmp
> 
> /tmp: write failed, file system is full
> cp: /tmp/troff: No space left on device
> pitz@laos:/home/pitz>
> ----------------------------------------------------------------------
> 



Frederick