Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
Developer Support
QNX Documentation Library
QNX Developer Support

QNX Developer Support

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

[Previous] [Contents] [Index] [Next]

fs-cd.so

ISO-9660 filesystem support (with extensions)

Syntax:

driver ... cd cd_options ... &

Options:

Where driver is one of the devb-* drivers, and cd_options is one or more of the following, separated by commas:

gid=group
Set the owning group to group for files on disks without Rock Ridge extensions. The default is 0 (root).
hidden=hidden_mode
Specify what to do with "hidden" files. The hidden_mode can be one of:
  • ignore -- ignore the hidden files; they don't appear in the filesystem.
  • show -- (the default) show hidden files in the filesystem as normal files.
  • dot -- show hidden files in the filesystem with a dot (.) prefixed to their names.
info=path
The name of the information pseudo-directory (the default is -.info.).
noaudio
Disable audio (*.cda) extensions.
nojoliet
Disable Microsoft Joliet extensions.
nomulti
Disable multisession support.
norrip
Disable Rock Ridge extensions.
uid=user
Set the owner to user for files on disks without Rock Ridge extensions. The default is 0 (root).
umask=mask
Apply this permission mask to files on disks without Rock Ridge extensions. The default is 0 (all access permissions).

In addition, you can specify any of the filesystem options described for io-blk.so.

Description:

The fs-cd.so shared object provides support for ISO-9660 filesystems. It's automatically loaded by the devb-* drivers when mounting an ISO-9660 filesystem.

See also:

fs-dos.so, fs-ext2.so, fs-qnx4.so, io-blk.so, mount, umount

"Block-oriented drivers (devb-*)" in the Utilities Summary

"CD-ROM filesystem" in the Working With Filesystems chapter of the User's Guide


[Previous] [Contents] [Index] [Next]