mount ISO 9660 filesystems (QNX)
Syntax:
mount_iso9660 CD-ROM_block_special_file directory ...
Options:
- CD-ROM_block_special_file directory
- Mount, as a filesystem named directory, the named
CD-ROM block special file.
Examples:
Typically, mount_iso9660 is invoked via the mount
utility. Only if this is for some reason not possible (e.g. if the device
is being mounted from within the boot image) should the mount_iso9660
utility be run directly.
Start the Iso9660fsys manager, then mount the CD-ROM on
/dev/cd0 as /cd0:
Iso9660fsys -s &
mount_iso9660 /dev/cd0 /cd0
Description:
The mount_iso9660 utility is used by the mount
utility to mount CD-ROM block special files as filesystems. It may
also be run directly.
To succeed, mount_is9660 requires that the Iso9660fsys
filesystem manager already be running with the -s option.
Exit status:
- 0
- Successful completion.
- >0
- An error occurred.
See also:
- Iso9660fsys manager (ISO 9660 Filesystem Manager)
- mount utility (Mount partitions and filesystems)