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

(-)en_US.ISO8859-1/articles/formatting-media/article.sgml (-13 / +11 lines)
Lines 128-134 Link Here
128
	    composed of contiguous sectors.  Slices are recorded in a
128
	    composed of contiguous sectors.  Slices are recorded in a
129
	    <quote>slice table</quote> used by the system BIOS to
129
	    <quote>slice table</quote> used by the system BIOS to
130
	    locate bootable partitions.  The slice table is usually
130
	    locate bootable partitions.  The slice table is usually
131
	    called the Partition Table in DOS parlance.  Maintained by
131
	    called the <quote>partition table</quote> in DOS parlance.  Maintained by
132
	    the fdisk utility.</para>
132
	    the fdisk utility.</para>
133
	</listitem>
133
	</listitem>
134
134
Lines 259-265 Link Here
259
	</step>
259
	</step>
260
260
261
	<step>
261
	<step>
262
	  <para>When warned about Writing on installed systems, answer
262
	  <para>When warned about writing on installed systems, answer
263
	    <command>Yes</command>.</para>
263
	    <command>Yes</command>.</para>
264
	</step> 
264
	</step> 
265
265
Lines 283-289 Link Here
283
	<step>
283
	<step>
284
	  <para>Enter <command>W</command> when done and confirm to
284
	  <para>Enter <command>W</command> when done and confirm to
285
	    continue.  The filesystem will be newfs'd for you, unless
285
	    continue.  The filesystem will be newfs'd for you, unless
286
	    you select otherwise (for news partitions you'll want to
286
	    you select otherwise (for new partitions you'll want to
287
	    do this!).  You'll get the error: 
287
	    do this!).  You'll get the error: 
288
288
289
	    <informalexample>
289
	    <informalexample>
Lines 304-310 Link Here
304
    <sect2>
304
    <sect2>
305
      <title>Making Dedicated Mode Disks Using the Command Line</title>
305
      <title>Making Dedicated Mode Disks Using the Command Line</title>
306
306
307
      <para>Execute the following commands, replacing ad2 with the
307
      <para>Execute the following commands, replacing <devicename>ad2</devicename> with the
308
	disk name.</para>
308
	disk name.</para>
309
309
310
      <informalexample>
310
      <informalexample>
Lines 340-346 Link Here
340
340
341
      <para>The command line is the easiest way to make dedicated
341
      <para>The command line is the easiest way to make dedicated
342
	disks, and the worst way to make compatibility disks.  The
342
	disks, and the worst way to make compatibility disks.  The
343
	command-line fdisk utility requires higher math skills and an
343
	command-line <command>fdisk</command> utility requires higher math skills and an
344
	in-depth understanding of the slice table, which is more than
344
	in-depth understanding of the slice table, which is more than
345
	most people want to deal with.  Use sysinstall for
345
	most people want to deal with.  Use sysinstall for
346
	compatibility disks, as described below.</para>
346
	compatibility disks, as described below.</para>
Lines 424-430 Link Here
424
424
425
	<step>
425
	<step>
426
	  <para>The filesystem will be newfs'd for you, unless you
426
	  <para>The filesystem will be newfs'd for you, unless you
427
	    select otherwise (for news partitions you'll want to do
427
	    select otherwise (for new partitions you'll want to do
428
	    this!).  You'll get the error:
428
	    this!).  You'll get the error:
429
429
430
	    <informalexample>
430
	    <informalexample>
Lines 481-487 Link Here
481
	    </programlisting>
481
	    </programlisting>
482
	  </informalexample>
482
	  </informalexample>
483
	  
483
	  
484
	  <para>Change /dev/ad0b to the device of the newly added
484
	  <para>Change <filename>/dev/ad0b</filename> to the device of the newly added
485
	    space.</para>
485
	    space.</para>
486
	</step>
486
	</step>
487
487
Lines 591-603 Link Here
591
      be at least 128 kB, and it should not be not be a power of 2.</para>
591
      be at least 128 kB, and it should not be not be a power of 2.</para>
592
592
593
      <para>Now you can mount and use your CCD by referencing device
593
      <para>Now you can mount and use your CCD by referencing device
594
	/dev/ccd0c.</para>
594
	<filename>/dev/ccd0c</filename>.</para>
595
<para>
596
A more powerful and flexible alternative to CCD is Vinum.  See the <ulink
597
URL="http://www.vinumvm.org/">Vinum Project home page</ulink> for further
598
details
599
</para>
600
595
596
      <para>A more powerful and flexible alternative to CCD is Vinum.  See the
597
        <ulink URL="http://www.vinumvm.org/">Vinum Project home page</ulink>
598
        for further details.</para>
601
    </sect2>
599
    </sect2>
602
  </sect1>
600
  </sect1>

Return to bug 28777