T. Valent wrote:
I am still not sure if MFS helps me. My project is an embedded system
that does not have a swap. I'm pretty sure the system will not run out
of memory. So am I supposed to create the MFS on swap though I don't
have any?
From an "embedded" box running from CF and without swap:
pengo$ cat /etc/fstab
/dev/wd0a / ffs ro,noatime 1 1
swap    /dev mfs rw,noatime,nosuid,-s=1024,-i=256,-P=/mfs/dev 0 0
swap    /var mfs rw,noatime,nodev,nosuid,-s=16384,-P=/mfs/var 0 0
swap    /tmp mfs rw,noatime,nodev,nosuid,-s=8192 0 0


---
Lars Hansson

Reply via email to