Mounting DOS filesystems or partitions
You can mount DOS filesystems, including those on floppy disks,
and access their files while still operating from the UNIX
partition.
You can mount DOS filesystems from the Filesystem Manager
after adding them to the mount configuration as described in
``Adding and removing mount configuration'' in the System Administration Guide.
You must use the device names shown in
Table 7-2, ``DOS device names''
or create the nodes described in
``Accessing DOS partitions on a second disk''
For information on the behavior of DOS filesystems, see
``About mounting DOS filesystems'' in the System Administration Guide.
You can also mount these partitions manually using the
mount(ADM)
command. The form for a DOS filesystem mount command is:
mount -r -f DOS /dev/dsk/xsy /mountpoint
where:
The -r flag mounts the filesystem read-only, an optional precaution that will prevent damage to the DOS filesystem (which is not as robust as other filesystems.
DOS automatically calls the primary DOS drive, on the first disk, C:. If you have a primary DOS partition on the second disk this becomes D:, automatically, and logical drives on extended partitions are named in order (for example disk0 Primary C: EXT E: F: G: H:, disk1 Primary D: EXT I: J:). Table 7-2 lists these device names under DOS and SCO systems.
Table 7-2 DOS device names
DOS C: D: E: F: G: H: I: J: UNIX 0sC 1sC 0sD 0sE 0sF 0sG 1sD 1sE