From 40921d4855ca73fe912232b82112971fcbfa03fe Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sun, 12 Dec 1999 19:12:45 +0000 Subject: [PATCH] sd->da, wd->ad --- release/texts/i386/INSTALL.TXT | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release/texts/i386/INSTALL.TXT b/release/texts/i386/INSTALL.TXT index 304ed0105dc..61639917743 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?