View Single Post
Old 25th July 2008
Darwimy Darwimy is offline
Port Guard
 
Join Date: Jun 2008
Location: Germany
Posts: 36
Default

Quote:
Originally Posted by vermaden View Post
- mount /tmp in RAM
- mount /var/tam in RAM
- disable all useless logging in /var/log (by config or by links to /dev/null if you are lazy)
- or even mount /var/log in RAM
FreeBSD 6 and 7 automatically mount /tmp and /var as a ram-disks if they are not writeable, e.g. if you mount '/' read-only and have not placed them on separate file systems. For /var even the necessary directories are created automatically. However, with the default options this will hide the 'real' /var/db/pkg and you will not see your installed packages.
Reply With Quote