s/md0c/md0 where needed.
This commit is contained in:
parent
4de99325fa
commit
a1f77b1a3d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21481
1 changed files with 1 additions and 1 deletions
|
@ -2901,7 +2901,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
Image under FreeBSD 5.X</title>
|
||||
|
||||
<screen>&prompt.root; <userinput>mdconfig -a -t vnode -f <replaceable>diskimage</replaceable> -u <replaceable>0</replaceable></userinput>
|
||||
&prompt.root; <userinput>mount /dev/md<replaceable>0</replaceable>c <replaceable>/mnt</replaceable></userinput></screen>
|
||||
&prompt.root; <userinput>mount /dev/md<replaceable>0</replaceable> <replaceable>/mnt</replaceable></userinput></screen>
|
||||
</example>
|
||||
|
||||
<para>To create a new file system image with &man.mdconfig.8;:</para>
|
||||
|
|
Loading…
Reference in a new issue