Subject: Re: Q: any sollution for the old df bug?
To: Frederick Bruckman <fb@enteract.com>
From: David Brownlee <abs@netbsd.org>
List: port-mac68k
Date: 09/10/2000 13:13:59
While on the subject of /tmp...
If you are creating a separate /tmp partition you might want to
look at giving that partition to swap, then mounting /tmp on
an mfs - fstab entry for 64MB mfs /tmp would be:
swap /tmp mfs rw,-s131072 0 0
Best for machines with more RAM, but very nice boost for heavy
users of /tmp
David/absolute
-- www.netbsd.org: A pmap for every occasion --
On Sun, 10 Sep 2000, Frederick Bruckman wrote:
> 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
>
>