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

fs-udf.so

Universal Disk Format (OSTA-UDF/ECMA-167) filesystem support

Syntax:

driver ... udf udf_options ... &

Runs on:

Neutrino

Options:

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

fileset=num
The File Set number to mount; the default is 0.
gid=group
The group ID to use for files with no specified group. The default is 0.
hidden=hidden_mode
Specify what to do with "hidden" files. The hidden_mode can be one of:
info=path
The name of the filesystem metadata directory. The default is .info..
uid=user
The user ID to use for files with no specified owner. The default is 0 (root).
verify=level
How much of the UDF tag content (tag version, tag location, header checksum, and/or data CRC) to verify; one of the following:

Some UDF authoring utilities write incorrect tags, so it might be necessary to relax the verification if problems are observed. If you specify an option with a leading question mark (?), fs-udp.so consults an internal blacklist of known bad utilities and automatically skip all checks; otherwise it operates at the level given after the question mark.

volume=num
The Primary Volume number to mount; the default is 0.

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

Description:

The fs-udf.so shared object provides support for UDF (OSTA-UDF/ECMA-167) filesystems. It's automatically loaded by the devb-* drivers when mounting a UDF filesystem.

See also:

devb-*, fs-cd.so, fs-dos.so, fs-ext2.so, fs-qnx4.so, fs-qnx6.so, io-blk.so, mount, umount

"Universal Disk Format (UDF) filesystem" in the Working With Filesystems chapter of the User's Guide