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?