New -osirrox option check_md5_on|_off|_force
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 XORRISO 1 "Version 1.5.3, Dec 23, 2019"
|
||||
.TH XORRISO 1 "Version 1.5.3, Jan 02, 2020"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -990,6 +990,9 @@ will be used to avoid content reading from the image. Only the disk file
|
||||
content will be read and compared with that MD5. This can save much time
|
||||
if \-disk_dev_ino "on" is not suitable.
|
||||
.br
|
||||
Commands which copy whole data files from ISO to hard disk will verify the
|
||||
copied data stream by the recorded MD5, if \-osirrox "check_md5_on" is set.
|
||||
.br
|
||||
At image generation time they are computed for each file which gets its data
|
||||
written into the new session. The checksums of files which have their data
|
||||
in older sessions get copied into the new session. Superblock, tree and whole
|
||||
@ -4777,16 +4780,16 @@ Access permissions of files in the ISO image do not restrict restoring.
|
||||
The directory permissions on disk have to allow rwx.
|
||||
.TP
|
||||
\fB\-osirrox\fR setting[:option:...]
|
||||
Setting "off" disables disk filesystem manipulations. This is the default
|
||||
unless the program was started with leafname "osirrox". Elsewise
|
||||
the capability to restore files can be enabled explicitly by \-osirrox "on".
|
||||
It can be irrevocably disabled by \-osirrox "banned".
|
||||
Setting \fBoff\fR disables disk filesystem manipulations. This is the default
|
||||
unless the program was started with leafname \fBosirrox\fR. Elsewise the
|
||||
capability to restore files can be enabled explicitly by \-osirrox \fBon\fR.
|
||||
It can be irrevocably disabled by \-osirrox \fBbanned\fR.
|
||||
.br
|
||||
The setting "blocked" is like "off". But it can only be revoked by
|
||||
setting "unblock", which elsewise is like "on". This can be used to curb
|
||||
command scripts which might use "on" undesiredly.
|
||||
The setting \fBblocked\fR is like \fBoff\fR. But it can only be revoked
|
||||
by setting \fBunblock\fR, which elsewise is like \fBon\fR. This can be
|
||||
used to curb command scripts which might use \fBon\fR undesiredly.
|
||||
.br
|
||||
To enable restoring of special files by "device_files" is potentially
|
||||
To enable restoring of special files by \fBdevice_files\fR is potentially
|
||||
dangerous.
|
||||
The meaning of the number st_rdev (see man 2 stat) depends much on the
|
||||
operating system. Best is to restore device files only to the same system
|
||||
@ -4797,34 +4800,43 @@ Due to a bug of previous versions, device files from previous sessions might
|
||||
have been altered to major=0, minor=1. So this combination does not get
|
||||
restored.
|
||||
.br
|
||||
Option "concat_split_on" is default. It enables restoring of split file
|
||||
Option \fBconcat_split_on\fR is default. It enables restoring of split file
|
||||
directories as data files if the directory contains a complete collection
|
||||
of \-cut_out part files. With option "concat_split_off" such directories are
|
||||
handled like any other ISO image directory.
|
||||
of \-cut_out part files. With option \fBconcat_split_off\fR such directories
|
||||
are handled like any other ISO image directory.
|
||||
.br
|
||||
Option "auto_chmod_off" is default. If "auto_chmod_on" is set then access
|
||||
restrictions for disk directories get circumvented if those directories
|
||||
are owned by the effective user who runs \fBxorriso\fR. This happens
|
||||
by temporarily granting rwx permission to the owner.
|
||||
Option \fBauto_chmod_off\fR is default. If \fBauto_chmod_on\fR is set
|
||||
then access restrictions for disk directories get circumvented if those
|
||||
directories are owned by the effective user who runs \fBxorriso\fR.
|
||||
This happens by temporarily granting rwx permission to the owner.
|
||||
.br
|
||||
Option "sort_lba_on" may improve read performance with optical drives. It
|
||||
can restore large numbers of hard links without exhausting
|
||||
Option \fBsort_lba_on\fR may improve read performance with optical drives.
|
||||
It can restore large numbers of hard links without exhausting
|
||||
\-temp_mem_limit. It does not preserve directory mtime and it needs
|
||||
\-osirrox option auto_chmod_on in order to extract directories which offer no
|
||||
write permission. Default is "sort_lba_off".
|
||||
write permission. Default is \fBsort_lba_off\fR.
|
||||
.br
|
||||
Option "o_excl_on" is the default unless the program was started with leafname
|
||||
"osirrox". On GNU/Linux it tries to avoid using drives which are mounted or in
|
||||
use by other libburn programs.
|
||||
Option "o_excl_off" on GNU/Linux enables access to such drives by the
|
||||
Option \fBo_excl_on\fR is the default unless the program was started with
|
||||
leafname "osirrox". On GNU/Linux it tries to avoid using drives which are
|
||||
mounted or in use by other libburn programs.
|
||||
Option \fBo_excl_off\fR on GNU/Linux enables access to such drives by the
|
||||
equivalent of \-drive_access "shared:readonly". I.e. drives which
|
||||
get acquired while "o_excl_off" will refuse to get blanked, formatted,
|
||||
get acquired while \fBo_excl_off\fR will refuse to get blanked, formatted,
|
||||
written, or ejected. But be aware that even harmless inquiries can spoil
|
||||
ongoing burns of CD\-R[W] and DVD\-R[W].
|
||||
.br
|
||||
Option "strict_acl_off" is default. It tolerates on FreeBSD the presence of
|
||||
directory "default" ACLs in the ISO image. With "strict_acl_on" these
|
||||
GNU/Linux ACLs cause on FreeBSD a FAILURE event during restore with \-acl "on".
|
||||
Option \fBstrict_acl_off\fR is default. It tolerates on FreeBSD the presence
|
||||
of directory "default" ACLs in the ISO image.
|
||||
With \fBstrict_acl_on\fR these GNU/Linux ACLs cause on FreeBSD a FAILURE
|
||||
event during restore with \-acl "on".
|
||||
.br
|
||||
Option \fBcheck_md5_off\fR disables MD5 checking during copy to disk.
|
||||
The default option \fBcheck_md5_on\fR enables it if \-md5 is "on". If a data
|
||||
file with recorded MD5 is copied as a whole to the disk filesystem, then the
|
||||
MD5 of the copied content gets computed and compared with the recorded MD5.
|
||||
A mismatch causes an error message of severity SORRY.
|
||||
Option \fBcheck_md5_force\fR causes an error message if \-md5 is "on"
|
||||
but no MD5 is recorded for the data file.
|
||||
.TP
|
||||
\fB\-extract\fR iso_rr_path disk_path
|
||||
Copy the file objects at and underneath iso_rr_path to their corresponding
|
||||
|
Reference in New Issue
Block a user