26.1.2014 18:31, Илья Шипицин kirjoitti:
hello,what do you think of adding a faq item which will give example how /tmp (or any other write intensive temp disk partition) can be stored in mfs drive? Ilya Shipitsin
Now that OpenBSD has tmpfs I'd use that instead of mfs. I just added following on my /etc/fstab: none /tmp tmpfs rw,nodev,nosuid,-s=1g,-m=1777 0 0 none /var/cache tmpfs rw,nodev,nosuid,-s=128m,-m=0755 0 0 none /var/run tmpfs rw,nodev,nosuid,-s=64m,-m=0755 0 0 Timo

