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_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
