Replace sd by da for SCSI disks.

PR:		docs/12818
Submitted by:	 chris@calldei.com
This commit is contained in:
Jesus Rodriguez Cuesta 1999-07-28 13:04:15 +00:00
parent e49e431805
commit 0b84ff33bd
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5261

View file

@ -1,4 +1,4 @@
<!-- $Id: admin.sgml,v 1.26 1999-07-28 12:36:46 jesusr Exp $ --> <!-- $Id: admin.sgml,v 1.27 1999-07-28 13:04:15 jesusr Exp $ -->
<!-- The FreeBSD Documentation Project --> <!-- The FreeBSD Documentation Project -->
<sect> <sect>
@ -103,7 +103,7 @@
<p>if it's a floppy, or this: <p>if it's a floppy, or this:
<verb> <verb>
mount -t msdos /dev/sd2s4 /zip mount -t msdos /dev/da2s4 /zip
</verb> </verb>
<p>for a ZIP disk with the factory configuration. <p>for a ZIP disk with the factory configuration.
@ -111,7 +111,7 @@
<p>For other disks, see how they're laid out using <tt/fdisk/ or <p>For other disks, see how they're laid out using <tt/fdisk/ or
<tt>/stand/sysinstall</tt>. <tt>/stand/sysinstall</tt>.
<p>The rest of the examples will be for a ZIP drive on sd2, the third <p>The rest of the examples will be for a ZIP drive on da2, the third
SCSI disk. SCSI disk.
<p>Unless it's a floppy, or a removable you plan on sharing with <p>Unless it's a floppy, or a removable you plan on sharing with
@ -126,7 +126,7 @@
and just use the BSD partitioning: and just use the BSD partitioning:
<verb> <verb>
dd if=/dev/zero of=/dev/rsd2 count=2 dd if=/dev/zero of=/dev/rda2 count=2
disklabel -Brw sd2 auto disklabel -Brw sd2 auto
</verb> </verb>
@ -139,13 +139,13 @@
using the whole disk: using the whole disk:
<verb> <verb>
newfs /dev/rsd2c newfs /dev/rda2c
</verb> </verb>
<p>and mount it: <p>and mount it:
<verb> <verb>
mount /dev/sd2c /zip mount /dev/da2c /zip
</verb> </verb>
<p>and it's probably a good idea to add a line like this to <p>and it's probably a good idea to add a line like this to
@ -154,7 +154,7 @@
future: future:
<verb> <verb>
/dev/sd2c /zip ffs rw,noauto 0 0 /dev/da2c /zip ffs rw,noauto 0 0
</verb> </verb>
<sect1> <sect1>
@ -163,12 +163,12 @@
<p>The secondary DOS partitions are found after ALL the primary <p>The secondary DOS partitions are found after ALL the primary
partitions. For example, if you have an "E" partition as the partitions. For example, if you have an "E" partition as the
second DOS partition on the second SCSI drive, you need to create second DOS partition on the second SCSI drive, you need to create
the special files for "slice 5" in /dev, then mount /dev/sd1s5: the special files for "slice 5" in /dev, then mount /dev/da1s5:
<verb> <verb>
# cd /dev # cd /dev
# ./MAKEDEV sd1s5 # ./MAKEDEV sd1s5
# mount -t msdos /dev/sd1s5 /dos/e # mount -t msdos /dev/da1s5 /dos/e
</verb> </verb>
<sect1> <sect1>
@ -220,7 +220,7 @@
FAT partition, under, say, <tt>/mnt</tt>. FAT partition, under, say, <tt>/mnt</tt>.
<verb> <verb>
dd if=/dev/rsd0a of=/mnt/bootsect.bsd bs=512 count=1 dd if=/dev/rda0a of=/mnt/bootsect.bsd bs=512 count=1
</verb> </verb>
<p>Reboot into DOS or NT. NTFS users copy the <tt/bootsect.bsd/ <p>Reboot into DOS or NT. NTFS users copy the <tt/bootsect.bsd/
@ -267,8 +267,8 @@
``<tt>loader=/boot/chain.b</tt>'' to the LILO entry. ``<tt>loader=/boot/chain.b</tt>'' to the LILO entry.
For example: For example:
<verb> <verb>
other=/dev/sdb4 other=/dev/dab4
table=/dev/sdb table=/dev/dab
loader=/boot/chain.b loader=/boot/chain.b
label=FreeBSD label=FreeBSD
</verb> </verb>
@ -278,7 +278,7 @@
For example, if your FreeBSD SCSI disk is probed by BIOS as BIOS For example, if your FreeBSD SCSI disk is probed by BIOS as BIOS
disk 1, at the FreeBSD boot loader prompt you need to specify: disk 1, at the FreeBSD boot loader prompt you need to specify:
<verb> <verb>
Boot: 1:sd(0,a)/kernel Boot: 1:da(0,a)/kernel
</verb> </verb>
<p>On FreeBSD 2.2.5 and later, you can configure <htmlurl <p>On FreeBSD 2.2.5 and later, you can configure <htmlurl
@ -385,7 +385,7 @@
this for example with this for example with
<verb> <verb>
dd if=/dev/zero of=/dev/rsd0 count=15 dd if=/dev/zero of=/dev/rda0 count=15
</verb> </verb>
<p>Alternatively, the undocumented DOS ``feature'' <p>Alternatively, the undocumented DOS ``feature''