mdmfs.8 (4460871b32d2df850a6bf9de303b8582cc187a13) mdmfs.8 (031ba6ffd4aa6ac0298a81d79dfff922f5022712)
1.\"
2.\" Copyright (c) 2001 Dima Dorfman.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 277 unchanged lines hidden (view full) ---

286.Sh EXAMPLES
287Create and mount a 32 megabyte swap-backed file system on
288.Pa /tmp :
289.Pp
290.Dl "mdmfs -s 32m md /tmp"
291.Pp
292The same file system created as an entry in
293.Pa /etc/fstab :
1.\"
2.\" Copyright (c) 2001 Dima Dorfman.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 277 unchanged lines hidden (view full) ---

286.Sh EXAMPLES
287Create and mount a 32 megabyte swap-backed file system on
288.Pa /tmp :
289.Pp
290.Dl "mdmfs -s 32m md /tmp"
291.Pp
292The same file system created as an entry in
293.Pa /etc/fstab :
294.Pp
294.Dl "md /tmp mfs rw,-s32m 2 0"
295.Pp
296Create and mount a 16 megabyte malloc-backed file system on
297.Pa /tmp
298using the
299.Pa /dev/md1
300device;
301furthermore,

--- 51 unchanged lines hidden ---
295.Dl "md /tmp mfs rw,-s32m 2 0"
296.Pp
297Create and mount a 16 megabyte malloc-backed file system on
298.Pa /tmp
299using the
300.Pa /dev/md1
301device;
302furthermore,

--- 51 unchanged lines hidden ---