/tmp and swap space

Pawel Worach pawel.worach at gmail.com
Thu Jul 29 17:04:16 UTC 2010


On Jul 29, 2010, at 17:35, gahn wrote:
> hi all:
> 
> 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

-- 
Pawel


More information about the freebsd-current mailing list