Install a mount_mfs symlink so that you can specify something like this

in /etc/fstab to get a memory disk:

md                      /tmp            mfs rw,-s8m,noatime     2       2

Back when mdmfs was created, there was vague discussion about doing this, but
it never materialized.

Reminded by:	Ralf S. Engelschall <rse@engelschall.com>
This commit is contained in:
Doug Barton 2003-04-27 01:18:36 +00:00
parent 914beb056b
commit 09fe58a9a5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114095

View File

@ -1,6 +1,7 @@
# $FreeBSD$
PROG= mdmfs
LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
MAN= mdmfs.8
.include <bsd.prog.mk>