Update Question 9.15:

- Mark up da2 with <devicename>
- Mark up sysinstall(8) and disklabel(8)

Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-14 10:50:55 +00:00
parent 81813bb1be
commit 390a3e1a30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32259

View file

@ -5375,7 +5375,7 @@ C:\="DOS"</programlisting>
&man.fdisk.8; or
&man.sysinstall.8;.</para>
<para>The rest of the examples will be for a ZIP drive on da2,
<para>The rest of the examples will be for a ZIP drive on <devicename>da2</devicename>,
the third SCSI disk.</para>
<para>Unless it is a floppy, or a removable you plan on sharing
@ -5384,7 +5384,7 @@ C:\="DOS"</programlisting>
2X improvement in performance, and a lot more stability. First,
you need to redo the DOS-level partitions/filesystems. You can
either use &man.fdisk.8; or
<filename>/stand/sysinstall</filename>, or for a small drive
&man.sysinstall.8;, or for a small drive
that you do not want to bother with multiple operating system
support on, just blow away the whole FAT partition table
(slices) and just use the BSD partitioning:</para>
@ -5392,8 +5392,8 @@ C:\="DOS"</programlisting>
<screen>&prompt.root; <userinput>dd if=/dev/zero of=/dev/rda2 count=2</userinput>
&prompt.root; <userinput>disklabel -Brw da2 auto</userinput></screen>
<para>You can use disklabel or
<filename>/stand/sysinstall</filename> to create multiple BSD
<para>You can use &man.disklabel.8; or
&man.sysinstall.8; to create multiple BSD
partitions. You will certainly want to do this if you are adding
swap space on a fixed disk, but it is probably irrelevant on a
removable drive like a ZIP.</para>