Clarified meaning of "ISO 9660:1999" as Enhanced Volume Descriptor of ECMA-119 4th Edition

This commit is contained in:
2024-10-06 11:36:57 +02:00
parent d016ee763d
commit e1d6cba5df
7 changed files with 221 additions and 200 deletions

View File

@ -50,7 +50,7 @@
@c man .\" First parameter, NAME, should be all caps
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
@c man .\" other parameters are allowed: see man(7), man(1)
@c man .TH XORRISO 1 "Version 1.5.7, Sep 18, 2024"
@c man .TH XORRISO 1 "Version 1.5.7, Oct 06, 2024"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -3672,9 +3672,10 @@ Both words then stem from a reserved subset of UCS-2.
@*
"rec_mtime" records with non-RockRidge directory entries the disk file's
mtime and not the creation time of the image. This applies to the ECMA-119
tree (plain ISO 9660), to Joliet, and to ISO 9660:1999. "rec_mtime" is
default. If disabled, it gets automatically re-enabled by -as mkisofs emulation
when a pathspec is encountered.
tree (plain ISO 9660), to the Joliet tree, and to the tree of an Enhanced
Volume Descriptor (aka ISO 9660:1999) as of ECMA-119 4th Edition.
"rec_mtime" is default. If disabled, it gets automatically re-enabled
by -as mkisofs emulation when a pathspec is encountered.
@*
"new_rr" uses Rock Ridge version 1.12 (suitable for GNU/Linux but not for older
FreeBSD or for Solaris). This implies "aaip_susp_1_10_off" which may be changed
@ -3690,7 +3691,8 @@ rather than as official extension under SUSP-1.12.
but makes the image incapable of displaying its session history.
@*
"iso_9660_1999" causes the production of an additional directory tree
compliant to ISO 9660:1999. It can record long filenames for readers which
beginning at an Enhanced Volume Descriptor (aka ISO 9660:1999) as of
ECMA-119 4th Edition. It can record long filenames for readers which
do not understand Rock Ridge.
@*
"old_empty" uses the old way of of giving block addresses in the range
@ -5472,7 +5474,8 @@ shown as timestamps YYYY.MM.DD.hhmmss in the local timezone of the system.
@kindex -assess_indev_features shows filesystem features
@cindex Filesytem features, show, -assess_indev_features
Inspect the filesystem on -indev for the presence of Rock Ridge, Joliet, or
ISO 9660:1999, and for traces of other write options which seem to have been
Enhanced Volume Descriptor (aka ISO 9660:1999) as of ECMA-119 4th Edition,
and for traces of other write options which seem to have been
used when the filesystem was created.
@*
Note that this command does not detect and report a possibly present HFS+ tree.
@ -5497,7 +5500,8 @@ Not leading to "cmd" lines are:
@*
"tree_loaded=" tells which tree was loaded by -indev:
@*
0 = ISO 9660 , 1 = Joliet , 2 = ISO 9660:1999
0 = ISO 9660 , 1 = Joliet ,
2 = Enhanced Volume Descriptor (aka ISO 9660:1999) as of ECMA-119 4th Edition
@*
"tree_loaded_text=" tells the same by name: "ISO9660", "Joliet", "ISO9660:1999"
@*