aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-12-12 19:12:45 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-12-12 19:12:45 +0000
commit40921d4855ca73fe912232b82112971fcbfa03fe (patch)
tree832033cbc326be3a08c78913743dd5c294a9cb43
parentb9fcd4a616a421eb0143f12eb21c651d6106efa9 (diff)
downloadsrc-40921d4855ca73fe912232b82112971fcbfa03fe.tar.gz
src-40921d4855ca73fe912232b82112971fcbfa03fe.zip
sd->da, wd->ad
Notes
Notes: svn path=/head/; revision=54507
-rw-r--r--release/texts/i386/INSTALL.TXT8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/texts/i386/INSTALL.TXT b/release/texts/i386/INSTALL.TXT
index 304ed0105dc3..61639917743e 100644
--- a/release/texts/i386/INSTALL.TXT
+++ b/release/texts/i386/INSTALL.TXT
@@ -504,13 +504,13 @@ such is your desire.
--- ---------------------------------------
Yes. DOS extended partitions are mapped in at the end of the other
-``slices'' in FreeBSD, e.g. your D: drive might be /dev/sd0s5, your E:
-drive /dev/sd0s6, and so on. This example assumes, of course, that
+``slices'' in FreeBSD, e.g. your D: drive might be /dev/da0s5, your E:
+drive /dev/da0s6, and so on. This example assumes, of course, that
your extended partition is on SCSI drive 0. For IDE drives, substitute
-``wd'' for ``sd'' appropriately. You otherwise mount extended
+``ad'' for ``da'' appropriately. You otherwise mount extended
partitions exactly like you would mount any other DOS drive, e.g.:
-mount -t msdos /dev/sd0s5 /dos_d
+mount -t msdos /dev/da0s5 /dos_d
2.4 Can I run DOS binaries under FreeBSD?