Mount DOS filesystems (QNX)
mount_dos DOS_block_special_file directory ...
The mount_dos utility is used by the mount utility to mount DOS block special files as filesystems. It may also be run directly.
To succeed, mount_dos requires that the Fatfsys filesystem manager already be running.
Typically, mount_dos is invoked via the mount utility. But if this isn't possible (e.g. if the device is being mounted from within the boot image), then you may run the mount_dos utility directly. |
Start the Fatfsys manager, then mount the DOS "C" drive on /dev/hd0t6 as /dos/c:
Fatfsys & mount_dos /dev/hd0t6 /dos/c
Fatfsys, mount, mount_cdfs, mount_iso9660, mount_smb