Add examples for configuring and mounting geom_uzip(4) based disks'
image and sliced/partitioned memory disks. MFC after: 1 week
This commit is contained in:
parent
ddb53abcd9
commit
de63bf714c
@ -75,6 +75,9 @@ was specified) using
|
||||
.Xr newfs 8 ,
|
||||
and mounts it using
|
||||
.Xr mount 8 .
|
||||
It can handle
|
||||
.Xr geom_uzip 4
|
||||
compressed disk images, as long as the kernel support this GEOM class.
|
||||
All the command line options are passed to the appropriate program
|
||||
at the appropriate stage in order to achieve the desired effect.
|
||||
.Pp
|
||||
@ -307,6 +310,23 @@ do not use soft-updates on it and mount it
|
||||
.Cm async :
|
||||
.Pp
|
||||
.Dl "mdmfs -M -S -o async -s 16m md1 /tmp"
|
||||
.Pp
|
||||
Create and mount a
|
||||
.Xr geom_uzip 4
|
||||
based compressed disk image:
|
||||
.Pp
|
||||
.Dl "mdmfs -P -F foo.uzip -oro md.uzip /tmp/"
|
||||
.Pp
|
||||
Mount the same image specifing the
|
||||
.Pa /dev/md1
|
||||
device:
|
||||
.Pp
|
||||
.Dl "mdmfs -P -F foo.uzip -oro md1.uzip /tmp/"
|
||||
.Pp
|
||||
Configure a vnode-backed file system and mount its first partition,
|
||||
using automatic device numbering:
|
||||
.Pp
|
||||
.Dl "mdmfs -P -F foo.img mds1a /tmp/"
|
||||
.Sh COMPATIBILITY
|
||||
The
|
||||
.Nm
|
||||
|
Loading…
x
Reference in New Issue
Block a user