Subject: Re: help...
To: None <pzso@fsz.bme.hu, tms@tis.com>
From: Charlie Root <root@hotdog.apana.org.au>
List: netbsd-help
Date: 02/17/1996 18:06:41
if your swap partition is big enough you can add the following to you
/etc/fstab file:

/dev/<swap device>	/tmp	mfs	rw,-s<memory size>	0 0

Just make sure that you will still have enough space for your swap
area and that mfs has been compiled into your kernel.

e.g:

/dev/sd0b	/tmp	mfs	rw,-s102400 	0 0

gives you a /tmp directory of 50Mb size on swap partition sd0b

cheerio Berndt