s/ufs2/ufs/ for geom label examples.
PR: docs/122207 PR: docs/122206 PR: docs/122205 Submitted by: Josh Paetzel, Dylan Cochran, Dan Rue
This commit is contained in:
parent
dca6604bf9
commit
d071bfeb1e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=31764
1 changed files with 3 additions and 3 deletions
|
@ -510,7 +510,7 @@ ggate0
|
|||
<filename class="directory">/dev</filename>, which will be named
|
||||
based on their file system type. For example,
|
||||
<acronym>UFS</acronym>2 file system labels will be created in
|
||||
the <filename class="directory">/dev/ufs2</filename>
|
||||
the <filename class="directory">/dev/ufs</filename>
|
||||
directory.</para>
|
||||
|
||||
<para>A generic label will go away with the next reboot. These
|
||||
|
@ -537,10 +537,10 @@ ggate0
|
|||
</warning>
|
||||
|
||||
<para>A label should now exist in
|
||||
<filename class="directory">/dev/ufs2</filename> which may be
|
||||
<filename class="directory">/dev/ufs</filename> which may be
|
||||
added to <filename>/etc/fstab</filename>:</para>
|
||||
|
||||
<programlisting>/dev/ufs2/home /home ufs rw 2 2</programlisting>
|
||||
<programlisting>/dev/ufs/home /home ufs rw 2 2</programlisting>
|
||||
|
||||
<note>
|
||||
<para>The file system must not be mounted while attempting
|
||||
|
|
Loading…
Reference in a new issue