Rewrap some long lines.
Translators can ignore this change.
This commit is contained in:
parent
453c861a97
commit
9f90a76676
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47798
1 changed files with 18 additions and 16 deletions
|
@ -2330,7 +2330,8 @@ root 5211 0.0 0.2 3620 1724 2 I+ 2:09AM 0:00.01 passwd</screen>
|
|||
<row>
|
||||
<entry><literal>ada0s1a</literal></entry>
|
||||
<entry>The first partition (<literal>a</literal>) on the
|
||||
first slice (<literal>s1</literal>) on the first <acronym>SATA</acronym>
|
||||
first slice (<literal>s1</literal>) on the first
|
||||
<acronym>SATA</acronym>
|
||||
disk (<literal>ada0</literal>).</entry>
|
||||
</row>
|
||||
|
||||
|
@ -2348,22 +2349,23 @@ root 5211 0.0 0.2 3620 1724 2 I+ 2:09AM 0:00.01 passwd</screen>
|
|||
<example xml:id="basics-concept-disk-model">
|
||||
<title>Conceptual Model of a Disk</title>
|
||||
|
||||
<para>This diagram shows &os;'s view of the first <acronym>SATA</acronym> disk
|
||||
attached to the system. Assume that the disk is 250 GB in
|
||||
size, and contains an 80 GB slice and a 170 GB slice (&ms-dos; partitions).
|
||||
The first slice contains a &windows; <acronym>NTFS</acronym> file system,
|
||||
<filename>C:</filename>, and the second slice contains a
|
||||
&os; installation. This example &os; installation has four
|
||||
data partitions and a swap partition.</para>
|
||||
<para>This diagram shows &os;'s view of the first
|
||||
<acronym>SATA</acronym> disk attached to the system. Assume
|
||||
that the disk is 250 GB in size, and contains an
|
||||
80 GB slice and a 170 GB slice (&ms-dos;
|
||||
partitions). The first slice contains a &windows;
|
||||
<acronym>NTFS</acronym> file system, <filename>C:</filename>,
|
||||
and the second slice contains a &os; installation. This
|
||||
example &os; installation has four data partitions and a swap
|
||||
partition.</para>
|
||||
|
||||
<para>The four partitions each hold a file system.
|
||||
Partition <literal>a</literal> is used for the root file
|
||||
system, <literal>d</literal> for
|
||||
<filename>/var/</filename>,
|
||||
<literal>e</literal> for <filename>/tmp/</filename>, and <literal>f</literal> for
|
||||
<filename>/usr/</filename>. Partition letter
|
||||
<literal>c</literal> refers to the entire slice, and so is not
|
||||
used for ordinary partitions.</para>
|
||||
<para>The four partitions each hold a file system. Partition
|
||||
<literal>a</literal> is used for the root file system,
|
||||
<literal>d</literal> for <filename>/var/</filename>,
|
||||
<literal>e</literal> for <filename>/tmp/</filename>, and
|
||||
<literal>f</literal> for <filename>/usr/</filename>.
|
||||
Partition letter <literal>c</literal> refers to the entire
|
||||
slice, and so is not used for ordinary partitions.</para>
|
||||
|
||||
<mediaobject>
|
||||
<imageobject>
|
||||
|
|
Loading…
Reference in a new issue