diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-07 15:45:24 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-07 15:45:24 +0000 |
commit | 9f9f3e6e8548a596697778337110a423c384b6f3 (patch) | |
tree | 5dd4b290ef532cf5ecb058e1a92cd3435afeac8c /Documentation/filesystems | |
parent | d5c9a365ee7d2fded249aa5abfc5e89587583029 (diff) |
Merge with Linux 2.3.49.
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/udf.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/filesystems/udf.txt b/Documentation/filesystems/udf.txt index 1bc75744c..3bd4a5b59 100644 --- a/Documentation/filesystems/udf.txt +++ b/Documentation/filesystems/udf.txt @@ -1,7 +1,7 @@ * * ./Documentation/filesystems/udf.txt * -UDF Filesystem version 0.9.0 +UDF Filesystem version 0.9.1 If you encounter problems with reading UDF discs using this driver, please report them to linux_udf@hootie.lvld.hp.com, which is the @@ -16,13 +16,17 @@ The following mount options are supported: gid= Set the default group. umask= Set the default umask. uid= Set the default user. + bs= Set the block size. unhide Show otherwise hidden files. undelete Show deleted files in lists. + adinicb Embed data in the inode (default) + noadinicb Don't embed data in the inode + shortad Use short ad's + longad Use long ad's (default) strict Set strict conformance (unused) The remaining are for debugging and disaster recovery: - bs= Set the block size. (may not work unless 2048) novrs Skip volume sequence recognition The following expect a offset from 0. @@ -46,7 +50,8 @@ For more information see: http://www.trylinux.com/projects/udf/index.html For the latest version and toolset see: - http://www.csc.calpoly.edu/~bfennema/udf.html + http://www.csc.calpoly.edu/~bfennema/udf.html + http://linux-udf.sourceforge.net/ Documentation on UDF and ECMA 167 is available FREE from: http://www.osta.org/ |