Change the device names from wd* to the new ad* devices.
This commit is contained in:
parent
c47f00f528
commit
9a3ef00145
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12645
1 changed files with 4 additions and 4 deletions
|
@ -110,10 +110,10 @@
|
|||
host adapter and a SCSI ZIP drive to avoid problems in the
|
||||
future.</para>
|
||||
|
||||
<para>IDE devices in FreeBSD are prefixed with a <literal>w</literal>.
|
||||
<para>IDE devices in FreeBSD are prefixed with a <literal>a</literal>.
|
||||
For example, an IDE hard disk might be
|
||||
<filename>/dev/wd0</filename>, an IDE (ATAPI) CDROM might be
|
||||
<filename>/dev/wcd1</filename>, and so on.</para>
|
||||
<filename>/dev/ad0</filename>, an IDE (ATAPI) CDROM might be
|
||||
<filename>/dev/acd1</filename>, and so on.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -238,7 +238,7 @@
|
|||
|
||||
<para>For IDE ZIP drives, use:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>mount_msdos /dev/wd1s4 /mnt</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>mount_msdos /dev/ad1s4 /mnt</userinput></screen>
|
||||
|
||||
<para>It will also be helpful to update <filename>/etc/fstab</filename> to
|
||||
make mounting easier. Add a line like the following, edited to suit your
|
||||
|
|
Loading…
Reference in a new issue