Update Question 9.8:

- Remove remainders of the MAKEDEV(8) era
- Fix emphasis by use of <emphasis>

Reviewed by:	trhodes, danger, remko
Approved by:	gabor (mentor)
This commit is contained in:
Gabor Pali 2008-06-14 10:47:03 +00:00
parent e54744ef3e
commit 510b7a2d25
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32254

View file

@ -5156,12 +5156,12 @@ use "disklabel -r" to install initial label</screen>
<answer>
<para>The secondary DOS partitions are found after ALL the
<para>The secondary DOS partitions are found after <emphasis>all</emphasis> the
primary partitions. For example, if you have an
<quote>E</quote> partition as the second DOS partition on
the second SCSI drive, you need to create the special files
the second SCSI drive, there will be a device file
for <quote>slice 5</quote> in <filename>/dev</filename>,
then mount <devicename>/dev/da1s5</devicename>:</para>
so simply mount it:</para>
<screen>&prompt.root; <userinput>mount -t msdos /dev/da1s5 /dos/e</userinput></screen>