New command -file_name_limit, -as mkisofs -file_name_limit
This commit is contained in:
@ -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 XORRISOFS 1 "Version 1.4.1, Jul 30, 2015"
|
||||
@c man .TH XORRISOFS 1 "Version 1.4.1, Sep 13, 2015"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -792,6 +792,20 @@ ISO 9660 file objects. The multi-session capabilities of @command{xorrisofs}
|
||||
depend much on the naming fidelity of Rock Ridge. So it is strongly
|
||||
discouraged to disable it by this option.
|
||||
@c man .TP
|
||||
@item -file_name_limit number
|
||||
@kindex -file_name_limit curbs length of file names
|
||||
@cindex File names, curb length, -file_name_limit
|
||||
Set the maximum permissible length for file names in the range of 64 to 255.
|
||||
Path components which are longer than the given number will get truncated
|
||||
and have their last 33 bytes overwritten by a colon ':' and the
|
||||
hex representation of the MD5 of the first 4095 bytes of the whole
|
||||
oversized name. Potential incomplete UTF-8 characters will get their
|
||||
leading bytes replaced by '_'.
|
||||
@*
|
||||
Linux kernels up to at least 4.1 misrepresent names of length 254 and 255.
|
||||
If you expect such names in or under disk_paths and plan to mount the ISO
|
||||
by such Linux kernels, consider to set -file_name_limit 253.
|
||||
@c man .TP
|
||||
@item -D
|
||||
@kindex -D allow deep directory hierachies
|
||||
@cindex Deep directories, allow, -D, -disable-deep-relocation
|
||||
|
Reference in New Issue
Block a user