Subject: Re: About MFS?
To: Ruey-Shyang Guo <rsguo@ms25.hinet.net>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 03/20/1999 11:01:10
Ruey-Shyang Guo <rsguo@ms25.hinet.net> writes:
> I have 64mb ram and 128mb swap on my system. I want to usr mfs for /tmp.
> I only add this line: /dev/my_swap_partition /tmp mfs rw 0 0 to
> /etc/fstab.(I have already compile it into my kernel.)
> Does it be ok?

No, your syntax is incorrect.

Try looking at /etc/fstab.wd or /etc/fstab.sd for an example of the
thing done correctly.

> Do I have to set the size for mfs? Does the swap's size
> need to increase for mfs?
> Thanks!!