mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
sd->da, wd->ad
This commit is contained in:
parent
b9fcd4a616
commit
40921d4855
1 changed files with 4 additions and 4 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in a new issue