| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Next]](../next.gif) | 
Mount ISO 9660 filesystems (QNX)
mount_iso9660 CD-ROM_block_special_file directory ...
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.
|  | Typically, mount_iso9660 is invoked via the mount utility. Only if this is 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
Iso9660fsys, mount, mount_cdfs, mount_smb
| ![[Previous]](../prev.gif) | ![[Contents]](../contents.gif) | ![[Next]](../next.gif) |