From 0dc19dc486105cce86454a53d097d93ed74c84e7 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 5 May 2003 23:41:17 +0000 Subject: Add an example of how to create an fstab entry. --- sbin/mdmfs/mdmfs.8 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sbin/mdmfs') diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index 64fda07..cf60791 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -289,6 +289,10 @@ Create and mount a 32 megabyte swap-backed file system on .Pp .Dl "mdmfs -s 32m md /tmp" .Pp +The same file system created as an entry in +.Pa /etc/fstab : +.Dl "md /tmp mfs rw,-s32m 2 0" +.Pp Create and mount a 16 megabyte malloc-backed file system on .Pa /tmp using the -- cgit v1.1