View | Details | Raw Unified | Return to bug 29806
Collapse All | Expand All

(-)chapter.patched (-6 / +6 lines)
Lines 125-131 Link Here
125
    <indexterm><primary>IDE</primary></indexterm>
125
    <indexterm><primary>IDE</primary></indexterm>
126
    <indexterm><primary>SCSI</primary></indexterm>
126
    <indexterm><primary>SCSI</primary></indexterm>
127
    <indexterm><primary>RAID</primary></indexterm>
127
    <indexterm><primary>RAID</primary></indexterm>
128
    <indexterm><primary>fash memory</primary></indexterm>
128
    <indexterm><primary>flash memory</primary></indexterm>
129
    <para>Physical drives come in two main flavors,
129
    <para>Physical drives come in two main flavors,
130
      <acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there
130
      <acronym>IDE</acronym>, or <acronym>SCSI</acronym>; but there
131
      are also drives backed by RAID controllers, flash memory, and so
131
      are also drives backed by RAID controllers, flash memory, and so
Lines 150-156 Link Here
150
	  </row>
150
	  </row>
151
	  <row>
151
	  <row>
152
	    <entry>IDE CDROM drives</entry>
152
	    <entry>IDE CDROM drives</entry>
153
	    <entry><literal>acd</literal> from 4.1-RELEASE,
153
	    <entry><literal>acd</literal> from 4.0-RELEASE,
154
	      <literal>wcd</literal> before 4.0-RELEASE.</entry>
154
	      <literal>wcd</literal> before 4.0-RELEASE.</entry>
155
	  </row>
155
	  </row>
156
	  <row>
156
	  <row>
Lines 249-255 Link Here
249
      drives.</para>
249
      drives.</para>
250
250
251
    <sect2 id="disks-fstab">
251
    <sect2 id="disks-fstab">
252
      <title>The <filename>fstab</filename> File</title>
252
      <title>The fstab File</title>
253
      <indexterm>
253
      <indexterm>
254
        <primary>filesystems</primary>
254
        <primary>filesystems</primary>
255
	<secondary>mounted with fstab</secondary>
255
	<secondary>mounted with fstab</secondary>
Lines 455-461 Link Here
455
    </sect2>
455
    </sect2>
456
456
457
    <sect2 id="disks-umount">
457
    <sect2 id="disks-umount">
458
      <title>The <command>umount</command> Command</title>
458
      <title>The umount Command</title>
459
      <indexterm>
459
      <indexterm>
460
        <primary>filesystems</primary>
460
        <primary>filesystems</primary>
461
        <secondary>unmounting</secondary>
461
        <secondary>unmounting</secondary>
Lines 498-504 Link Here
498
    <para>Lets say we want to add a new SCSI disk to a machine that
498
    <para>Lets say we want to add a new SCSI disk to a machine that
499
      currently only has a single drive.  First turn off the computer
499
      currently only has a single drive.  First turn off the computer
500
      and install the drive in the computer following the instructions
500
      and install the drive in the computer following the instructions
501
      of the computer, controller, and drive manufacturer.  Due the
501
      of the computer, controller, and drive manufacturer.  Due to the
502
      wide variations of procedures to do this, the details are beyond
502
      wide variations of procedures to do this, the details are beyond
503
      the scope of this document.</para>
503
      the scope of this document.</para>
504
504
Lines 1104-1110 Link Here
1104
      <para>Which tool to use to burn the CD depends on whether your CD burner
1104
      <para>Which tool to use to burn the CD depends on whether your CD burner
1105
	is ATAPI or something else. ATAPI CD burners use the <command><link
1105
	is ATAPI or something else. ATAPI CD burners use the <command><link
1106
	linkend="burncd">burncd</link></command> program that is part of
1106
	linkend="burncd">burncd</link></command> program that is part of
1107
	the base system. SCSI and USB CD burners should use the
1107
	the base system. SCSI and USB CD burners should use
1108
	<command><link linkend="cdrecord">cdrecord</link></command> from
1108
	<command><link linkend="cdrecord">cdrecord</link></command> from
1109
	the <port>sysutils/cdrtools</port> port.</para>
1109
	the <port>sysutils/cdrtools</port> port.</para>

Return to bug 29806