Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2010 18:37:47 +0200
From:      Pawel Worach <pawel.worach@gmail.com>
To:        gahn <ipfreak@yahoo.com>
Cc:        free bsd <freebsd-current@freebsd.org>
Subject:   Re: /tmp and swap space
Message-ID:  <00C30860-35DD-4B0C-8FFF-F0824BDD0639@gmail.com>
In-Reply-To: <701277.97445.qm@web52303.mail.re2.yahoo.com>
References:  <701277.97445.qm@web52303.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jul 29, 2010, at 17:35, gahn wrote:
> hi all:
>=20
> is it possible to create /tmp directory under swap space? under =
solaris, it is automatically created under swap unless one specifically =
instructs the system not to do so..

Why not use tmpfs ?

echo "tmpfs			/tmp		tmpfs	rw		=
0	0" >> /etc/fstab
mount /tmp

--=20
Pawel=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00C30860-35DD-4B0C-8FFF-F0824BDD0639>