sd->da, wd->ad

This commit is contained in:
Chris Piazza 1999-12-12 19:12:45 +00:00
parent b9fcd4a616
commit 40921d4855
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54507

View file

@ -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?