New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISOFS 1 "Version 1.2.1, Jan 27, 2012"
|
||||
.TH XORRISOFS 1 "Version 1.2.1, Mar 12, 2012"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -492,6 +492,45 @@ Remove s\-bit and t\-bit.
|
||||
\fB\-rational-rock\fR
|
||||
Alias of \-r.
|
||||
.TP
|
||||
\fB\-D\fR
|
||||
The standard ECMA\-119 demands that no path in the image shall have more
|
||||
than 8 name components. Therefore it would be necessary to move deeper
|
||||
directory trees to a higher directory. Rock Ridge offers an opportunity to
|
||||
let these relocated directories appear at their orginal deep position, but
|
||||
this feature might not be implemented properly by operating systems which
|
||||
mount the image.
|
||||
.br
|
||||
Option \-D disables this deep directory relocation, and thus violates
|
||||
ISO 9660 specs.
|
||||
.br
|
||||
xorrisofs has \-D set by default. It may get overridden by option \-rr_reloc_dir
|
||||
or by option \-hide\-rr\-moved, and it may override said options. The last one
|
||||
in the option list wins.
|
||||
.TP
|
||||
\fB\-disable-deep-relocation\fR
|
||||
Alias of \-D.
|
||||
.TP
|
||||
\fB\-rr_reloc_dir\fR name
|
||||
Enable the relocation of deep directories and thus avoid ECMA\-119 file paths
|
||||
of more than 8 name components. Directories of depth 8 will get moved to a
|
||||
directory in the root directory of the image. Its name gets set by this option.
|
||||
It is permissible to use the root directory itself.
|
||||
.br
|
||||
The overall directory tree will appear originally deep when interpreted as
|
||||
Rock Ridge tree. It will appear as re\-arranged if only ECMA\-119 information
|
||||
is considered.
|
||||
.br
|
||||
If the given relocation target directory does not already exist when image
|
||||
production begins, then it will get created and marked for Rock Ridge as
|
||||
relocation artefact. At least on GNU/Linux it will not be displayed in
|
||||
mounted Rock Ridge images.
|
||||
.br
|
||||
The name must not contain a '/' character after its first character and it
|
||||
must not be longer than 255 bytes.
|
||||
.TP
|
||||
\fB\-hide-rr-moved\fR
|
||||
Alias of \-rr_reloc_dir "/.rr_moved"
|
||||
.TP
|
||||
\fB--for_backup\fR
|
||||
Enable options which improve backup fidelity:
|
||||
\-\-acl, \-\-xattr, \-\-md5,
|
||||
|
Reference in New Issue
Block a user