diff options
author | dougb <dougb@FreeBSD.org> | 2003-05-05 23:41:17 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-05-05 23:41:17 +0000 |
commit | 0dc19dc486105cce86454a53d097d93ed74c84e7 (patch) | |
tree | 63a7ab80106049e20cbaf4544932df68c6ca4e19 /sbin/mdmfs | |
parent | f191592855ce0c76451ec38fca54dfa09e3eb920 (diff) | |
download | FreeBSD-src-0dc19dc486105cce86454a53d097d93ed74c84e7.zip FreeBSD-src-0dc19dc486105cce86454a53d097d93ed74c84e7.tar.gz |
Add an example of how to create an fstab entry.
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r-- | sbin/mdmfs/mdmfs.8 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |