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

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

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:
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]