2007-10-20 17:12:11 +00:00
|
|
|
.\" Hey, EMACS: -*- nroff -*-
|
|
|
|
.\" 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)
|
2008-09-19 09:10:06 +00:00
|
|
|
.TH XORRISO 1 "Sep 19, 2008"
|
2007-10-20 17:12:11 +00:00
|
|
|
.\" Please adjust this date whenever revising the manpage.
|
|
|
|
.\"
|
|
|
|
.\" Some roff macros, for reference:
|
|
|
|
.\" .nh disable hyphenation
|
|
|
|
.\" .hy enable hyphenation
|
|
|
|
.\" .ad l left justify
|
|
|
|
.\" .ad b justify to both left and right margins
|
|
|
|
.\" .nf disable filling
|
|
|
|
.\" .fi enable filling
|
|
|
|
.\" .br insert line break
|
|
|
|
.\" .sp <n> insert n+1 empty lines
|
|
|
|
.\" for manpage-specific macros, see man(7)
|
2008-06-11 13:15:43 +00:00
|
|
|
.nh
|
2007-10-20 17:12:11 +00:00
|
|
|
.SH NAME
|
|
|
|
xorriso - creates, loads, manipulates and writes ISO 9660 filesystem images
|
|
|
|
with Rock Ridge extensions.
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B xorriso
|
|
|
|
.RI [ settings | actions ]
|
|
|
|
.br
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.PP
|
|
|
|
.B xorriso
|
|
|
|
is a program which maps file objects from POSIX compliant
|
|
|
|
filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows
|
|
|
|
session-wise manipulation of such filesystems. It can load the management
|
|
|
|
information of existing ISO images and it writes the session results to
|
|
|
|
optical media or to filesystem objects.
|
2008-06-14 10:47:19 +00:00
|
|
|
.br
|
|
|
|
Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
|
|
|
A special property of xorriso is that it needs neither an external ISO 9660
|
2007-11-11 11:22:39 +00:00
|
|
|
formatter program nor an external burn program for CD or DVD but rather
|
|
|
|
incorporates the libraries of libburnia-project.org .
|
2007-10-20 17:12:11 +00:00
|
|
|
.SS
|
|
|
|
.B Overview of features:
|
|
|
|
.br
|
|
|
|
Operates on an existing ISO image or creates a new one.
|
|
|
|
.br
|
|
|
|
Copies files from filesystem into the ISO image.
|
|
|
|
.br
|
2007-10-31 17:54:54 +00:00
|
|
|
Renames or deletes file objects in the ISO image.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2007-11-08 14:43:53 +00:00
|
|
|
Changes file properties in the ISO image.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-03-08 12:27:22 +00:00
|
|
|
Updates ISO subtrees incrementally to match given disk subtrees.
|
|
|
|
.br
|
2008-07-10 17:25:19 +00:00
|
|
|
Writes result either as completely new image or as add-on session
|
|
|
|
to optical media or filesystem objects.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-07-10 17:25:19 +00:00
|
|
|
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-06-14 10:47:19 +00:00
|
|
|
Can restore files from ISO image to disk filesystem (see osirrox).
|
2008-06-06 10:37:13 +00:00
|
|
|
.br
|
2008-08-24 10:07:24 +00:00
|
|
|
Can check media for damages and copy readable blocks to disk.
|
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
Scans for optical drives, blanks re-useable optical media.
|
|
|
|
.br
|
|
|
|
Reads its instructions from command line arguments, dialog, and batch files.
|
2007-10-31 17:54:54 +00:00
|
|
|
.br
|
|
|
|
Provides navigation commands for interactive ISO image manipulation.
|
2008-02-14 21:23:02 +00:00
|
|
|
.br
|
|
|
|
Adjustable thresholds for abort, exit value, and problem reporting.
|
2007-10-20 17:12:11 +00:00
|
|
|
.SS
|
|
|
|
.B General information paragraphs:
|
|
|
|
.br
|
|
|
|
Session model
|
|
|
|
.br
|
2007-12-05 14:39:13 +00:00
|
|
|
Media types and states
|
|
|
|
.br
|
2008-07-05 13:36:48 +00:00
|
|
|
Creating, Growing, Modifying, Blind Growing
|
2007-11-14 17:55:27 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
Libburn drives
|
|
|
|
.br
|
|
|
|
Rock Ridge, POSIX, X/Open
|
|
|
|
.br
|
|
|
|
Command processing
|
2007-12-08 17:16:41 +00:00
|
|
|
.br
|
2007-12-15 18:31:39 +00:00
|
|
|
Dialog, Readline, Result pager
|
2007-11-14 17:55:27 +00:00
|
|
|
.sp 1
|
|
|
|
Maybe you first want to have a look at section EXAMPLES near the end of
|
|
|
|
this text before reading the next few hundred lines of background information.
|
2007-10-20 17:12:11 +00:00
|
|
|
.SS
|
|
|
|
.B Session model:
|
|
|
|
.br
|
|
|
|
Unlike other filesystems, ISO 9660 is not intended for read-write operation but
|
|
|
|
rather for being generated in a single sweep and being written to media as a
|
2007-11-07 12:37:19 +00:00
|
|
|
.B session.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2007-11-07 12:37:19 +00:00
|
|
|
The data content of the session is called filesystem
|
|
|
|
.B image.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
|
|
|
The written image in its session can then be mounted by the operating system
|
|
|
|
for being used read-only. Linux is able to mount ISO images from block devices,
|
|
|
|
which may represent optical media, other media or via a loop device even
|
2007-11-14 17:55:27 +00:00
|
|
|
from regular disk files.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
|
|
|
This session usage model has been extended on CD media by the concept of
|
|
|
|
.B multi-session ,
|
|
|
|
which allows to add information to the CD and gives the mount programs
|
|
|
|
of the operating systems the addresses of the entry points of each
|
|
|
|
session. The mount programs recognize block devices which represent
|
|
|
|
CD media and will by default mount the image in the last session.
|
2007-11-07 12:37:19 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
This session usually contains an updated directory tree for the whole media
|
|
|
|
which governs the data contents in all recorded sessions.
|
2007-11-07 12:37:19 +00:00
|
|
|
So in the view of the mount program all sessions of a particular media
|
|
|
|
together form a single filesystem image.
|
2007-11-14 17:55:27 +00:00
|
|
|
.br
|
2007-12-05 14:39:13 +00:00
|
|
|
Adding a session to an existing ISO image is in this text referred as
|
|
|
|
\fBgrowing\fR.
|
2007-11-14 14:28:44 +00:00
|
|
|
.br
|
2007-12-15 18:31:39 +00:00
|
|
|
The multi-session model of the MMC standard does not apply to all media
|
2007-12-05 14:39:13 +00:00
|
|
|
types. But program growisofs by Andy Polyakov showed how to extend this
|
|
|
|
functionality to overwriteable media or disk files which carry valid ISO 9660
|
2008-01-19 13:49:17 +00:00
|
|
|
filesystems. This expansion method is referred as emulated growing.
|
2007-12-05 14:39:13 +00:00
|
|
|
.PP
|
2007-11-14 17:55:27 +00:00
|
|
|
xorriso provides both ways of growing as well as an own method named
|
|
|
|
\fBmodifying\fR which produces a completely new ISO image from the old
|
2008-07-05 13:36:48 +00:00
|
|
|
one and the modifications.
|
|
|
|
See paragraph Creating, Growing, Modifying, Blind Growing below.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
2007-11-14 17:55:27 +00:00
|
|
|
xorriso adopts the concept of multi-session by loading an eventual image
|
|
|
|
directory tree, allowing to manipulate it by several actions, and to write
|
|
|
|
the new image to the target media.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
The first session of a xorriso run begins by the definition of the input
|
2007-12-05 14:39:13 +00:00
|
|
|
drive with the eventual ISO image or by the definition of an output drive.
|
2007-11-14 17:55:27 +00:00
|
|
|
The session ends by command -commit which triggers writing. A -commit is
|
|
|
|
done automatically when the program ends regularly.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
2007-11-14 17:55:27 +00:00
|
|
|
After -commit a new session begins with the freshly written one as input.
|
|
|
|
A new input drive can only be chosen as long as the loaded ISO image was
|
|
|
|
not altered. Pending alteration can be revoked by command -rollback.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
|
|
|
Writing a session to the target is supposed to be very expensive in terms of
|
|
|
|
time and of consumed space on appendable or write-once media. Therefore all
|
|
|
|
intended manipulations of a particular ISO image should be done in a single
|
|
|
|
session.
|
|
|
|
.br
|
|
|
|
In some special situations (e.g. in a file-to-file situation) it can be
|
|
|
|
useful to store intermediate states and to continue with image manipulations.
|
2007-11-14 17:55:27 +00:00
|
|
|
.SS
|
2007-12-05 14:39:13 +00:00
|
|
|
.B Media types and states:
|
|
|
|
There are two families of media in the MMC standard:
|
|
|
|
.br
|
2008-08-14 22:15:35 +00:00
|
|
|
\fBMulti-session media\fR are CD-R, CD-RW, DVD-R, DVD+R, DVD+R/DL, and
|
2007-12-05 14:39:13 +00:00
|
|
|
unformatted DVD-RW. These media provide a table of content which
|
2008-05-08 14:19:09 +00:00
|
|
|
describes their existing sessions. See option \fB-toc\fR.
|
2007-12-05 14:39:13 +00:00
|
|
|
.br
|
2008-08-14 22:15:35 +00:00
|
|
|
\fBOverwriteable media\fR are DVD-RAM, DVD+RW, BD-RE, and formatted DVD-RW.
|
2007-12-05 14:39:13 +00:00
|
|
|
They allow random write access but do not provide information about their
|
2008-05-08 14:19:09 +00:00
|
|
|
session history. If they contain one or more ISO 9660 sessions and if the
|
2008-05-10 19:41:52 +00:00
|
|
|
first session was written by xorriso, then a table of content can
|
2008-05-08 14:19:09 +00:00
|
|
|
be emulated. Else only a single overall session will be visible.
|
2007-12-05 14:39:13 +00:00
|
|
|
.br
|
|
|
|
DVD-RW media can be formatted by -format full.
|
|
|
|
They can be made unformatted by -blank deformat.
|
|
|
|
.br
|
|
|
|
Emulated drives are handled as overwriteable media if they are random
|
|
|
|
read-write accessible. If they are only sequentially writeable then
|
|
|
|
they are handled as blank multi-session media.
|
|
|
|
.PP
|
|
|
|
These media can assume several states in which they offer different
|
|
|
|
capabilities.
|
|
|
|
.br
|
|
|
|
\fBBlank\fR media can be written from scratch. They contain no ISO image
|
|
|
|
suitable for xorriso.
|
|
|
|
.br
|
|
|
|
Blank is the state of newly purchased optical media.
|
2008-05-15 15:00:39 +00:00
|
|
|
With used CD-RW and DVD-RW it can be achieved by action -blank "as_needed".
|
2007-12-05 14:39:13 +00:00
|
|
|
Overwriteable media are considered blank unless they contain an ISO image
|
2008-05-15 15:00:39 +00:00
|
|
|
suitable for xorriso. Action -blank "as_needed" can be used to invalidate the
|
|
|
|
image on overwriteable media, or to apply eventual mandatory formatting.
|
2007-12-05 14:39:13 +00:00
|
|
|
.br
|
|
|
|
\fBAppendable\fR media accept further sessions. Either they are MMC
|
|
|
|
multi-session media in appendable state, or they are overwriteable media
|
|
|
|
which contain an ISO image suitable for xorriso.
|
|
|
|
.br
|
|
|
|
Appendable is the state after writing a session with option -close off.
|
|
|
|
.br
|
|
|
|
\fBClosed\fR media cannot be written. They may contain an ISO image suitable
|
|
|
|
for xorriso.
|
|
|
|
.br
|
|
|
|
Closed is the state of DVD-ROM media and of multi-session media which were
|
2008-06-05 16:51:04 +00:00
|
|
|
written with option -close on. If the drive is read-only hardware then it will
|
2007-12-05 14:39:13 +00:00
|
|
|
probably show any media as closed CD-ROM resp. DVD-ROM.
|
|
|
|
.br
|
2008-05-13 13:52:33 +00:00
|
|
|
Overwriteable media assume this state in such read-only drives or if they
|
|
|
|
contain unrecognizable data in the first 32 data blocks.
|
2008-05-08 14:19:09 +00:00
|
|
|
.br
|
|
|
|
\fBRead-only\fR drives may or may not show session histories of multi-session
|
|
|
|
media. Often only the first and the last session are visible. Sometimes
|
|
|
|
not even that. Option -rom_toc_scan might or might not help in such cases.
|
2007-12-05 14:39:13 +00:00
|
|
|
.SS
|
2008-07-05 13:36:48 +00:00
|
|
|
.B Creating, Growing, Modifying, Blind Growing:
|
2007-11-14 17:55:27 +00:00
|
|
|
.br
|
2007-12-08 17:16:41 +00:00
|
|
|
A new empty ISO image gets \fBcreated\fR
|
|
|
|
if there is no input drive with a valid
|
2007-11-14 17:55:27 +00:00
|
|
|
ISO 9660 image plus Rock Ridge extensions when the first time an output drive
|
|
|
|
is defined. This is achieved by option -dev on blank media or by option -outdev
|
|
|
|
on media in any state.
|
|
|
|
.br
|
2007-12-05 14:39:13 +00:00
|
|
|
The new empty image can be populated with directories and files.
|
2007-11-14 17:55:27 +00:00
|
|
|
Before it can be written, the media in the output drive must get into
|
|
|
|
blank state if it was not blank already.
|
2007-11-14 14:28:44 +00:00
|
|
|
.PP
|
2007-11-14 17:55:27 +00:00
|
|
|
If there is a input drive with a valid ISO image, then this image gets loaded
|
|
|
|
as foundation for manipulations and extension. The constellation of input
|
2008-08-14 22:15:35 +00:00
|
|
|
and output drive determines which write method will be used.
|
2007-11-14 17:55:27 +00:00
|
|
|
They have quite different capabilities and constraints.
|
|
|
|
.PP
|
|
|
|
The method of \fBgrowing\fR adds new data to the existing media. These
|
|
|
|
data comprise of eventual new file content and they override the existing
|
|
|
|
ISO 9660 + Rock Ridge directory tree. It is possible to hide files from
|
|
|
|
previous sessions but they still exist on media and with many types of
|
|
|
|
optical media it is quite easy to recover them by mounting older sessions.
|
|
|
|
.br
|
|
|
|
Growing is achieved by option -dev.
|
|
|
|
.PP
|
|
|
|
The write method of \fBmodifying\fR produces compact filesystem
|
|
|
|
images with no outdated files or directory trees. Modifying can write its
|
|
|
|
images to target media which are completely unsuitable for multi-session
|
2008-05-01 12:43:39 +00:00
|
|
|
operations. E.g. DVD-RW which were treated with -blank deformat_quickest,
|
|
|
|
named pipes, character devices, sockets.
|
2007-11-14 17:55:27 +00:00
|
|
|
On the other hand modified sessions cannot be written to appendable media
|
|
|
|
but to blank media only.
|
2007-11-14 14:28:44 +00:00
|
|
|
.br
|
|
|
|
So for this method one needs either two optical drives or has to work with
|
|
|
|
filesystem objects as source and/or target media.
|
2008-07-05 13:36:48 +00:00
|
|
|
.br
|
|
|
|
Modifying takes place if input drive and output drive are not the same and
|
|
|
|
if option -grow_blindly is set to its default "off".
|
|
|
|
This is achieved by options -indev and -outdev.
|
|
|
|
.PP
|
|
|
|
If option -grow_blindly is set to a non-negative number and if -indev and
|
|
|
|
-outdev are both set to different drives, then \fBblind growing\fR is
|
|
|
|
performed. It produces an add-on session which is ready for being written
|
|
|
|
to the given block address. This is the usage model of
|
|
|
|
.br
|
|
|
|
mkisofs -M $indev -C $msc1,$msc2 -o $outdev
|
|
|
|
.br
|
|
|
|
which gives much room for wrong parameter combinations and should thus only be
|
|
|
|
employed if a strict distinction between ISO formatter xorriso and the burn
|
|
|
|
program is desired. -C $msc1,$msc2 is equivalent to:
|
|
|
|
.br
|
|
|
|
-load sbsector $msc1 -grow_blindly $msc2
|
2007-10-20 17:12:11 +00:00
|
|
|
.SS
|
|
|
|
.B Libburn drives:
|
|
|
|
.br
|
2007-12-05 14:39:13 +00:00
|
|
|
Input drive, i.e. source of an existing or empty ISO image, can be any random
|
2007-12-15 18:31:39 +00:00
|
|
|
access readable libburn drive: optical media with readable data,
|
|
|
|
blank optical media, regular files, block devices.
|
2007-11-07 12:37:19 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
Rock Ridge info must be present in existing ISO images and it will be generated
|
2007-10-20 17:12:11 +00:00
|
|
|
by the program unconditionally.
|
|
|
|
.PP
|
2007-11-14 17:55:27 +00:00
|
|
|
Output drive, i.e. target for writing, can be any libburn drive.
|
2008-07-05 13:36:48 +00:00
|
|
|
Some drive types do not support the method of growing but only the methods
|
|
|
|
of modifying and blind growing. They all are suitable for newly created images.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
All drive file objects have to offer rw-permission to the user of xorriso.
|
|
|
|
Even those which will not be useable for reading an ISO image.
|
|
|
|
.PP
|
|
|
|
MMC compliant (i.e. optical) drives on Linux usually get addressed by
|
|
|
|
the path of their block device or of their generic character device. E.g.
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
-dev /dev/sr0
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
-dev /dev/hdc
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
-dev /dev/sg2
|
|
|
|
.br
|
|
|
|
Get a list of accessible drives by command
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
-devices
|
|
|
|
.br
|
2007-10-31 17:54:54 +00:00
|
|
|
It might be necessary to do this as
|
|
|
|
.B superuser
|
|
|
|
in order to see all drives and to then allow rw-access for the intended users.
|
|
|
|
Consider to bundle the authorized users in a group like old "floppy".
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
|
|
|
Filesystem objects of nearly any type can be addressed by prefix "stdio:" and
|
|
|
|
their path in the filesystem. E.g.:
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
-dev stdio:/tmp/pseudo_drive
|
|
|
|
.br
|
|
|
|
If path leads to a regular file or to a block device then the emulated drive
|
|
|
|
is random access readable and can be used for the method of growing if it
|
|
|
|
already contains a valid ISO 9660 image. Any other file type is not readable
|
2008-07-05 13:36:48 +00:00
|
|
|
via "stdio:" and can only be used as target for the method of modifying or
|
|
|
|
blind growing.
|
2007-12-15 18:31:39 +00:00
|
|
|
Non existing paths in existing directories are handled as empty regular files.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
2008-01-20 13:13:01 +00:00
|
|
|
A very special kind of pseudo drive are open file descriptors. They are
|
|
|
|
depicted by "stdio:/dev/fd/" and descriptor number (see man 2 open).
|
|
|
|
.br
|
|
|
|
Addresses "-" or "stdio:/dev/fd/1" depict standard output, which normally is
|
|
|
|
the output channel for result texts.
|
|
|
|
To prevent a fatal intermingling of ISO image and text messages, all result
|
|
|
|
texts get redirected to stderr if -*dev "-" or "stdio:/dev/fd/1" is among
|
|
|
|
the start arguments of the program.
|
|
|
|
.br
|
2008-07-10 17:25:19 +00:00
|
|
|
Standard output is currently suitable for creating one session
|
2008-01-20 20:03:48 +00:00
|
|
|
per program run without dialog. Use in other situations is discouraged
|
|
|
|
and several restrictions apply:
|
|
|
|
.br
|
2008-01-20 13:13:01 +00:00
|
|
|
It is not allowed to use standard output as pseudo drive if it was not
|
|
|
|
among the start arguments. Do not try to fool this ban via backdoor addresses
|
|
|
|
to stdout.
|
|
|
|
.br
|
|
|
|
If stdout is used as drive, then -use_readline is permanently disabled.
|
2008-05-01 12:43:39 +00:00
|
|
|
Use of backdoors will cause severe memory and/or tty corruption.
|
2008-01-20 13:13:01 +00:00
|
|
|
.PP
|
2007-10-20 17:12:11 +00:00
|
|
|
Be aware that especially the superuser can write into any accessible file or
|
|
|
|
device by using its path with the "stdio:" prefix. Addresses without prefix
|
|
|
|
"stdio:" will only work if they lead to a MMC drive.
|
|
|
|
.br
|
|
|
|
One may use option
|
|
|
|
.B -ban_stdio_write
|
|
|
|
to surely prevent this risk and to allow only MMC drives.
|
|
|
|
.SS
|
|
|
|
.B Rock Ridge, POSIX, X/Open:
|
|
|
|
.br
|
|
|
|
.B Rock Ridge
|
|
|
|
is the name of a set of additional informations which enhance
|
|
|
|
an ISO 9660 filesystem so that it can represent a POSIX compliant filesystem
|
|
|
|
with ownership, access permissions, symbolic links, and other attributes.
|
|
|
|
.PP
|
|
|
|
This is what xorriso uses for a decent representation of the disk files
|
|
|
|
within the ISO image. Rock Ridge information is produced with any xorriso
|
|
|
|
image and xorriso will load for manipulation only Rock Ridge enhanced images.
|
|
|
|
.PP
|
|
|
|
xorriso is not named "porriso" because POSIX only guarantees 14 characters
|
|
|
|
of filename length. It is the X/Open System Interface standard XSI which
|
|
|
|
demands a file name length of up to 255 characters and paths of up to 1024
|
|
|
|
characters. Rock Ridge fulfills this demand.
|
|
|
|
.SS
|
|
|
|
.B Command processing:
|
|
|
|
.br
|
|
|
|
Commands are either actions or settings. They consist of a command word,
|
|
|
|
followed by zero or more parameter words. If the list of parameter words
|
2007-11-09 19:30:25 +00:00
|
|
|
is of variable length (indicated by "[...]" or "[***]") then it has to be
|
2008-09-05 09:54:38 +00:00
|
|
|
terminated by either the list delimiter, or the end of argument list, or an
|
|
|
|
end of an input line.
|
|
|
|
.PP
|
|
|
|
At program start the \fBlist delimiter\fR is the word "--". This may be changed
|
|
|
|
by option -list_delimiter in order to allow "--" as argument in a list of
|
|
|
|
variable length. It is advised to reset the delimiter to "--" immediately
|
|
|
|
afterwards.
|
|
|
|
.br
|
|
|
|
For brevity the list delimiter is referred as "--" throughout this text.
|
|
|
|
.br
|
|
|
|
The list delimiter is silently tolerated if it appears after the parameters of
|
|
|
|
a command with a fixed list length. It is handled as normal text if it
|
|
|
|
appears among the arguments of such a command.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
2007-11-09 19:30:25 +00:00
|
|
|
.B Pattern expansion
|
|
|
|
is a property of some particular commands and not a general
|
2007-12-04 07:44:59 +00:00
|
|
|
feature. It gets controlled by commands -iso_rr_pattern and -disk_pattern.
|
|
|
|
Commands which eventually use pattern expansion all have variable argument
|
|
|
|
lists which are marked in this man page by "[***]" rather than "[...]".
|
2007-11-09 19:30:25 +00:00
|
|
|
.br
|
|
|
|
Some other commands perform pattern matching unconditionally.
|
|
|
|
.PP
|
2007-10-20 17:12:11 +00:00
|
|
|
Command and parameter words are either read from program arguments, where one
|
|
|
|
argument is one word, or from input lines where words are recognized similar
|
|
|
|
to the quotation rules of a shell parser.
|
2007-10-31 17:54:54 +00:00
|
|
|
.br
|
|
|
|
xorriso is not a shell, although it might appear so on first glimpse.
|
|
|
|
Be aware that the interaction of quotation marks and pattern symbols like "*"
|
|
|
|
differs from the usual shell parsers. In xorriso, a quotation mark does not
|
2007-11-09 19:30:25 +00:00
|
|
|
make a pattern symbol literal.
|
2007-10-31 17:54:54 +00:00
|
|
|
.PP
|
2007-12-05 14:39:13 +00:00
|
|
|
When the program begins then it first looks for argument -no_rc. If this is
|
|
|
|
not present then it looks for its startup files and
|
2007-10-20 17:12:11 +00:00
|
|
|
eventually reads their content as command input lines. Then it interprets
|
|
|
|
the program arguments as commands and parameters and finally it enters
|
2007-11-14 17:55:27 +00:00
|
|
|
dialog mode if command -dialog "on" was executed up to then.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
2007-11-09 19:30:25 +00:00
|
|
|
The program ends either by command -end, or by the end of program arguments
|
2007-12-08 17:16:41 +00:00
|
|
|
if not dialog was enabled up to that moment, or by a problem
|
2007-11-09 19:30:25 +00:00
|
|
|
event which triggers the threshold of command -abort_on.
|
2007-12-08 17:16:41 +00:00
|
|
|
.SS
|
2007-12-15 18:31:39 +00:00
|
|
|
.B Dialog, Readline, Result pager:
|
|
|
|
.br
|
|
|
|
Dialog mode prompts for an input line, parses it into words, and performs
|
|
|
|
them as commands with their parameters. It provides assisting services
|
|
|
|
to make dialog more comfortable.
|
|
|
|
.PP
|
|
|
|
Readline is an enhancement for the input line. You may know it already from
|
2008-01-18 17:03:41 +00:00
|
|
|
the bash shell. Whether it is available in xorriso depends on the availability
|
|
|
|
of package readline-dev at the time when xorriso was built from its sourcecode.
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
|
|
|
It allows to move the cursor over the text in the line by help of the
|
2007-12-26 16:01:59 +00:00
|
|
|
Leftward and the Rightward arrow key.
|
|
|
|
Text may be inserted at the cursor position. The Delete key removes the
|
2007-12-15 18:31:39 +00:00
|
|
|
character under the cursor. Upward and Downward arrow keys navigate through
|
|
|
|
the history of previous input lines.
|
|
|
|
.br
|
|
|
|
See man readline for more info about libreadline.
|
|
|
|
.PP
|
2007-12-08 17:16:41 +00:00
|
|
|
Option -page activates a builtin result text pager which may be convenient in
|
|
|
|
dialog. After an action has put out the given number of terminal lines,
|
|
|
|
the pager prompts the user for a line of input.
|
|
|
|
.br
|
|
|
|
An empty line lets xorriso resume work until the next page is put out.
|
|
|
|
.br
|
|
|
|
The single character "@" disables paging for the current action.
|
|
|
|
.br
|
|
|
|
"@@@", "x", "q", "X", or "Q" urge the current action to abort and suppress
|
|
|
|
further result output.
|
|
|
|
.br
|
|
|
|
Any other line will be interpreted as new dialog line. The current action
|
|
|
|
is urged to abort. Afterwards, the input line is executed.
|
|
|
|
.PP
|
|
|
|
Some actions apply paging to their info output, too.
|
|
|
|
.br
|
|
|
|
The urge to abort may or may not be obeyed by the current action. All actions
|
|
|
|
try to abort as soon as possible.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
.SH OPTIONS
|
2007-10-28 17:47:43 +00:00
|
|
|
.br
|
2007-12-05 14:39:13 +00:00
|
|
|
All command words are shown with a leading dash although this dash is not
|
|
|
|
mandatory for the option to be recognized. There may be future emulation
|
|
|
|
modes, where dashes may become mandatory in order to distinguish options
|
|
|
|
from file addresses.
|
2008-05-13 18:08:53 +00:00
|
|
|
.br
|
|
|
|
Normally any number of leading dashes is ignored with command words and
|
|
|
|
inner dashes are interpreted as underscores.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
.B Aquiring source and target drive:
|
|
|
|
.TP
|
|
|
|
\fB\-dev\fR address
|
2007-12-15 18:31:39 +00:00
|
|
|
Set input and output drive to the same address and load an eventual ISO image.
|
2007-11-14 14:28:44 +00:00
|
|
|
If there is no ISO image then create a blank one.
|
2007-10-20 17:12:11 +00:00
|
|
|
Set the image expansion method to growing.
|
2007-11-14 14:28:44 +00:00
|
|
|
.br
|
|
|
|
This is only allowed as long as no changes are pending in the currently
|
|
|
|
loaded ISO image. Eventually one has to perform -commit or -rollback first.
|
2008-02-06 15:37:54 +00:00
|
|
|
Violation yields a FAILURE event.
|
2007-10-20 19:50:24 +00:00
|
|
|
.br
|
2008-01-20 20:03:48 +00:00
|
|
|
Special address string "-" means standard output, to which several restrictions
|
|
|
|
apply. See above paragraph "Libburn drives".
|
|
|
|
.br
|
|
|
|
An empty address string "" gives up the current device
|
2007-10-20 17:12:11 +00:00
|
|
|
without aquiring a new one.
|
|
|
|
.TP
|
2007-11-14 14:28:44 +00:00
|
|
|
\fB\-indev\fR address
|
2008-05-12 08:27:18 +00:00
|
|
|
Set input drive and load an eventual ISO image. If the new input drive differs
|
2008-07-05 13:36:48 +00:00
|
|
|
from -outdev then switch from growing to modifying or to blind growing.
|
|
|
|
It depends on the setting of -grow_blindly which of both gets activated.
|
|
|
|
The same rules and restrictions apply as with -dev.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-14 14:28:44 +00:00
|
|
|
\fB\-outdev\fR address
|
|
|
|
Set output drive and if it differs from the input drive then switch from
|
2008-07-05 13:36:48 +00:00
|
|
|
growing to modifying or to blind growing. Unlike -dev and -indev this action
|
|
|
|
does not load a new ISO image. So it can be performed even if there are pending
|
|
|
|
changes.
|
2007-11-14 14:28:44 +00:00
|
|
|
.br
|
|
|
|
-outdev can be performed without previous -dev or -indev. In that case an
|
|
|
|
empty ISO image with no changes pending is created. It can either be populated
|
|
|
|
by help of -add or it can be discarded silently if -dev or -indev are
|
|
|
|
performed afterwards.
|
|
|
|
.br
|
2008-01-20 20:03:48 +00:00
|
|
|
Special address string "-" means standard output, to which several restrictions
|
|
|
|
apply. See above paragraph "Libburn drives".
|
|
|
|
.br
|
|
|
|
An empty address string "" gives up the current output drive
|
2007-11-14 14:28:44 +00:00
|
|
|
without aquiring a new one. No writing is possible without an output drive.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-07-05 13:36:48 +00:00
|
|
|
\fB\-grow_blindly\fR "off"|predicted_nwa
|
|
|
|
If predicted_nwa is a non-negative number then perform blind growing rather
|
|
|
|
than modifying if -indev and -outdev are set to different drives.
|
|
|
|
"off" or "-1" switch to modifying, which is the default.
|
|
|
|
.br
|
|
|
|
predicted_nwa is the block address where the add-on session of blind
|
|
|
|
growing will finally end up. It is the responsibility of the user to ensure
|
|
|
|
this final position and the presence of the older sessions. Else the
|
|
|
|
overall ISO image will not be mountable or will produce read errors when
|
2008-07-07 15:04:00 +00:00
|
|
|
accessing file content. xorriso will write the session to the address
|
|
|
|
as obtained from examining -outdev and not necessarily to predicted_nwa.
|
2008-07-05 18:23:46 +00:00
|
|
|
.br
|
|
|
|
During a run of blind growing, the input drive gets released before output
|
|
|
|
begins. The output drive gets released when writing is done.
|
2008-07-05 13:36:48 +00:00
|
|
|
.TP
|
2008-05-12 08:27:18 +00:00
|
|
|
\fB\-load\fR entity id
|
|
|
|
Load a particular (possibly outdated) ISO image from a -dev or -indev which
|
|
|
|
hosts more than one session. Usually all available sessions are shown with
|
|
|
|
option -toc.
|
|
|
|
.br
|
|
|
|
entity depicts the kind of addressing. id depicts the particular
|
|
|
|
address. The following entities are defined:
|
|
|
|
.br
|
|
|
|
"auto" with any id addresses the last session in -toc. This is the default.
|
|
|
|
.br
|
|
|
|
"session" with id being a number as of a line "ISO session", column "Idx".
|
|
|
|
.br
|
|
|
|
"track" with id being a number as of a line "ISO track", column "Idx".
|
|
|
|
.br
|
|
|
|
"lba" or "sbsector" with a number as of a line "ISO ...", column "sbsector".
|
|
|
|
.br
|
|
|
|
"volid" with a text as of a line "ISO ...", column "Volume Id".
|
|
|
|
.br
|
|
|
|
Adressing a non-existing entity or one which does not represent an ISO
|
|
|
|
image will either abandon -indev or at least lead to a blank image.
|
|
|
|
.br
|
|
|
|
If an input drive is set at the moment when -load is executed, then the
|
|
|
|
addressed ISO image is loaded immediately. Else, the setting will be pending
|
|
|
|
until the next -dev or -indev. After the image has been loaded once, the
|
|
|
|
setting is valid for -rollback until next -dev or -indev, where it
|
|
|
|
will be reset to "auto".
|
|
|
|
.TP
|
2008-05-08 14:19:09 +00:00
|
|
|
\fB\-rom_toc_scan\fR "on"|"off"
|
|
|
|
Read-only drives do not tell the actual media type but show any media as
|
|
|
|
ROM (e.g. as DVD-ROM). The session history of MMC multi-session media might
|
|
|
|
be truncated to first and last session or even be completely false.
|
2008-05-08 20:54:51 +00:00
|
|
|
(The eventual emulated history of overwriteable media is not affected by this.)
|
2008-05-08 14:19:09 +00:00
|
|
|
.br
|
|
|
|
To have in case of failure a chance of getting the session history and
|
|
|
|
especially the address of the last session, there is a scan for ISO 9660
|
|
|
|
filesystem headers which might help but also might yield worse results
|
|
|
|
than the drive's table of content. At its end it can cause read attempts
|
|
|
|
to invalid addresses and thus ugly drive behavior.
|
|
|
|
.br
|
|
|
|
To be in effect, -rom_toc_scan has to be enabled by "on" before the -*dev
|
|
|
|
command which aquires drive and media.
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-ban_stdio_write\fR
|
2007-12-05 14:39:13 +00:00
|
|
|
Allow for writing only the usage of MMC optical drives. Disallow
|
2007-10-20 17:12:11 +00:00
|
|
|
to write the result into files of nearly arbitrary type.
|
|
|
|
Once set, this command cannot be revoked.
|
|
|
|
.TP
|
|
|
|
.B Data manipulations:
|
|
|
|
.PP
|
2007-11-09 19:30:25 +00:00
|
|
|
The following commands expect file addresses of two kinds:
|
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
.B disk_path
|
|
|
|
is a path to an object in the local filesystem tree.
|
|
|
|
.br
|
|
|
|
.B iso_rr_path
|
|
|
|
is the Rock Ridge name of a file object in the ISO image. (Do not
|
|
|
|
confuse with the lowlevel ISO 9660 names visible if Rock Ridge gets ignored.)
|
|
|
|
.PP
|
|
|
|
Note that in the ISO image you are as powerful as the superuser. Access
|
|
|
|
permissions of the existing files in the image do not apply to your write
|
|
|
|
operations. They are intended to be in effect with the read-only mounted image.
|
|
|
|
.PP
|
2007-11-07 12:37:19 +00:00
|
|
|
If the iso_rr_path of a newly inserted file leads to an existing
|
2007-12-04 21:02:17 +00:00
|
|
|
file object in the ISO image, then the following collision handling
|
2007-11-09 19:30:25 +00:00
|
|
|
happens:
|
2007-11-06 16:32:39 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
If both objects are directories then they get merged by recursively inserting
|
|
|
|
the subobjects from filesystem into ISO image.
|
2007-12-04 21:02:17 +00:00
|
|
|
If other file types collide then the setting of command
|
|
|
|
.B \-overwrite
|
|
|
|
decides.
|
2007-11-07 12:37:19 +00:00
|
|
|
.br
|
|
|
|
Renaming of files has similar collision handling, but directories can only
|
2008-08-14 22:15:35 +00:00
|
|
|
be replaced, not merged. Note that -mv inserts the source objects into an
|
|
|
|
eventual existing target directory rather than attempting to replace it.
|
2007-10-20 17:12:11 +00:00
|
|
|
.PP
|
|
|
|
The commands in this section alter the ISO image and not the local filesystem.
|
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-iso_rr_pattern\fR "on"|"ls"|"off"
|
|
|
|
Set the pattern expansion mode for the iso_rr_path arguments of several
|
|
|
|
commands which support this feature.
|
|
|
|
.br
|
|
|
|
.B Pattern expansion
|
|
|
|
converts a list of pattern words into a list of existing file addresses.
|
|
|
|
Eventual unmatched pattern words appear themselves in that result list, though.
|
|
|
|
.br
|
2007-11-11 11:22:39 +00:00
|
|
|
Pattern matching supports the usual shell parser wildcards '*' '?' '[xyz]'
|
2007-11-09 19:30:25 +00:00
|
|
|
and respects '/' as separator which may only be matched literally.
|
|
|
|
.br
|
|
|
|
Setting "off" disables this feature for all commands which are marked in this
|
2007-12-04 07:44:59 +00:00
|
|
|
man page by "iso_rr_path [***]" or "iso_rr_pattern [***]".
|
|
|
|
.br
|
2007-11-09 19:30:25 +00:00
|
|
|
Setting "on" enables it for all those commands.
|
2007-12-04 07:44:59 +00:00
|
|
|
.br
|
|
|
|
Setting "ls" enables it only for those which are marked by
|
|
|
|
"iso_rr_pattern [***]".
|
2007-11-09 19:30:25 +00:00
|
|
|
.br
|
|
|
|
Default is "on".
|
|
|
|
.TP
|
2007-12-04 07:44:59 +00:00
|
|
|
\fB\-disk_pattern\fR "on"|"ls"|"off"
|
|
|
|
Set the pattern expansion mode for the disk_path arguments of several
|
|
|
|
commands which support this feature.
|
|
|
|
.br
|
|
|
|
Setting "off" disables this feature for all commands which are marked in this
|
|
|
|
man page by "disk_path [***]" or "disk_pattern [***]".
|
|
|
|
.br
|
|
|
|
Setting "on" enables it for all those commands.
|
|
|
|
.br
|
|
|
|
Setting "ls" enables it only for those which are marked by
|
|
|
|
"disk_pattern [***]".
|
2008-01-19 13:49:17 +00:00
|
|
|
.br
|
|
|
|
Default is "ls".
|
2007-12-04 07:44:59 +00:00
|
|
|
.TP
|
|
|
|
\fB\-add\fR pathspec [...] | disk_path [***]
|
2007-10-20 17:12:11 +00:00
|
|
|
Insert the given files or directory trees from filesystem
|
|
|
|
into the ISO image.
|
|
|
|
.br
|
2007-12-06 19:01:14 +00:00
|
|
|
If -pathspecs is set to "on" then pattern expansion is always disabled and
|
2007-12-04 21:02:17 +00:00
|
|
|
character '=' has a special meaning. It eventually separates the ISO image path
|
|
|
|
from the disk path:
|
|
|
|
.br
|
|
|
|
iso_rr_path=disk_path
|
|
|
|
.br
|
|
|
|
The separator '=' can be escaped by '\\'.
|
2007-12-04 07:44:59 +00:00
|
|
|
If iso_rr_path does not begin with '/' then -cd is prepended.
|
|
|
|
If disk_path does not begin with '/' then -cdx is prepended.
|
|
|
|
.br
|
|
|
|
If no '=' is given then the word is used as both, iso_rr_path and disk path.
|
2008-01-27 17:46:04 +00:00
|
|
|
If in this case the word does not begin with '/' then -cdx is prepended to
|
|
|
|
the disk_path and -cd is prepended to the iso_rr_path.
|
2007-12-04 07:44:59 +00:00
|
|
|
.br
|
2007-12-06 19:01:14 +00:00
|
|
|
If -pathspecs is set to "off" then eventual -disk_pattern expansion applies.
|
2007-12-04 07:44:59 +00:00
|
|
|
The resulting words are used as both, iso_rr_path and disk path. Eventually
|
2008-01-27 17:46:04 +00:00
|
|
|
-cdx gets prepended to disk_path and -cd to iso_rr_path.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-01-20 20:03:48 +00:00
|
|
|
\fB\-add_plainly\fR mode
|
|
|
|
If set to mode "unknown" then any command word that does not begin with "-" and
|
|
|
|
is not recognized as known command will be subject to a virtual -add command.
|
|
|
|
I.e. it will be used as pathspec or as disk_path and added to the image.
|
|
|
|
Eventually -disk_pattern expansion applies to disk_paths.
|
|
|
|
.br
|
|
|
|
Mode "dashed" is similar to "unknown" but also adds unrecognized command
|
|
|
|
words even if they begin with "-".
|
|
|
|
.br
|
|
|
|
Mode "any" announces that all further words are to be added as pathspecs
|
|
|
|
or disk_paths. This does not work in dialog mode.
|
|
|
|
.br
|
|
|
|
Mode "none" is the default. It prevents any words from being understood
|
|
|
|
as files to add, if they are not parameters to appropriate commands.
|
|
|
|
.TP
|
2007-12-15 18:31:39 +00:00
|
|
|
\fB\-path_list\fR disk_path
|
2008-04-20 11:12:42 +00:00
|
|
|
Like -add but read the parameter words from file disk_path
|
|
|
|
or standard input if disk_path is "-".
|
|
|
|
The list must contain exactly one pathspec resp. disk_path pattern per line.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-05-15 15:00:39 +00:00
|
|
|
\fB\-map\fR disk_path iso_rr_path
|
|
|
|
Insert file object disk_path into the ISO image as iso_rr_path. If disk_path
|
|
|
|
is a directory then its whole sub tree is inserted into the ISO image.
|
|
|
|
.TP
|
|
|
|
\fB\-map_single\fR disk_path iso_rr_path
|
|
|
|
Like -map, but if disk_path is a directory then its sub tree is not inserted.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-06-17 12:15:16 +00:00
|
|
|
\fB\-map_l\fR disk_prefix iso_rr_prefix disk_path [***]
|
|
|
|
Performs -map with each of the disk_path arguments. iso_rr_path will be
|
|
|
|
composed from disk_path by replacing disk_prefix by iso_rr_prefix.
|
|
|
|
.TP
|
2008-03-06 17:48:02 +00:00
|
|
|
\fB\-update\fR disk_path iso_rr_path
|
|
|
|
Compare file object disk_path with file object iso_rr_path. If they do not
|
|
|
|
match, then perform the necessary image manipulations to make iso_rr_path
|
|
|
|
a matching copy of disk_path. This comparison will imply lengthy content
|
|
|
|
reading before a decision is made. On the other hand it strives for the
|
|
|
|
smallest possible amount of add-on data which is needed to achieve the
|
|
|
|
matching copy.
|
2008-05-15 15:00:39 +00:00
|
|
|
.br
|
|
|
|
If disk_path is a directory and iso_rr_path does not exist yet, then the
|
|
|
|
whole subtree will be inserted. Else only directory attributes will be
|
|
|
|
updated.
|
2008-03-06 17:48:02 +00:00
|
|
|
.TP
|
|
|
|
\fB\-update_r\fR disk_path iso_rr_path
|
|
|
|
Like -update but working recursively. I.e. all file objects below both
|
|
|
|
addresses get compared whether they have counterparts below the other address
|
|
|
|
and whether both counterparts match. If there is a mismatch then the necessary
|
|
|
|
update manipulation is done.
|
|
|
|
.br
|
|
|
|
Note that the comparison result may depend on option -follow. Its setting
|
|
|
|
should always be the same as with the first adding of disk_path as iso_rr_path.
|
|
|
|
.br
|
|
|
|
If iso_rr_path does not exist yet, then it gets added. If disk_path does not
|
|
|
|
exist, then iso_rr_path gets deleted.
|
2008-06-17 12:15:16 +00:00
|
|
|
.TP
|
|
|
|
\fB\-update_l\fR disk_prefix iso_rr_prefix disk_path [***]
|
|
|
|
Performs -update_r with each of the disk_path arguments. iso_rr_path will be
|
|
|
|
composed from disk_path by replacing disk_prefix by iso_rr_prefix.
|
2008-03-06 17:48:02 +00:00
|
|
|
.TP
|
2008-03-09 14:22:14 +00:00
|
|
|
\fB\-cut_out\fR disk_path byte_offset byte_count iso_rr_path
|
|
|
|
Map a byte interval of a regular disk file into a regular file in the ISO
|
|
|
|
image.
|
|
|
|
This may be necessary if the disk file is larger than a single media, or if
|
2008-03-29 16:44:39 +00:00
|
|
|
it exceeds the traditional limit of 2 GiB - 1 for old operating systems,
|
2008-08-26 21:04:24 +00:00
|
|
|
or the limit of 4 GiB - 1 for newer ones. Only the newest Linux kernels
|
|
|
|
seem to read properly files >= 4 GiB - 1.
|
2008-03-09 14:22:14 +00:00
|
|
|
.br
|
2008-03-11 13:09:56 +00:00
|
|
|
A clumsy remedy for this limit is to backup file pieces and to concatenate
|
2008-03-09 14:22:14 +00:00
|
|
|
them at restore time. A well tested chopping size is 2047m.
|
|
|
|
It is permissible to request a higher byte_count than available. The
|
|
|
|
resulting file will be truncated to the correct size of a final piece.
|
|
|
|
To request a byte_offset higher than available yields no file in
|
|
|
|
the ISO image but a SORRY event.
|
|
|
|
E.g:
|
|
|
|
.br
|
2008-03-11 13:09:56 +00:00
|
|
|
-cut_out /my/disk/file 0 2047m \\
|
|
|
|
.br
|
|
|
|
/file/part_1_of_3_at_0_with_2047m_of_5753194821 \\
|
|
|
|
.br
|
|
|
|
-cut_out /my/disk/file 2047m 2047m \\
|
|
|
|
.br
|
|
|
|
/file/part_2_of_3_at_2047m_with_2047m_of_5753194821 \\
|
|
|
|
.br
|
|
|
|
-cut_out /my/disk/file 4094m 2047m \\
|
|
|
|
.br
|
|
|
|
/file/part_3_of_3_at_4094m_with_2047m_of_5753194821
|
|
|
|
.br
|
2008-03-27 11:33:41 +00:00
|
|
|
-cut_out is coordinated with -compare* and -update* if the names of the
|
|
|
|
part files follow a convention by which xorriso is able to recognize
|
2008-03-11 13:09:56 +00:00
|
|
|
file parts and process them accordingly:
|
|
|
|
.br
|
2008-03-27 11:33:41 +00:00
|
|
|
A disk file gets mapped to an ISO directory containing its split parts
|
|
|
|
as regular files. The parts have names which describe the splitting
|
|
|
|
by 5 numbers which are separated by some non-numerical text:
|
2008-03-11 13:09:56 +00:00
|
|
|
.br
|
2008-03-29 16:44:39 +00:00
|
|
|
part_number, total_parts, byte_offset, byte_count, disk_file_size
|
2008-03-09 14:22:14 +00:00
|
|
|
.br
|
2008-03-11 13:09:56 +00:00
|
|
|
Scaling characters like "m" or "k" are taken into respect and may
|
|
|
|
serve as separators as well. All digits are interpreted as decimal,
|
|
|
|
even if leading zeros are present.
|
2008-03-09 14:22:14 +00:00
|
|
|
.br
|
2008-03-11 13:09:56 +00:00
|
|
|
Not all parts have to be present on the same media. But those parts
|
|
|
|
which are present have to sit in the same directory. No other files
|
|
|
|
are allowed in there. Parts have to be disjoint. Their numbers have
|
2008-03-27 11:33:41 +00:00
|
|
|
to be plausible. E.g. byte_count must be valid as -cut_out argument
|
|
|
|
and it must be the same with all parts.
|
|
|
|
.br
|
|
|
|
If the disk file grows enough to need new parts then those get added
|
|
|
|
to the directory if it already contains all parts of the old disk file.
|
|
|
|
If not all parts are present, then only those present parts will
|
|
|
|
be updated.
|
2008-03-09 14:22:14 +00:00
|
|
|
.TP
|
2008-05-15 15:00:39 +00:00
|
|
|
\fB\-cpr\fR disk_path [***] iso_rr_path
|
|
|
|
Insert the given files or directory trees from filesystem
|
|
|
|
into the ISO image.
|
|
|
|
.br
|
|
|
|
The rules for generating the ISO addresses are similar as with
|
|
|
|
shell command cp -r. Nevertheless, directories of the iso_rr_path
|
|
|
|
are created if necessary. Especially a not yet existing iso_rr_path
|
|
|
|
will be handled as directory if multiple disk_paths are present.
|
|
|
|
The leafnames of the multiple disk_paths will be grafted under that
|
|
|
|
directory as would be done with an existing directory.
|
|
|
|
.br
|
|
|
|
If a single disk_path is present then a non-existing iso_rr_path will
|
|
|
|
get the same type as the disk_path.
|
|
|
|
.br
|
|
|
|
If a disk_path does not begin with '/' then -cdx is prepended.
|
|
|
|
If the iso_rr_path does not begin with '/' then -cd is prepended.
|
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-rm\fR iso_rr_path [***]
|
2007-10-20 17:12:11 +00:00
|
|
|
Delete the given files from the ISO image.
|
2007-11-02 18:47:38 +00:00
|
|
|
.br
|
|
|
|
Note: This does not free any space on the -indev media, even if
|
|
|
|
the deletion is committed to that same media.
|
|
|
|
.br
|
2007-11-14 14:28:44 +00:00
|
|
|
The image size will shrink if the image is written to a different
|
2007-11-02 18:47:38 +00:00
|
|
|
media in modification mode.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-rm_r\fR iso_rr_path [***]
|
2007-10-20 17:12:11 +00:00
|
|
|
Delete the given files or directory trees from the ISO image.
|
2007-11-02 18:47:38 +00:00
|
|
|
See also the note with option -rm.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-mv\fR iso_rr_path [***] iso_rr_path
|
2007-10-20 17:12:11 +00:00
|
|
|
Rename the given file objects in the ISO tree to the last
|
|
|
|
argument in the list. Use the same rules as with shell command mv.
|
2007-11-09 19:30:25 +00:00
|
|
|
.br
|
|
|
|
If pattern expansion is enabled and if the last argument contains wildcard
|
|
|
|
characters then it must match exactly one existing file address, or else the
|
2008-02-06 15:37:54 +00:00
|
|
|
command fails with a FAILURE event.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-chown\fR uid iso_rr_path [***]
|
2007-11-08 15:17:21 +00:00
|
|
|
Set ownership of file objects in the ISO image. uid may either be a decimal
|
|
|
|
number or the name of a user known to the operating system.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-31 13:53:39 +00:00
|
|
|
\fB\-chown_r\fR uid iso_rr_path [***]
|
|
|
|
Like -chown but affecting all files below eventual directories.
|
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-chgrp\fR gid iso_rr_path [***]
|
2007-11-08 15:17:21 +00:00
|
|
|
Set group attribute of file objects in the ISO image. gid may either be a
|
|
|
|
decimal number or the name of a group known to the operating system.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-31 13:53:39 +00:00
|
|
|
\fB\-chgrp_r\fR gid iso_rr_path [***]
|
|
|
|
Like -chgrp but affecting all files below eventual directories.
|
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-chmod\fR mode iso_rr_path [***]
|
2007-11-08 15:17:21 +00:00
|
|
|
Equivalent to shell command chmod in the ISO image.
|
|
|
|
mode is either an octal number beginning with "0" or a comma separated
|
2008-01-14 19:03:17 +00:00
|
|
|
list of statements of the form [ugoa]*[+-=][rwxst]* .
|
|
|
|
.br
|
|
|
|
Like: go-rwx,u+rwx .
|
2007-11-08 15:17:21 +00:00
|
|
|
.br
|
|
|
|
.B Personalities:
|
|
|
|
u=user, g=group, o=others, a=all
|
|
|
|
.br
|
|
|
|
.B Operators:
|
|
|
|
+ adds given permissions, - revokes given permissions,
|
|
|
|
= revokes all old permissions and then adds the given ones.
|
|
|
|
.br
|
|
|
|
.B Permissions:
|
|
|
|
r=read, w=write, x=execute|inspect, s=setuid|setgid, t=sticky bit
|
|
|
|
.br
|
|
|
|
For octal numbers see man 2 stat.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-31 13:53:39 +00:00
|
|
|
\fB\-chmod_r\fR mode iso_rr_path [***]
|
|
|
|
Like -chmod but affecting all files below eventual directories.
|
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-alter_date\fR type timestring iso_rr_path [***]
|
2007-10-20 17:12:11 +00:00
|
|
|
Alter the date entries of a file in the ISO image. type is
|
|
|
|
one of "a", "m", "b" for access time, modification time,
|
|
|
|
both times.
|
2007-11-08 14:43:53 +00:00
|
|
|
.br
|
|
|
|
timestring may be in the following formats
|
|
|
|
(see also section EXAMPLES):
|
|
|
|
.br
|
|
|
|
As expected by program date:
|
|
|
|
MMDDhhmm[[CC]YY][.ss]]
|
|
|
|
.br
|
|
|
|
As produced by program date:
|
|
|
|
[Day] MMM DD hh:mm:ss [TZON] YYYY
|
|
|
|
.br
|
|
|
|
Relative times counted from current clock time:
|
|
|
|
+|-Number["s"|"h"|"d"|"w"|"m"|"y"]
|
|
|
|
.br
|
2007-11-09 19:30:25 +00:00
|
|
|
where "s" means seconds, "h" hours, "d" days, "w" weeks, "m"=30d,
|
2008-01-18 17:03:41 +00:00
|
|
|
"y"=365.25d plus 1d added to multiplication result.
|
2007-11-08 14:43:53 +00:00
|
|
|
.br
|
|
|
|
Absolute seconds counted from Jan 1 1970:
|
|
|
|
=Number
|
|
|
|
.br
|
|
|
|
xorriso's own timestamps:
|
|
|
|
YYYY.MM.DD[.hh[mm[ss]]]
|
|
|
|
.br
|
|
|
|
scdbackup timestamps:
|
|
|
|
YYMMDD[.hhmm[ss]]
|
|
|
|
.br
|
|
|
|
where "A0" is year 2000, "B0" is 2010, etc.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-31 13:53:39 +00:00
|
|
|
\fB\-alter_date_r\fR type timestring iso_rr_path [***]
|
|
|
|
Like -alter_date but affecting all files below eventual directories.
|
|
|
|
.TP
|
2008-08-17 22:05:48 +00:00
|
|
|
\fB\-find\fR iso_rr_path [test [test ...]] [-exec action [params]] --
|
2008-01-01 12:32:23 +00:00
|
|
|
A very restricted substitute for shell command find in the ISO image.
|
|
|
|
It performs an action on matching file objects at or below iso_rr_path.
|
|
|
|
.br
|
2008-08-17 22:05:48 +00:00
|
|
|
Tests are optional. If they are omitted then action is applied to all file
|
|
|
|
objects. If tests are given then action is applied only if all of them
|
|
|
|
match the file object. Available tests are:
|
|
|
|
.br
|
|
|
|
-name pattern
|
|
|
|
.br
|
|
|
|
Pattern is not expanded but used for comparison with
|
2008-01-01 12:32:23 +00:00
|
|
|
the particular file names of the eventual directory tree underneath
|
2008-08-17 22:05:48 +00:00
|
|
|
iso_rr_path.
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
2008-08-17 22:05:48 +00:00
|
|
|
-type type_letter
|
|
|
|
.br
|
|
|
|
matches only files files of the given type:
|
2008-03-07 18:24:26 +00:00
|
|
|
"block", "char", "dir", "pipe", "file", "link", "socket",
|
|
|
|
"Xotic" which eventually matches what is not matched by the other types.
|
2008-01-02 17:51:12 +00:00
|
|
|
.br
|
|
|
|
Only the first letter is interpreted. E.g.: -find / -type d
|
|
|
|
.br
|
2008-08-17 22:05:48 +00:00
|
|
|
-damaged
|
|
|
|
.br
|
|
|
|
matches only files which use data blocks marked as damaged by a previous
|
|
|
|
run of -check_media. The damage info vanishes when a new ISO image gets
|
|
|
|
loaded.
|
|
|
|
.br
|
|
|
|
-undamaged
|
|
|
|
.br
|
|
|
|
matches only files which use data blocks outside the areas marked as damaged.
|
|
|
|
.br
|
|
|
|
-lba_range start_lba block_count
|
|
|
|
.br
|
|
|
|
matches only files which use data blocks within the range of start_lba
|
|
|
|
and start_lba+block_count-1.
|
|
|
|
.br
|
|
|
|
Default action is "echo",
|
2008-01-01 12:32:23 +00:00
|
|
|
i.e. to print the address of the found file. Other actions are certain
|
|
|
|
xorriso commands which get performed on the found files. These commands
|
|
|
|
may have specific parameters. See also their particular descriptions.
|
|
|
|
.br
|
2008-01-02 17:51:12 +00:00
|
|
|
"chown" and "chown_r" change the ownership and get the user id as param. E.g.:
|
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -exec chown thomas --
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
|
|
|
"chgrp" and "chgrp_r" change the group attribute and get the group id as param.
|
2008-01-02 17:51:12 +00:00
|
|
|
E.g.:
|
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / name 'news*' -type d -exec chgrp_r staff --
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
|
|
|
"chmod" and "chmod_r" change access permissions and get a mode string as param.
|
2008-01-02 17:51:12 +00:00
|
|
|
E.g.:
|
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -exec chmod a-w,a+r --
|
2008-01-02 17:51:12 +00:00
|
|
|
.br
|
|
|
|
"alter_date" and "alter_date_r" change the timestamps.
|
|
|
|
They get a type character and a timestring as params.
|
|
|
|
E.g.:
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -exec alter_date "m" "Dec 30 19:34:12 2007" --
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
2008-01-02 17:51:12 +00:00
|
|
|
"lsdl" prints file information like shell command ls -dl.
|
|
|
|
E.g.:
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -exec lsdl --
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
2008-02-28 13:27:44 +00:00
|
|
|
"compare" performs command -compare with the found file address as iso_rr_path
|
|
|
|
and the corresponding file address below its argument disk_path_start. For this
|
|
|
|
the iso_rr_path of the -find command gets replaced by the disk_path_start.
|
|
|
|
E.g.:
|
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -exec compare /home/thomas --
|
2008-02-28 13:27:44 +00:00
|
|
|
.br
|
2008-03-01 15:13:13 +00:00
|
|
|
"update" performs command -update with the found file address as iso_rr_path.
|
|
|
|
The corresponding file address is determined like with above "compare".
|
|
|
|
.br
|
|
|
|
E.g.:
|
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -exec update /home/thomas --
|
|
|
|
.br
|
|
|
|
"rm" removes the found iso_rr_path from the image if it is not a directory with
|
|
|
|
files in it. I.e. this "rm" includes "rmdir".
|
|
|
|
.br
|
|
|
|
E.g.:
|
|
|
|
.br
|
|
|
|
-find / -name *.doc -exec rm --
|
|
|
|
.br
|
|
|
|
"rm_r" removes the found iso_rr_path from the image, including whole directory
|
|
|
|
trees.
|
|
|
|
.br
|
|
|
|
E.g.:
|
|
|
|
.br
|
|
|
|
-find /uh/oh -name *private* -exec rm_r --
|
2008-03-01 15:13:13 +00:00
|
|
|
.br
|
2008-08-17 22:05:48 +00:00
|
|
|
"report_damage" classifies files whether they hit a data block that is
|
|
|
|
marked as damaged. The result is printed together with the eventual address
|
|
|
|
of the first damaged byte, the maximum span of damages, file size, and the
|
|
|
|
path of the file.
|
|
|
|
.br
|
|
|
|
E.g.:
|
|
|
|
.br
|
|
|
|
-find / -damaged -exec report_damage
|
|
|
|
.br
|
2008-08-18 13:42:44 +00:00
|
|
|
"report_lba" prints files which are associated to image data blocks.
|
|
|
|
It tells the logical block address, the block number, the byte size,
|
2008-08-27 12:13:07 +00:00
|
|
|
and the path of each file. There may be reported more than one
|
|
|
|
line per file if the file is very large. In this case each line has a
|
|
|
|
different extent number in column "xt".
|
2008-08-18 13:42:44 +00:00
|
|
|
.br
|
|
|
|
E.g.:
|
|
|
|
.br
|
|
|
|
-find / -lba_range 302000 50000 -exec report_lba
|
|
|
|
.br
|
2008-01-01 12:32:23 +00:00
|
|
|
"find" performs another run of -find on the matching file address. It accepts
|
|
|
|
the same params as -find, except iso_rr_path.
|
2008-01-02 17:51:12 +00:00
|
|
|
E.g.:
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
2008-03-06 11:43:08 +00:00
|
|
|
-find / -name '???' -type d -exec find -name '[abc]*' -exec chmod a-w,a+r --
|
2008-01-01 12:32:23 +00:00
|
|
|
.br
|
|
|
|
If not used as last command in the line then the argument list
|
|
|
|
needs to get terminated by "--".
|
|
|
|
.TP
|
2007-10-28 16:54:29 +00:00
|
|
|
\fB\-mkdir\fR iso_rr_path [...]
|
2007-10-20 17:12:11 +00:00
|
|
|
Create empty directories if they do not exist yet.
|
|
|
|
Existence as directory generates a WARNING event, existence as
|
2008-02-06 15:37:54 +00:00
|
|
|
other file causes a FAILURE event.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-rmdir\fR iso_rr_path [***]
|
2007-10-20 17:12:11 +00:00
|
|
|
Delete empty directories.
|
|
|
|
.TP
|
|
|
|
\fB\-rollback\fR
|
2007-10-22 21:18:13 +00:00
|
|
|
Discard the manipulated ISO image and reload it from -indev.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-01-25 15:09:53 +00:00
|
|
|
\fB\-rollback_end\fR
|
|
|
|
Discard the manipulated ISO image. End program without loading a new image.
|
|
|
|
.TP
|
2007-10-20 19:50:24 +00:00
|
|
|
.B Writing the result:
|
|
|
|
(see also paragraph about settings below)
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
\fB\-commit\fR
|
|
|
|
Perform the write operation. Afterwards eventually make the
|
2007-12-15 18:31:39 +00:00
|
|
|
-outdev the new -dev and load the image from there.
|
2008-07-05 13:36:48 +00:00
|
|
|
Switch to growing mode.
|
|
|
|
(A subsequent -outdev will activate modification mode or blind growing.)
|
2007-10-20 17:12:11 +00:00
|
|
|
-commit is performed automatically at end of program if there
|
|
|
|
are uncommitted manipulations pending.
|
2008-01-19 13:49:17 +00:00
|
|
|
So, to perform a final write operation with no new -dev
|
2007-10-20 17:12:11 +00:00
|
|
|
and no new loading of image, rather execute option -end.
|
2008-06-17 12:15:16 +00:00
|
|
|
To suppress a final write, execute -rollback_end.
|
2008-01-25 17:54:47 +00:00
|
|
|
To eject outdev after write without new loading of image, use -commit_eject.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
|
|
|
|
Writing can last quite a while. It is not unnormal with several
|
2007-12-15 18:31:39 +00:00
|
|
|
types of media that there is no progress visible for the first
|
|
|
|
few minutes or that the drive gnaws on the media for a few
|
2007-10-20 17:12:11 +00:00
|
|
|
minutes after all data have been transmitted.
|
|
|
|
xorriso and the drives are in a client-server relationship.
|
|
|
|
The drives have much freedom about what to do with the media.
|
|
|
|
Some combinations of drives and media simply do not work,
|
2008-01-19 13:49:17 +00:00
|
|
|
despite the promises by their vendors.
|
2007-10-20 17:12:11 +00:00
|
|
|
If writing fails - or even the drive gets stuck and you need
|
|
|
|
to reboot - then try other media or another drive. The reason
|
|
|
|
for such failure is hardly ever in the code of the various
|
|
|
|
burn programs but you may well try some of those listed below
|
|
|
|
under SEE ALSO.
|
|
|
|
.TP
|
|
|
|
\fB\-eject\fR "in"|"out"|"all"
|
|
|
|
Eject the media in -indev, resp. -outdev, resp. both drives.
|
|
|
|
Note: It is not possible yet to effectively eject disk files.
|
|
|
|
.TP
|
2008-02-03 18:13:59 +00:00
|
|
|
\fB\-commit_eject\fR "in"|"out"|"all"|"none"
|
|
|
|
Combined -commit and -eject. When writing has finished do not make
|
|
|
|
-outdev the new -dev, and load no ISO image. Rather eject
|
|
|
|
-indev and/or -outdev. Eventually give up any non-ejected drive.
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-blank\fR mode
|
2008-05-12 19:36:23 +00:00
|
|
|
Make media ready for writing from scratch (if not -dummy is activated).
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2007-10-22 21:18:13 +00:00
|
|
|
This affects only the -outdev not the -indev.
|
2007-10-20 17:12:11 +00:00
|
|
|
If both drives are the same and if the ISO image was altered
|
2008-02-06 15:37:54 +00:00
|
|
|
then this command leads to a FAILURE event.
|
2007-10-20 19:50:24 +00:00
|
|
|
Defined modes are:
|
2008-05-12 19:36:23 +00:00
|
|
|
as_needed, fast, all, deformat, deformat_quickest
|
|
|
|
.br
|
|
|
|
"as_needed" cares for used CD-RW, DVD-RW and for used overwriteable media
|
|
|
|
by applying -blank "fast". It applies -format "full" to yet unformatted
|
2008-06-17 12:15:16 +00:00
|
|
|
DVD-RAM or BD-RE. Other media or states are gracefully ignored.
|
2007-10-20 19:50:24 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
"fast" and "all" make CD-RW and unformatted DVD-RW re-usable,
|
|
|
|
or invalidate overwriteable ISO images.
|
2008-05-12 19:36:23 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
"deformat" converts overwriteable DVD-RW into unformatted ones.
|
2008-05-12 19:36:23 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
"deformat_quickest" is a faster way to deformat or blank DVD-RW
|
|
|
|
but produces media which are only suitable for a single session.
|
|
|
|
xorriso will write onto them only if option -close is set to "on".
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
The progress reports issued by some drives while blanking are
|
|
|
|
quite unrealistic. Do not conclude success or failure from the
|
2008-02-06 15:37:54 +00:00
|
|
|
reported percentages. Blanking was successful if no SORRY event or
|
|
|
|
worse occured.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
\fB\-format\fR mode
|
2008-05-12 19:36:23 +00:00
|
|
|
Convert unformatted DVD-RW into overwriteable ones, "de-ice" DVD+RW, format
|
|
|
|
newly purchased BD-RE, re-format DVD-RAM or BD-RE.
|
|
|
|
.br
|
|
|
|
Defined modes are:
|
|
|
|
.br
|
2008-05-14 11:45:28 +00:00
|
|
|
as_needed, full, fast, by_index_<num>, fast_by_index_<num>
|
2008-05-12 19:36:23 +00:00
|
|
|
.br
|
|
|
|
"as_needed" formats yet unformatted DVD-RW, DVD-RAM, BD-RE. Other media
|
|
|
|
are left untouched.
|
|
|
|
.br
|
|
|
|
"full" (re-)formats DVD-RW, DVD+RW, DVD-RAM, BD-RE.
|
|
|
|
.br
|
|
|
|
"fast" does the same as "full" but tries to be quicker.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-05-14 11:45:28 +00:00
|
|
|
"by_index_" selects a format out of the descriptor list issued by option
|
|
|
|
-list_formats. The index number from that list is to be appended to the
|
|
|
|
mode word. E.g: "by_index_3".
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-05-14 11:45:28 +00:00
|
|
|
"fast_by_index_" does the same as "by_index_" but tries to be quicker.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-05-14 11:45:28 +00:00
|
|
|
The formatting action has no effect on media if -dummy is activated.
|
|
|
|
.br
|
|
|
|
Formatting is normally needed only once during the lifetime of a media,
|
|
|
|
if ever. But it is a reason for re-formatting if:
|
|
|
|
.br
|
|
|
|
DVD-RW was deformatted by -blank,
|
|
|
|
.br
|
|
|
|
DVD+RW has read failures (re-formatting might help or not),
|
|
|
|
.br
|
|
|
|
DVD-RAM or BD-RE shall change their amount of defect reserve.
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
The progress reports issued by some drives while formatting are
|
|
|
|
quite unrealistic. Do not conclude success or failure from the
|
2008-02-06 15:37:54 +00:00
|
|
|
reported percentages. Formatting was successful if no SORRY event
|
2008-05-14 11:45:28 +00:00
|
|
|
or worse occured. Be patient with apparently frozen progress.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-05-13 11:58:43 +00:00
|
|
|
\fB\-list_formats\fR
|
|
|
|
Put out a list of format descriptors as reported by the output drive for
|
2008-05-14 11:45:28 +00:00
|
|
|
the current media. The list gives the index number after "Format idx",
|
|
|
|
a MMC format code, the announced size in blocks (like "2236704s")
|
2008-05-13 11:58:43 +00:00
|
|
|
and the same size in MiB.
|
2008-05-14 11:45:28 +00:00
|
|
|
.br
|
|
|
|
MMC format codes are manifold. Most important are:
|
|
|
|
"00h" general formatting, "01h" increases reserve space for DVD-RAM,
|
|
|
|
"26h" for DVD+RW, "30h" for BD-RE with reserve space,
|
|
|
|
"31h" for BD-RE without reserve space.
|
|
|
|
.br
|
|
|
|
Smaller format size with DVD-RAM or BD-RE means more reserve space.
|
2008-05-13 11:58:43 +00:00
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
.B Settings for data insertion:
|
|
|
|
.TP
|
2008-08-27 12:13:07 +00:00
|
|
|
\fB\-file_size_limit\fR value [value [...]] --
|
|
|
|
Set the maximum permissible size for a single data file. The values get
|
|
|
|
summed up for the actual limit. If the only value is "off" then the file
|
|
|
|
size is not limited by xorriso. Default is a limit of 100 extents, 4g -2k each:
|
|
|
|
.br
|
2008-09-16 18:52:58 +00:00
|
|
|
-file_size_limit 400g -200k --
|
2008-08-27 12:13:07 +00:00
|
|
|
.br
|
|
|
|
When mounting ISO 9660 filesystems, old operating systems can handle only files
|
|
|
|
up to 2g -1 --. Newer ones are good up to 4g -1 --.
|
|
|
|
You need quite a new Linux kernel to read correctly the final bytes
|
2008-08-27 17:39:48 +00:00
|
|
|
of a file >= 4g if its size is not aligned to 2048 byte blocks.
|
2008-08-27 12:13:07 +00:00
|
|
|
.br
|
|
|
|
xorriso's own data read capabilities are not affected by eventual
|
|
|
|
operating system size limits. They apply to mounting only. Nevertheless,
|
|
|
|
the target filesystem of an -extract must be able to take the file size.
|
|
|
|
.TP
|
2008-05-04 13:36:15 +00:00
|
|
|
\fB\-not_mgt\fR code[:code[...]]
|
|
|
|
Control the behavior of the exclusion lists.
|
|
|
|
.br
|
|
|
|
Exclusion processing happens before disk_paths get mapped to the ISO image
|
|
|
|
and before disk files get compared with image files.
|
|
|
|
The absolute disk path of the source is matched against the -not_paths list.
|
|
|
|
The leafname of the disk path is matched against the patterns in the -not_leaf
|
|
|
|
list. If a match is detected then the disk path will not be regarded as an
|
|
|
|
existing file and not be added to the ISO image.
|
|
|
|
.br
|
|
|
|
Several codes are defined.
|
|
|
|
The _on/_off settings persist until they are revoked by their_off/_on
|
|
|
|
counterparts.
|
|
|
|
.br
|
|
|
|
"erase" empties the lists which were accumulated by -not_paths and -not_leaf.
|
|
|
|
.br
|
|
|
|
"reset" is like "erase" but also re-installs default behavior.
|
|
|
|
.br
|
|
|
|
"off" disables exclusion processing temporarily without invalidating
|
|
|
|
the lists and settings.
|
|
|
|
.br
|
|
|
|
"on" re-enables exclusion processing.
|
|
|
|
.br
|
|
|
|
"param_off" applies exclusion processing only to paths below disk_path
|
|
|
|
parameter of commands. I.e. explicitely given disk_paths are exempted
|
|
|
|
from exclusion processing.
|
|
|
|
.br
|
|
|
|
"param_on" applies exclusion processing to command parameters as well as
|
|
|
|
to files below such parameters.
|
|
|
|
.br
|
|
|
|
"subtree_off" with "param_on" excludes parameter paths only if they
|
|
|
|
match a -not_paths item exactly.
|
|
|
|
.br
|
|
|
|
"subtree_on" additionally excludes parameter paths which lead to a file
|
|
|
|
address below any -not_paths item.
|
|
|
|
.br
|
|
|
|
"ignore_off" treats excluded disk files as if they were missing. I.e. they
|
|
|
|
get reported with -compare and deleted from the image with -update.
|
|
|
|
.br
|
|
|
|
"ignore_on" keeps excluded files out of -compare or -update activities.
|
|
|
|
.TP
|
|
|
|
\fB\-not_paths\fR disk_path [***]
|
|
|
|
Add the given paths to the list of excluded absolute disk paths. If a given
|
|
|
|
path is relative, then the current -cdx is prepended to form an absolute path.
|
|
|
|
Eventual pattern matching happens at definition time and not when exclusion
|
|
|
|
checks are made.
|
|
|
|
.br
|
|
|
|
(Do not forget to end the list of disk_paths by "--")
|
|
|
|
.TP
|
|
|
|
\fB\-not_leaf\fR pattern
|
|
|
|
Add a single shell parser style pattern to the list of exclusions for
|
|
|
|
disk leafnames. These patterns are evaluated when the exclusion checks are
|
|
|
|
made.
|
|
|
|
.TP
|
2007-12-15 18:31:39 +00:00
|
|
|
\fB\-follow\fR occasion[:occasion[...]]
|
2007-12-16 10:36:04 +00:00
|
|
|
Enable or disable resolution of symbolic links and mountpoints under
|
2007-12-22 14:39:12 +00:00
|
|
|
disk_paths. This applies to actions -add, -du*x, -ls*x, -findx,
|
|
|
|
and to -disk_pattern expansion.
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
|
|
|
There are two kinds of follow decisison to be made:
|
|
|
|
.br
|
|
|
|
"link" is the hop from a symbolic link to its target file object.
|
|
|
|
If enabled then symbolic links are handled as their target file objects,
|
|
|
|
else symbolic links are handled as themselves.
|
|
|
|
.br
|
|
|
|
"mount" is the hop from one filesystem to another subordinate filesystem.
|
2007-12-16 10:36:04 +00:00
|
|
|
If enabled then mountpoint directories are handled as any other directory,
|
|
|
|
else mountpoints are handled as empty directories if they are encountered in
|
2007-12-15 18:31:39 +00:00
|
|
|
directory tree traversals.
|
|
|
|
.br
|
2007-12-16 10:36:04 +00:00
|
|
|
Less general than above occasions:
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
|
|
|
"pattern" is mount and link hopping, but only during -disk_pattern expansion.
|
|
|
|
.br
|
|
|
|
"param" is link hopping for parameter words (after eventual pattern expansion).
|
|
|
|
If enabled then -ls*x will show the link targets rather than the links
|
2007-12-22 14:39:12 +00:00
|
|
|
themselves. -du*x, -findx, and -add will process the link targets but not
|
|
|
|
follow links in an eventual directory tree below the targets (unless "link"
|
|
|
|
is enabled).
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
|
|
|
Occasions can be combined in a colon separated list. All occasions
|
|
|
|
mentioned in the list will then lead to a positive follow decision.
|
|
|
|
.br
|
|
|
|
"off" prevents any positive follow decision. Use it if no other occasion
|
|
|
|
applies.
|
|
|
|
.br
|
|
|
|
Shortcuts:
|
|
|
|
.br
|
2007-12-16 10:36:04 +00:00
|
|
|
"default" is equivalent to "pattern:mount:limit=100".
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
|
|
|
"on" always decides positive. Equivalent to "link:mount".
|
2007-12-16 10:36:04 +00:00
|
|
|
.br
|
|
|
|
|
|
|
|
Not an occasion but an optional setting is:
|
|
|
|
.br
|
|
|
|
"limit="<number> which sets the maximum number of link hops.
|
|
|
|
A link hop consists of a sequence of symbolic links and a final target
|
|
|
|
of different type. Nevertheless those hops can loop. Example:
|
|
|
|
.br
|
|
|
|
\fB$\fR ln -s .. uploop
|
|
|
|
.br
|
|
|
|
Link hopping has a builtin loop detection which stops hopping at the first
|
|
|
|
repetition of a link target. Then the repeated link is handled as itself
|
|
|
|
and not as its target.
|
|
|
|
Regrettably one can construct link networks which
|
|
|
|
cause exponential workload before their loops get detected.
|
|
|
|
The number given with "limit=" can curb this workload at the risk of truncating
|
|
|
|
an intentional sequence of link hops.
|
2007-12-05 09:06:00 +00:00
|
|
|
.TP
|
2007-12-06 15:02:27 +00:00
|
|
|
\fB\-pathspecs\fR "on"|"off"
|
2007-12-15 18:31:39 +00:00
|
|
|
Control parameter interpretation with xorriso actions -add and -path_list.
|
2007-12-06 15:02:27 +00:00
|
|
|
.br
|
|
|
|
"on" enables pathspecs of the form
|
2007-10-20 17:12:11 +00:00
|
|
|
.B target=source
|
2007-12-06 15:02:27 +00:00
|
|
|
like with program mkisofs -graft-points.
|
|
|
|
It also disables -disk_pattern expansion for command -add.
|
|
|
|
.br
|
|
|
|
"off" disables pathspecs of the form target=source
|
|
|
|
and eventually enables -disk_pattern expansion.
|
2007-12-20 11:14:49 +00:00
|
|
|
.TP
|
|
|
|
\fB\-overwrite\fR "on"|"nondir"|"off"
|
|
|
|
Allow or disallow to overwrite existing files in the
|
|
|
|
ISO image by files with the same user defined name.
|
|
|
|
.br
|
2008-02-06 15:37:54 +00:00
|
|
|
With setting "off", name collisions cause FAILURE events.
|
2007-12-20 11:14:49 +00:00
|
|
|
With setting "nondir", only directories are protected by such events, other
|
|
|
|
existing file types get treated with -rm before the new file gets added.
|
|
|
|
Setting "on" allows automatic -rm_r. I.e. a non-directory can replace an
|
|
|
|
existing directory and all its subordinates.
|
2008-06-05 16:51:04 +00:00
|
|
|
.br
|
|
|
|
If restoring of files is enabled, then the overwrite rule applies to the
|
2008-06-11 13:15:43 +00:00
|
|
|
target file objects on disk as well, but "on" is downgraded to "nondir".
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-03-29 16:44:39 +00:00
|
|
|
\fB\-split_size\fR number["k"|"m"]
|
|
|
|
Set the threshold for automatic splitting of regular files. Such splitting
|
|
|
|
maps a large disk file onto a ISO directory with several part files in it.
|
2008-08-27 12:13:07 +00:00
|
|
|
This is necessary if the size of the disk file exceeds -file_size_limit.
|
|
|
|
Older operating systems can handle files in mounted ISO 9660 filesystems
|
|
|
|
only if they are smaller than 2 GiB resp. 4 GiB.
|
2008-03-29 16:44:39 +00:00
|
|
|
See also option -cut_out for more information about file parts.
|
|
|
|
.br
|
2008-08-27 12:13:07 +00:00
|
|
|
Default is 0 which will exclude files larger than -file_size_limit by a
|
|
|
|
FAILURE event.
|
|
|
|
A well tested -split_size is 2047m. Sizes above -file_size_limit are not
|
|
|
|
permissible.
|
2008-03-29 16:44:39 +00:00
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
.B Settings for result writing:
|
|
|
|
.TP
|
2007-11-14 17:55:27 +00:00
|
|
|
Rock Ridge info will be generated by the program unconditionally.
|
2007-11-09 19:30:25 +00:00
|
|
|
.TP
|
2007-12-26 16:01:59 +00:00
|
|
|
\fB\-joliet\fR "on"|"off"
|
|
|
|
If enabled by "on", generate Joliet info additional to Rock Ridge info.
|
2007-11-09 19:30:25 +00:00
|
|
|
.TP
|
2007-12-26 16:01:59 +00:00
|
|
|
\fB\-volid\fR text
|
2008-02-11 15:07:41 +00:00
|
|
|
Specifies the volume ID. xorriso accepts any text up to 32 characters,
|
|
|
|
but according to rarely obeyed specs stricter rules apply:
|
|
|
|
.br
|
|
|
|
ECMA 119 demands character set [A-Z0-9_]. Like: "IMAGE_23"
|
|
|
|
.br
|
|
|
|
Joliet allows 16 UCS-2 characters. Like: "Windows name"
|
|
|
|
.br
|
|
|
|
Be aware that the volume id might get used automatically as name of the
|
|
|
|
mount point when the media is inserted into a playful computer system.
|
2008-01-14 22:47:44 +00:00
|
|
|
.br
|
2008-02-08 17:52:43 +00:00
|
|
|
If an ISO image gets loaded while the volume ID is set to default "ISOIMAGE"
|
|
|
|
or to "", then the volume ID of the loaded image will become the effective
|
|
|
|
volume id for the next write run. But as soon as command -volid is performed
|
|
|
|
afterwards, this pending id is overridden by the new setting.
|
|
|
|
.br
|
2008-01-14 22:47:44 +00:00
|
|
|
Consider this when setting -volid "ISOIMAGE" before executing -dev, -indev,
|
|
|
|
or -rollback.
|
|
|
|
If you insist in -volid "ISOIMAGE", set it again after those commands.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-09-05 11:52:17 +00:00
|
|
|
\fB\-publisher\fR text
|
|
|
|
Set the publisher string to be written with the next -commit. Permissible
|
|
|
|
are up to 128 characters.
|
|
|
|
.TP
|
2007-11-09 19:30:25 +00:00
|
|
|
\fB\-uid\fR uid
|
|
|
|
User id to be used for all files when the new ISO tree gets written to media.
|
|
|
|
.TP
|
|
|
|
\fB\-gid\fR gid
|
|
|
|
Group id to be used for all files when the new ISO tree gets written to media.
|
|
|
|
.TP
|
2008-07-16 14:00:01 +00:00
|
|
|
\fB\-speed\fR number[k|m|c|d|b]
|
2007-10-20 17:12:11 +00:00
|
|
|
Set the burn speed. Default is 0 = maximum speed.
|
|
|
|
Speed can be given in media dependent numbers or as a
|
|
|
|
desired throughput per second in MMC compliant kB (= 1000)
|
|
|
|
or MB (= 1000 kB). Media x-speed factor can be set explicity
|
2008-07-16 14:00:01 +00:00
|
|
|
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
|
|
|
.br
|
|
|
|
Example speeds:
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
706k = 706kB/s = 4c = 4xCD
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
5540k = 5540kB/s = 4d = 4xDVD
|
|
|
|
.br
|
|
|
|
If there is no hint about the speed unit attached, then the
|
2007-10-22 21:18:13 +00:00
|
|
|
media in the -outdev will decide. Default unit is CD = 176.4k.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
MMC drives usually activate their own idea of speed and take
|
|
|
|
the speed value given by the burn program only as upper limit
|
|
|
|
for their own decision.
|
|
|
|
.TP
|
2008-05-27 20:14:51 +00:00
|
|
|
\fB\-stream_recording\fR "on"|"off"
|
|
|
|
Setting "on" tries to circumvent the management of defects on DVD-RAM and
|
2008-09-05 11:52:17 +00:00
|
|
|
BD-RE. Defect management keeps partly damaged media usable. But it reduces
|
2008-05-27 20:14:51 +00:00
|
|
|
write speed to half nominal speed even if the media is in perfect shape.
|
|
|
|
For the case of flawless media, one may use -stream_recording "on" to get
|
|
|
|
full speed.
|
|
|
|
.TP
|
2007-10-20 19:50:24 +00:00
|
|
|
\fB\-dummy\fR "on"|"off"
|
2008-05-27 20:14:51 +00:00
|
|
|
If "on" then simulate burning or refuse with FAILURE event if
|
2007-12-15 18:31:39 +00:00
|
|
|
no simulation is possible, do neither blank nor format.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-10-23 12:28:36 +00:00
|
|
|
\fB-fs\fR number["k"|"m"]
|
2007-10-20 17:12:11 +00:00
|
|
|
Set the size of the fifo buffer which smoothens the data
|
|
|
|
stream from ISO image generation to media burning. Default
|
2007-10-23 12:28:36 +00:00
|
|
|
is 4 MiB, minimum 64 kiB, maximum 1 GiB.
|
|
|
|
The number may be followed by letter "k" or "m"
|
2007-10-20 17:12:11 +00:00
|
|
|
which means unit is kiB (= 1024) or MiB (= 1024 kiB).
|
|
|
|
.TP
|
2007-10-20 19:50:24 +00:00
|
|
|
\fB\-close\fR "on"|"off"
|
2007-10-20 17:12:11 +00:00
|
|
|
If "on" then mark the written media as not appendable
|
|
|
|
any more (if possible at all with the given type of target media).
|
|
|
|
.br
|
2007-12-04 07:44:59 +00:00
|
|
|
This is the contrary of cdrecord, wodim, cdrskin option -multi,
|
|
|
|
and is one aspect of growisofs option -dvd-compat.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-02-05 16:27:10 +00:00
|
|
|
\fB\-padding\fR number["k"|"m"]
|
|
|
|
Append the given number of extra bytes to the image stream.
|
|
|
|
This is a traditional remedy for a traditional bug in block
|
|
|
|
device read drivers. Needed only for CD recordings in TAO mode.
|
|
|
|
Since one can hardly predict on what media an image might end up,
|
|
|
|
xorriso adds the traditional 300k of padding by default to all images.
|
|
|
|
.br
|
|
|
|
For images which will never get to a CD it is safe to use -padding 0 .
|
|
|
|
.TP
|
2008-02-11 09:48:29 +00:00
|
|
|
\fB\-boot_image\fR "any"|"isolinux" "discard"|"keep"|"patch"
|
|
|
|
Defines the handling of an eventual boot image (El-Torito) which has been read
|
|
|
|
from an existing ISO image. All types ("any") can be discarded or kept
|
|
|
|
unaltered. The latter makes only sense if the format of the boot image is
|
|
|
|
relocatable without content changes.
|
|
|
|
.br
|
|
|
|
The boot image type "isolinux" can be kept unaltered (not advisable), or
|
|
|
|
discarded, or it can be patched to match its relocation. In the latter case
|
|
|
|
the resulting ISO image is bootable if the boot image was really complying
|
|
|
|
to the isolinux standard.
|
|
|
|
.br
|
|
|
|
Creation of new boot images is not yet possible.
|
|
|
|
.br
|
|
|
|
CAUTION:
|
|
|
|
This is an expert option. xorriso is not an expert yet.
|
|
|
|
It cannot recognize the inner form of boot images.
|
|
|
|
So the user has already to know about the particular needs of the
|
|
|
|
bootimage which is present on the input media.
|
|
|
|
Most safe is the default: "any" "discard".
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
.B Exception processing:
|
2008-02-11 13:55:09 +00:00
|
|
|
.PP
|
|
|
|
Since the tasks of xorriso are manifold and prone to external influence, there
|
|
|
|
may arise the need for xorriso to report and handle problem events.
|
|
|
|
.br
|
|
|
|
Those events get classified when they are detected by one of the software
|
|
|
|
modules and forwarded to reporting and evaluation modules which decide about
|
|
|
|
reactions. Event classes are sorted by severity:
|
|
|
|
.br
|
|
|
|
"NEVER" The upper end of the severity spectrum.
|
|
|
|
.br
|
|
|
|
"ABORT" The program is being aborted and on its way to end.
|
|
|
|
.br
|
|
|
|
"FATAL" The main purpose of the run failed
|
|
|
|
or an important resource failed unexpectedly.
|
|
|
|
.br
|
|
|
|
"FAILURE" An important part of the job could not be performed.
|
|
|
|
.br
|
2008-02-11 19:49:03 +00:00
|
|
|
"MISHAP" A FAILURE which can be tolerated during ISO image generation.
|
|
|
|
.br
|
|
|
|
"SORRY" A less important part of the job could not be performed.
|
2008-02-11 13:55:09 +00:00
|
|
|
.br
|
|
|
|
"WARNING" A situation is suspicious of being not intended by the user.
|
|
|
|
.br
|
|
|
|
"HINT" A proposal to the user how to achieve better results.
|
|
|
|
.br
|
2008-02-11 15:07:41 +00:00
|
|
|
"NOTE" A harmless information about noteworthy circumstances.
|
2008-02-11 13:55:09 +00:00
|
|
|
.br
|
|
|
|
"UPDATE" A pacifier message during long running operations.
|
|
|
|
.br
|
|
|
|
"DEBUG" A message which would only interest the program developers.
|
|
|
|
.br
|
|
|
|
"ALL" The lower end of the severity spectrum.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
\fB\-abort_on\fR severity
|
2008-02-11 13:55:09 +00:00
|
|
|
Set the severity threshold for events to abort the program.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
Useful: "NEVER", "ABORT", "FATAL", "FAILURE" , "MISHAP", "SORRY"
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
It may become necessary to abort the program anyway, despite
|
|
|
|
the setting by this option. Expect not many "ABORT" events to
|
|
|
|
be ignorable.
|
2008-02-03 18:13:59 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
A special property of this option is that it works preemptive if given as
|
2008-02-03 18:13:59 +00:00
|
|
|
program start argument. I.e. the first -abort_on setting among the
|
|
|
|
start arguments is in effect already when the first operations of xorriso
|
|
|
|
begin. Only "-abort_on" with dash "-" is recognized that way.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-02-11 13:55:09 +00:00
|
|
|
\fB\-return_with\fR severity exit_value
|
2008-02-14 21:23:02 +00:00
|
|
|
Set the threshold and exit_value to be returned at program end if no abort
|
2008-02-11 13:55:09 +00:00
|
|
|
has happened. This is to allow xorriso to go on after problems but to get
|
|
|
|
a failure indicating exit value from the program, nevertheless.
|
2008-02-14 21:23:02 +00:00
|
|
|
Useful is a value lower than the -abort_on threshold, down to "WARNING".
|
2008-02-11 13:55:09 +00:00
|
|
|
.br
|
|
|
|
exit_value may be either 0 (indicating success to the starter of the program)
|
|
|
|
or a number between 32 and 63. Some other exit_values are used by xorriso if
|
|
|
|
it decides to abort the program run:
|
|
|
|
.br
|
|
|
|
1=abort due to external signal
|
|
|
|
.br
|
|
|
|
2=no program arguments given
|
|
|
|
.br
|
|
|
|
3=creation of xorriso main object failed
|
|
|
|
.br
|
|
|
|
4=failure to start libburnia-project.org libraries
|
|
|
|
.br
|
|
|
|
5=program abort during argument processing
|
|
|
|
.br
|
|
|
|
6=program abort during dialog processing
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-report_about\fR severity
|
2007-11-09 19:30:25 +00:00
|
|
|
Set the threshold for events to be reported.
|
2008-02-11 13:55:09 +00:00
|
|
|
.br
|
|
|
|
Useful: "SORRY", "WARNING", "HINT", "NOTE", "UPDATE", "DEBUG", "ALL"
|
2008-02-14 21:23:02 +00:00
|
|
|
.br
|
2008-02-11 13:55:09 +00:00
|
|
|
Regardless what is set by -report_about, messages get always reported if they
|
2007-11-09 19:30:25 +00:00
|
|
|
reach the severity threshold of -abort_on .
|
2007-11-06 16:32:39 +00:00
|
|
|
.br
|
|
|
|
Event messages are sent to the info channel "I" which is usually stderr
|
|
|
|
but may be influenced by command -pkt_output.
|
|
|
|
Info messages which belong to no event get attributed severity "NOTE".
|
2008-02-03 18:13:59 +00:00
|
|
|
.br
|
|
|
|
A special property of this option is that the first -report_about setting
|
|
|
|
among the start arguments is in effect already when the first operations
|
|
|
|
of xorriso begin. Only "-report_about" with dash "-" is recognized that way.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-05-01 12:43:39 +00:00
|
|
|
\fB\-error_behavior\fR occasion behavior
|
|
|
|
Control the program behavior at problem event occasions.
|
2008-08-24 10:07:24 +00:00
|
|
|
For now this applies to occasions "image_loading" which is given while
|
|
|
|
an image tree is read from the input device, and to "file_extraction" which
|
|
|
|
is given with osirrox options like -extract.
|
2008-05-01 12:43:39 +00:00
|
|
|
.br
|
2008-08-24 10:07:24 +00:00
|
|
|
With "image_loading" there are three behaviors available:
|
2008-05-01 12:43:39 +00:00
|
|
|
.br
|
|
|
|
"best_effort" goes on with reading after events with severity below FAILURE
|
2008-05-01 13:52:43 +00:00
|
|
|
if the threshold of option -abort_on allows this.
|
2008-05-01 12:43:39 +00:00
|
|
|
.br
|
|
|
|
"failure" aborts image tree reading on first event of at least SORRY.
|
|
|
|
It issues an own FAILURE event.
|
|
|
|
.br
|
|
|
|
"fatal" acts like "failure" but issues the own event as FATAL.
|
|
|
|
This is the default.
|
2008-08-24 10:07:24 +00:00
|
|
|
.br
|
2008-09-03 14:33:14 +00:00
|
|
|
With occasion "file_extraction" there are three behaviors:
|
2008-08-24 10:07:24 +00:00
|
|
|
.br
|
2008-09-03 14:33:14 +00:00
|
|
|
"keep" maintains incompletely extracted files on disk. This is the default.
|
|
|
|
.br
|
|
|
|
"delete" removes files which encountered errors during content extraction.
|
|
|
|
.br
|
|
|
|
"best_effort" starts a revovery attempt by means of -extract_cut.
|
2008-05-01 12:43:39 +00:00
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
.B Dialog mode control:
|
|
|
|
.TP
|
|
|
|
\fB\-dialog\fR "on"|"off"
|
|
|
|
Enable or disable to enter dialog mode after all arguments
|
|
|
|
are processed. In dialog mode input lines get prompted via
|
|
|
|
readline or from stdin.
|
|
|
|
.TP
|
2007-12-15 18:31:39 +00:00
|
|
|
\fB\-page\fR length width
|
|
|
|
Describe terminal to the text pager. See also above, paragraph Result pager.
|
|
|
|
.br
|
|
|
|
If parameter length is nonzero then the user gets prompted after that
|
|
|
|
number of terminal lines. Zero length disables paging.
|
|
|
|
.br
|
|
|
|
Parameter width is the number of characters per terminal line. It is used
|
|
|
|
to compute the number of terminal lines which get occupied by an output line.
|
|
|
|
A usual terminal width is 80.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-11 11:22:39 +00:00
|
|
|
\fB\-use_readline\fR "on"|"off"
|
2007-10-20 17:12:11 +00:00
|
|
|
If "on" then use readline for dialog. Else use plain stdin.
|
2007-12-15 18:31:39 +00:00
|
|
|
.br
|
|
|
|
See also above, paragraph Dialog, Readline, Result pager.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-11-07 12:37:19 +00:00
|
|
|
\fB\-reassure\fR "on"|"tree"|"off"
|
2008-02-05 17:58:30 +00:00
|
|
|
If "on" then ask the user for "y" or "n":
|
|
|
|
.br
|
|
|
|
before deleting or overwriting any file in the ISO image,
|
|
|
|
.br
|
2008-06-05 16:51:04 +00:00
|
|
|
before overwriting any disk file during restore operations,
|
|
|
|
.br
|
2008-02-05 17:58:30 +00:00
|
|
|
before rolling back pending image changes,
|
|
|
|
.br
|
|
|
|
before committing image changes to media,
|
|
|
|
.br
|
2008-02-05 19:15:43 +00:00
|
|
|
before changing the input drive,
|
|
|
|
.br
|
|
|
|
before blanking or formatting media,
|
|
|
|
.br
|
2008-02-05 17:58:30 +00:00
|
|
|
before ending the program.
|
|
|
|
.br
|
2007-11-07 12:37:19 +00:00
|
|
|
With setting "tree" the reassuring prompt will appear for an eventual
|
|
|
|
directory only once and not for each file in its whole subtree.
|
|
|
|
.br
|
2008-02-05 19:15:43 +00:00
|
|
|
Setting "off" silently kills any kind of image file object resp. performs
|
|
|
|
above irrevocable actions.
|
|
|
|
.br
|
|
|
|
To really produce user prompts, option -dialog needs to be set to "on".
|
|
|
|
Note that the prompt does not appear in situations where file removal
|
|
|
|
is forbidden by option -overwrite. -reassure only imposes an additional
|
2007-11-11 11:22:39 +00:00
|
|
|
curb for removing existing file objects.
|
|
|
|
.br
|
|
|
|
Be aware that file objects get deleted from the ISO image immediately
|
|
|
|
after confirmation. They are gone even if the running command gets aborted
|
|
|
|
and its desired effect gets revoked. In case of severe mess-up, consider to
|
|
|
|
use -rollback to revoke the whole session.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
.B Drive and media related inquiry actions:
|
|
|
|
.TP
|
2008-06-17 12:15:16 +00:00
|
|
|
\fB\-devices\fR
|
|
|
|
Show list of available MMC drives with the addresses of
|
|
|
|
their libburn standard device files.
|
|
|
|
.br
|
|
|
|
This is only possible when no ISO image changes are pending.
|
|
|
|
After this option was executed, there is no drive current
|
|
|
|
and no image loaded. Eventually one has to aquire a drive again.
|
|
|
|
.br
|
|
|
|
In order to be visible, a device has to offer rw-permissions
|
|
|
|
with its libburn standard device file. Thus it might be only the
|
|
|
|
.B superuser
|
|
|
|
who is able to see all drives.
|
|
|
|
.br
|
|
|
|
Drives which are occupied by other processes get not shown.
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-toc\fR
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2008-05-08 14:19:09 +00:00
|
|
|
Show media specific table of content. This is the media session history,
|
|
|
|
not the ISO image directory tree.
|
|
|
|
.br
|
|
|
|
In case of overwriteable media holding a valid ISO image, a single session
|
2008-05-10 19:41:52 +00:00
|
|
|
gets fabricated from the ISO image size info. But if the first session on the
|
|
|
|
overwriteable media was written by xorriso then in most cases a complete
|
|
|
|
session history can be emulated.
|
2007-12-06 19:01:14 +00:00
|
|
|
.br
|
|
|
|
A drive which is incapable of writing may show any media as CD-ROM or DVD-ROM
|
|
|
|
with only one or two sessions on it. The last of these sessions is supposed
|
|
|
|
to be the most recent real session then.
|
2008-05-08 14:19:09 +00:00
|
|
|
.br
|
|
|
|
Some read-only drives and media show no usable session history at all.
|
|
|
|
Eventually option -rom_toc_scan might help.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-05-15 15:00:39 +00:00
|
|
|
\fB\-print_size\fR
|
2007-10-20 17:12:11 +00:00
|
|
|
Print the foreseeable consumption of 2048 byte blocks
|
|
|
|
by next -commit. This can last a while as a -commit gets
|
|
|
|
prepared and only in last moment is revoked by this option.
|
|
|
|
.TP
|
|
|
|
\fB\-tell_media_space\fR
|
2007-10-22 21:18:13 +00:00
|
|
|
Print available space on output media and the free space after
|
|
|
|
subtracting already foreseeable consumption by next -commit.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
.B Navigation in ISO image and disk filesystem:
|
|
|
|
.TP
|
2007-10-21 18:52:03 +00:00
|
|
|
\fB\-cd\fR iso_rr_path
|
2007-10-20 17:12:11 +00:00
|
|
|
Change the current working directory in the emerging ISO
|
2008-02-10 18:09:36 +00:00
|
|
|
image as it is at the moment. This is prepended to iso_rr_paths
|
2008-01-27 17:46:04 +00:00
|
|
|
which do not begin with '/'.
|
2008-02-10 18:09:36 +00:00
|
|
|
.br
|
|
|
|
It is possible to set the working directory to a path which does not exist
|
|
|
|
yet in the ISO image. The necessary parent directories will be created when
|
|
|
|
the first file object is inserted into that virtual directory.
|
|
|
|
Use -mkdir if you want to enforce the existence of the directory already at
|
|
|
|
first insertion.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-10-21 18:52:03 +00:00
|
|
|
\fB\-cdx\fR disk_path
|
2007-10-20 17:12:11 +00:00
|
|
|
Change the current working directory on filesystem.
|
2008-01-27 17:46:04 +00:00
|
|
|
To be prepended to disk_paths which do not begin with '/'.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
\fB\-pwd\fR
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
Tell the current working directory in the ISO image.
|
|
|
|
.TP
|
|
|
|
\fB\-pwdx\fR
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
Tell the current working directory on local filesystem.
|
|
|
|
.TP
|
2007-12-04 07:44:59 +00:00
|
|
|
\fB\-ls\fR iso_rr_pattern [***]
|
2007-12-18 18:00:37 +00:00
|
|
|
List files in the ISO image which match shell patterns
|
|
|
|
(i.e. with wildcards '*' '?' '[a-z]').
|
2007-12-04 07:44:59 +00:00
|
|
|
If a pattern does not begin with '/' then it is compared with addresses
|
|
|
|
relative to -cd, the current working directory in the ISO image.
|
2007-12-18 18:00:37 +00:00
|
|
|
.br
|
|
|
|
Directories are listed by their content rather than as single file item.
|
2007-12-04 21:02:17 +00:00
|
|
|
.br
|
|
|
|
Pattern expansion may be disabled by command -iso_rr_pattern.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-18 18:00:37 +00:00
|
|
|
\fB\-lsd\fR iso_rr_pattern [***]
|
|
|
|
Like -ls but listing directories as themselves and not by their content.
|
|
|
|
This resembles shell command ls -d.
|
|
|
|
.TP
|
|
|
|
\fB\-lsl\fR iso_rr_pattern [***]
|
|
|
|
Like -ls but also list some of the file attributes.
|
|
|
|
Output format resembles shell command ls -ln.
|
|
|
|
.TP
|
|
|
|
\fB\-lsdl\fR iso_rr_pattern [***]
|
|
|
|
Like -lsd but also list some of the file attributes.
|
|
|
|
Output format resembles shell command ls -dln.
|
|
|
|
.TP
|
2007-12-04 07:44:59 +00:00
|
|
|
\fB\-lsx\fR disk_pattern [***]
|
|
|
|
List files on local filesystem which match shell patterns. Patterns which do
|
|
|
|
not begin with '/' are used relative to -cdx, the current working directory in
|
|
|
|
the local filesystem.
|
2007-12-04 21:02:17 +00:00
|
|
|
.br
|
2007-12-18 18:00:37 +00:00
|
|
|
Directories are listed by their content rather than as single file item.
|
|
|
|
.br
|
2007-12-04 21:02:17 +00:00
|
|
|
Pattern expansion may be disabled by command -disk_pattern.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-18 18:00:37 +00:00
|
|
|
\fB\-lsdx\fR disk_pattern [***]
|
|
|
|
Like -lsx but listing directories as themselves and not by their content.
|
|
|
|
This resembles shell command ls -d.
|
|
|
|
.TP
|
|
|
|
\fB\-lslx\fR disk_pattern [***]
|
|
|
|
Like -lsx but also listing some of the file attributes.
|
|
|
|
Output format resembles shell command ls -ln.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-18 18:00:37 +00:00
|
|
|
\fB\-lsdlx\fR disk_pattern [***]
|
|
|
|
Like -lsdx but also listing some of the file attributes.
|
|
|
|
Output format resembles shell command ls -dln.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2007-12-04 07:44:59 +00:00
|
|
|
\fB\-du\fR iso_rr_pattern [***]
|
|
|
|
Recursively list size of directories and files in the ISO image
|
|
|
|
which match one of the patterns.
|
2007-11-01 19:11:56 +00:00
|
|
|
similar to shell command du -k.
|
|
|
|
.TP
|
2007-12-20 11:14:49 +00:00
|
|
|
\fB\-dus\fR iso_rr_pattern [***]
|
2007-12-04 07:44:59 +00:00
|
|
|
List size of directories and files in the ISO image
|
|
|
|
which match one of the patterns.
|
|
|
|
Similar to shell command du -sk.
|
|
|
|
.TP
|
2008-01-19 13:49:17 +00:00
|
|
|
\fB\-dux\fR disk_pattern [***]
|
|
|
|
Recursively list size of directories and files in the local filesystem
|
|
|
|
which match one of the patterns, similar to shell command du -k.
|
|
|
|
.TP
|
2007-12-20 11:14:49 +00:00
|
|
|
\fB\-dusx\fR disk_pattern [***]
|
2007-12-04 07:44:59 +00:00
|
|
|
List size of directories and files in the local filesystem
|
|
|
|
which match one of the patterns.
|
|
|
|
Similar to shell command du -sk.
|
2007-11-01 19:11:56 +00:00
|
|
|
.TP
|
2008-03-09 21:11:00 +00:00
|
|
|
\fB\-findx\fR disk_path [-name pattern] [-type t] [-exec action [params]] --
|
2007-12-22 14:39:12 +00:00
|
|
|
Like -find but operating on local filesystem and not on the ISO image.
|
2008-01-18 17:03:41 +00:00
|
|
|
This is subject to the settings of -follow.
|
2007-12-30 19:02:44 +00:00
|
|
|
.br
|
2008-03-07 18:24:26 +00:00
|
|
|
Find accepts the same -type arguments as -find. Additionally it recognizes
|
|
|
|
type "mountpoint" (or "m"). It matches subdirectories which reside on a
|
|
|
|
different device than their parent. It never matches the disk_path
|
|
|
|
given as start address for -findx.
|
|
|
|
.br
|
2008-03-01 15:13:13 +00:00
|
|
|
-findx accepts the -exec actions as does -find. But except the following few
|
|
|
|
actions it will allways perform action "echo".
|
2008-02-28 21:42:37 +00:00
|
|
|
.br
|
|
|
|
"in_iso" iso_rr_path_start reports the path if its counterpart exist in
|
|
|
|
the ISO image. For this the disk_path of the -find command gets replaced
|
|
|
|
by iso_rr_path_start. E.g.:
|
|
|
|
.br
|
2008-03-09 21:11:00 +00:00
|
|
|
-findx /home -exec in_iso /
|
2008-02-28 21:42:37 +00:00
|
|
|
.br
|
|
|
|
"not_in_iso" iso_rr_path_start reports the path if its counterpart does
|
2008-02-29 20:09:12 +00:00
|
|
|
not exist in the ISO image. The report format is the same as with command
|
|
|
|
-compare.
|
2008-02-28 21:42:37 +00:00
|
|
|
E.g.
|
|
|
|
.br
|
2008-03-09 21:11:00 +00:00
|
|
|
-findx /home/thomas -exec not_in_iso /thomas_on_cd
|
2008-03-01 15:13:13 +00:00
|
|
|
.br
|
|
|
|
"add_missing" iso_rr_path_start adds the counterpart if it does not yet
|
|
|
|
exist in the ISO image.
|
|
|
|
E.g.
|
|
|
|
.br
|
2008-03-09 21:11:00 +00:00
|
|
|
-findx /home/thomas -exec add_missing /thomas_on_cd
|
2008-03-07 22:04:58 +00:00
|
|
|
.br
|
|
|
|
"is_full_in_iso" iso_rr_path_start reports if the counterpart in the ISO image
|
|
|
|
contains files. To be used with -type "m" to report mount points.
|
|
|
|
.br
|
|
|
|
"empty_iso_dir" iso_rr_path_start deletes all files from the counterpart
|
|
|
|
in the ISO image. To be used with -type "m" to truncate mount points.
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
2008-02-26 21:45:28 +00:00
|
|
|
\fB\-compare\fR disk_path iso_rr_path
|
|
|
|
Compare attributes and eventual data file content of a fileobject in the
|
2008-02-28 13:27:44 +00:00
|
|
|
local filesystem with a file object in the ISO image. The iso_rr_path may
|
|
|
|
well point to an image file object which is not yet committed, i.e. of which
|
2008-02-26 21:45:28 +00:00
|
|
|
the data content still resides in the local filesystem. Such data content is
|
|
|
|
prone to externally caused changes.
|
|
|
|
.br
|
2008-02-28 13:27:44 +00:00
|
|
|
If iso_rr_path is empty then disk_path is used as path in the ISO image too.
|
|
|
|
.br
|
2008-02-26 21:45:28 +00:00
|
|
|
Differing attributes are reported in detail, differing content is summarized.
|
|
|
|
Both to the result channel. In case of no differences no result lines are
|
|
|
|
emitted.
|
|
|
|
.TP
|
2008-02-28 21:42:37 +00:00
|
|
|
\fB\-compare_r\fR disk_path iso_rr_path
|
|
|
|
Like -compare but working recursively. I.e. all file objects below both
|
|
|
|
addresses get compared whether they have counterparts below the other address
|
|
|
|
and whether both counterparts match.
|
|
|
|
.TP
|
2008-06-17 12:15:16 +00:00
|
|
|
\fB\-compare_l\fR disk_prefix iso_rr_prefix disk_path [***]
|
2008-08-14 22:15:35 +00:00
|
|
|
Perform -compare_r with each of the disk_path arguments. iso_rr_path will be
|
2008-06-17 12:15:16 +00:00
|
|
|
composed from disk_path by replacing disk_prefix by iso_rr_prefix.
|
|
|
|
.TP
|
2008-08-14 22:15:35 +00:00
|
|
|
.B Evaluation of readability and recovery:
|
|
|
|
.PP
|
|
|
|
It is not uncommon that optical media produce read errors. The reasons may be
|
|
|
|
various and get obscured by error correction which is performed by the drives
|
|
|
|
and based on extra data on the media. If a drive returns data then one can
|
|
|
|
quite trust that they are valid. But at some degree of read problems the
|
|
|
|
correction will fail and the drive is supposed to indicate error.
|
|
|
|
.br
|
|
|
|
xorriso can scan the media for readable data blocks, classify them according
|
|
|
|
to their read speed, save them to a file, and keep track of successfuly saved
|
|
|
|
blocks for further tries on the same media.
|
|
|
|
.TP
|
|
|
|
\fB\-check_media\fR [option [option ...]] --
|
2008-08-22 23:27:21 +00:00
|
|
|
Try to read data blocks from the indev drive, eventually copy them to a
|
|
|
|
disk file, and finally report about the encountered quality. Several options
|
|
|
|
may be used to modify the default behavior.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
2008-09-04 10:02:58 +00:00
|
|
|
The options given with this command override the default settings which
|
|
|
|
may have been changed by option -check_media_defaults. See there for a
|
|
|
|
description of options.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
2008-09-04 10:02:58 +00:00
|
|
|
The result list tells intervals of 2 KiB blocks with start address, number
|
|
|
|
of blocks and quality. Qualities which begin with "+" are
|
|
|
|
supposed to be valid readable data. Qualities with "-" are no valid data.
|
|
|
|
.br
|
|
|
|
Alternatively it is possible to report damaged files rather than blocks.
|
|
|
|
.TP
|
|
|
|
\fB\-check_media_defaults\fR [option [option ...]] --
|
|
|
|
Preset options for runs of -check_media, -extract_cut and best_effort
|
|
|
|
file extraction. Eventual options given with -check_media will override the
|
|
|
|
preset options. -extract_cut will override some options automatically.
|
|
|
|
.br
|
|
|
|
An option consists of a keyword, a "=" character, and a value. Options
|
|
|
|
may override each other. So their sequence matters.
|
|
|
|
.br
|
|
|
|
The default setting at program start is:
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
|
|
|
use=indev what=tracks min_lba=-1 max_lba=-1 retry=default
|
2008-08-15 15:55:35 +00:00
|
|
|
time_limit=28800 item_limit=100000
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
|
|
|
abort_file=/var/opt/xorriso/do_abort_check_media
|
|
|
|
.br
|
2008-08-22 23:27:21 +00:00
|
|
|
data_to='' sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
2008-09-04 10:02:58 +00:00
|
|
|
Option "reset=now" restores these startup defaults.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
2008-09-04 10:02:58 +00:00
|
|
|
Non-default options are:
|
2008-08-26 21:04:24 +00:00
|
|
|
.br
|
|
|
|
"report=files" lists the files which use damaged blocks (not with use=outdev).
|
|
|
|
The format is like with find -exec report_damage.
|
|
|
|
.br
|
|
|
|
"report=blocks_files" first lists damaged blocks and then affected files.
|
|
|
|
.br
|
2008-08-14 22:15:35 +00:00
|
|
|
"use=outdev" reads from the output drive instead of the input drive. This
|
2008-08-15 15:55:35 +00:00
|
|
|
avoids loading the ISO image tree from media.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
|
|
|
"what=disc" scans the payload range of a media without respecting track gaps.
|
|
|
|
.br
|
|
|
|
"min_lba=" omits all blocks with addresses lower than the option value.
|
|
|
|
.br
|
|
|
|
"max_lba=" switches to what=disc and omits all blocks above its option value.
|
|
|
|
.br
|
2008-08-17 22:05:48 +00:00
|
|
|
"retry=on" forces read retries with single blocks when the normal read
|
2008-08-14 22:15:35 +00:00
|
|
|
chunk produces a read error. By default, retries are only enabled with CD
|
|
|
|
media. "retry=off" forbits retries for all media types.
|
|
|
|
.br
|
|
|
|
"abort_file=" gives the path of the file which may abort a scan run. Abort
|
|
|
|
happens if the file exists and its mtime is not older than the start time
|
|
|
|
of the run. Use shell command "touch" to trigger this.
|
|
|
|
Other than an aborted program run, this will report the tested and untested
|
|
|
|
blocks and go on with running xorriso.
|
|
|
|
.br
|
|
|
|
"time_limit=" gives the number of seconds after which the scan shall be
|
|
|
|
aborted. This is useful for unattended scanning of media which may else
|
|
|
|
overwork the drive in its effort to squeeze out some readable blocks.
|
|
|
|
Abort may be delayed by the drive gnawing on the last single read operation.
|
2008-08-15 15:55:35 +00:00
|
|
|
Value -1 means unlimited time.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
|
|
|
"item_limit=" gives the number of report list items after which to abort.
|
2008-08-15 15:55:35 +00:00
|
|
|
Value -1 means unlimited item number.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
|
|
|
"data_to=" copies the valid blocks to the file which is given as option value.
|
|
|
|
.br
|
|
|
|
"sector_map=" tries to read the file given by option value as
|
2008-08-15 15:55:35 +00:00
|
|
|
sector bitmap and to store such a map file after the scan run.
|
2008-08-14 22:15:35 +00:00
|
|
|
The bitmap tells which blocks have been read successfully in previous runs.
|
|
|
|
It allows to do several scans on the same media, eventually with intermediate
|
|
|
|
eject, in order to collect readable blocks whenever the drive is lucky enough
|
2008-08-15 15:55:35 +00:00
|
|
|
to produce them. The stored file contains a human readable TOC of tracks
|
|
|
|
and their start block addresses, followed by binary bitmap data.
|
2008-08-14 22:15:35 +00:00
|
|
|
.br
|
|
|
|
"map_with_volid=on" examines tracks whether they are ISO images and eventually
|
|
|
|
prints their volume ids into the human readable TOC of sector_map=.
|
2008-08-15 15:55:35 +00:00
|
|
|
.br
|
2008-08-22 23:27:21 +00:00
|
|
|
"patch_lba0=on" transfers within the data_to= file a copy of the currently
|
|
|
|
loaded session head to the start of that file and patches it to be valid
|
|
|
|
at that position.
|
|
|
|
This makes the loaded session the default session of the image file
|
|
|
|
when it gets mounted or loaded as stdio: drive. But it usually makes
|
|
|
|
the original session 1 inaccessible.
|
|
|
|
.br
|
|
|
|
"patch_lba0=force" performs "patch_lba0=on" even if xorriso believes
|
|
|
|
that the copied data are not valid.
|
|
|
|
.br
|
|
|
|
"patch_lba0=" may also bear a number. If it is 32 or higher it is taken as
|
|
|
|
start address of the session to be copied. In this case it is not necessary to
|
|
|
|
have an -indev and a loaded image. ":force" may be appended after the number.
|
|
|
|
.br
|
2008-08-15 15:55:35 +00:00
|
|
|
"use=sector_map" does not read any media but loads the file given by option
|
|
|
|
sector_map= and processes this virtual outcome.
|
2008-08-14 22:15:35 +00:00
|
|
|
.TP
|
2008-05-22 21:08:26 +00:00
|
|
|
.B osirrox restore options:
|
|
|
|
.PP
|
|
|
|
Normally xorriso only writes to disk files which were given as stdio:
|
|
|
|
pseudo-drives or as log files.
|
|
|
|
But its alter ego, osirrox, is able to extract file objects
|
|
|
|
from ISO images and to create, overwrite, or delete file objects on disk.
|
2008-06-05 16:51:04 +00:00
|
|
|
.br
|
|
|
|
Disk file exclusions by -not_mgt, -not_leaf, -not_paths apply.
|
|
|
|
If disk file objects already exist then the settings of -overwrite and
|
2008-06-11 13:15:43 +00:00
|
|
|
-reassure apply. But -overwrite "on" only triggers the behavior
|
|
|
|
of -overwrite "nondir". I.e. directories cannot be deleted.
|
|
|
|
.br
|
|
|
|
Access permissions of files in the ISO image do not restrict restoring.
|
2008-06-20 09:16:34 +00:00
|
|
|
The directory permissions on disk have to allow rwx.
|
2008-05-22 21:08:26 +00:00
|
|
|
.TP
|
2008-06-02 15:32:53 +00:00
|
|
|
\fB\-osirrox\fR "on"|"device_files"|"off"[:option:...]
|
2008-05-22 21:08:26 +00:00
|
|
|
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".
|
2008-05-24 09:25:26 +00:00
|
|
|
.br
|
|
|
|
To enable restoring of special files by "device_files" 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
|
|
|
|
from where they were copied. If not enabled, device files in the ISO image
|
|
|
|
are ignored during restore operations.
|
|
|
|
.br
|
|
|
|
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.
|
2008-05-31 17:40:18 +00:00
|
|
|
.br
|
2008-06-02 15:32:53 +00:00
|
|
|
Option "concat_split_on" is default. It enables restoring of split file
|
|
|
|
directories as data files if the directory contains a complete collection
|
2008-06-20 09:16:34 +00:00
|
|
|
of -cut_out part files. With option "concat_split_off" such directories are
|
2008-06-05 16:51:04 +00:00
|
|
|
handled like any other ISO image directory.
|
2008-06-20 09:16:34 +00:00
|
|
|
.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 xorriso. This happens by temporarily
|
|
|
|
granting rwx permission to the owner. It will not work with ACL restrictions.
|
2008-05-22 21:08:26 +00:00
|
|
|
.TP
|
2008-06-14 18:44:42 +00:00
|
|
|
\fB\-extract\fR iso_rr_path disk_path
|
|
|
|
Restore the file objects at and underneath iso_rr_path to their corresponding
|
|
|
|
addresses at and underneath disk_path.
|
|
|
|
This is the inverse of -map or -update_r.
|
|
|
|
.br
|
|
|
|
If iso_rr_path is a directory and disk_path is an existing directory then
|
|
|
|
both trees will be merged. Directory attributes get extracted only if the disk
|
|
|
|
directory is newly created by the restore operation.
|
|
|
|
Disk files get removed only if they are to be replaced
|
|
|
|
by file objects from the ISO image.
|
|
|
|
.br
|
|
|
|
As many attributes as possible are copied together with restored
|
|
|
|
file objects.
|
|
|
|
.TP
|
|
|
|
\fB\-extract_single\fR iso_rr_path disk_path
|
|
|
|
Like -extract, but if iso_rr_path is a directory then its sub tree gets not
|
|
|
|
restored.
|
|
|
|
.TP
|
2008-06-17 12:15:16 +00:00
|
|
|
\fB\-extract_l\fR iso_rr_prefix disk_prefix iso_rr_path [***]
|
|
|
|
Performs -extract with each of the iso_rr_path arguments. disk_path will be
|
|
|
|
composed from iso_rr_path by replacing iso_rr_prefix by disk_prefix.
|
|
|
|
.TP
|
2008-09-02 16:48:59 +00:00
|
|
|
\fB\-extract_cut\fR iso_rr_path byte_offset byte_count disk_path
|
|
|
|
Copy a byte interval from a data file out of an ISO image into a newly created
|
|
|
|
disk file.
|
|
|
|
Two restrictions apply:
|
|
|
|
.br
|
|
|
|
The data bytes of iso_rr_path need to be already stored in the loaded ISO image
|
|
|
|
and byte_offset must be a multiple of 2048, e.g. an integer with suffix
|
|
|
|
s, m, or g.
|
|
|
|
.br
|
2008-09-04 10:02:58 +00:00
|
|
|
This option is implemented by a special run of -check_media and governed by
|
2008-09-16 18:52:58 +00:00
|
|
|
most of the options which can be set by -check_media_defaults.
|
2008-09-02 16:48:59 +00:00
|
|
|
Its main purpose is to allow handling of large files if they are not supported
|
|
|
|
by mount -t iso9660 and if the reading system is unable to buffer them as
|
|
|
|
a whole.
|
|
|
|
.TP
|
2008-05-22 21:08:26 +00:00
|
|
|
\fB\-cpx\fR iso_rr_path [***] disk_path
|
2008-05-24 09:25:26 +00:00
|
|
|
Extract single leaf file objects from the ISO image and store them under
|
|
|
|
the address given by disk_path. If more then one iso_rr_path is given then
|
|
|
|
disk_path must be a directory or non-existent. In the latter case it gets
|
2008-06-11 13:15:43 +00:00
|
|
|
created and the extracted files get installed in it with the same leafnames.
|
2008-05-22 21:08:26 +00:00
|
|
|
.br
|
|
|
|
Missing directory components in disk_path will get created, if possible.
|
2008-05-31 17:40:18 +00:00
|
|
|
.br
|
|
|
|
Directories are allowed as iso_rr_path only with -osirrox "concat_split_on"
|
|
|
|
and only if they actually represent a complete collection of -cut_out split
|
|
|
|
file parts.
|
2008-05-22 21:08:26 +00:00
|
|
|
.TP
|
2008-06-05 16:51:04 +00:00
|
|
|
\fB\-cpax\fR iso_rr_path [***] disk_path
|
|
|
|
Like -cpx but restoring mtime, atime as in ISO image and trying to set
|
|
|
|
ownership and group as in ISO image.
|
|
|
|
.TP
|
|
|
|
\fB\-cp_rx\fR iso_rr_path [***] disk_path
|
|
|
|
Like -cpx but also extracting whole directory trees from the ISO image.
|
2008-06-11 13:15:43 +00:00
|
|
|
.br
|
2008-06-12 11:26:31 +00:00
|
|
|
The resulting disk paths are determined as with shell command cp -r :
|
2008-06-14 18:44:42 +00:00
|
|
|
If disk_path is an existing directory then the trees will be inserted or merged
|
2008-06-12 11:26:31 +00:00
|
|
|
underneath this directory and will keep their leaf names. The ISO directory "/"
|
|
|
|
has no leaf name and thus gets mapped directly to disk_path.
|
2008-06-05 16:51:04 +00:00
|
|
|
.TP
|
|
|
|
\fB\-cp_rax\fR iso_rr_path [***] disk_path
|
|
|
|
Like -cp_rx but restoring mtime, atime as in ISO image and trying to set
|
|
|
|
ownership and group as in ISO image.
|
2008-06-14 10:47:19 +00:00
|
|
|
.TP
|
2008-06-14 18:44:42 +00:00
|
|
|
\fB\-paste_in\fR iso_rr_path disk_path byte_offset byte_count
|
|
|
|
Read the content of a ISO data file and write it into a data file on disk
|
|
|
|
beginning at the byte_offset. Write at most byte_count bytes.
|
|
|
|
This is the inverse of option -cut_out.
|
2008-06-05 16:51:04 +00:00
|
|
|
.TP
|
2008-02-19 18:45:17 +00:00
|
|
|
.B Command compatibility emulations:
|
|
|
|
.PP
|
2008-02-20 23:48:08 +00:00
|
|
|
Writing of ISO 9660 on CD is traditionally done by program mkisofs
|
2008-02-19 18:45:17 +00:00
|
|
|
as ISO 9660 image producer and cdrecord as burn program.
|
2008-02-20 23:48:08 +00:00
|
|
|
xorriso does not strive for their comprehensive emulation.
|
|
|
|
Nevertheless it is ready to perform some of its core tasks under control
|
|
|
|
of commands which in said programs trigger comparable actions.
|
2008-02-19 18:45:17 +00:00
|
|
|
.TP
|
|
|
|
\fB\-as\fR personality option [options] --
|
|
|
|
.br
|
|
|
|
Performs its variable length option list as sparse emulation of the program
|
2008-07-05 18:23:46 +00:00
|
|
|
depicted by the personality word.
|
2008-02-20 23:48:08 +00:00
|
|
|
.br
|
|
|
|
|
|
|
|
Personality "\fBmkisofs\fR" accepts the options listed with:
|
|
|
|
.br
|
|
|
|
-as mkisofs -help --
|
|
|
|
.br
|
2008-07-17 11:13:32 +00:00
|
|
|
Among them: -R (always on), -J, -o, -M, -C, -path-list, -m, -exclude-list,
|
|
|
|
-f, -print-size, -pad, -no-pad, -V, -v, -version, -graft-points,
|
|
|
|
pathspecs as with xorriso -add.
|
|
|
|
A lot of options are not supported and lead to failure of the mkisofs
|
|
|
|
emulation. Some are ignored, but better do not rely on this tolerance.
|
2008-02-20 23:48:08 +00:00
|
|
|
.br
|
|
|
|
-graft-points is equivalent to -pathspecs on. Note that pathspecs without "="
|
|
|
|
are interpreted differently than with xorriso option -add. Directories get
|
|
|
|
merged with the root directory of the ISO image, other filetypes get mapped
|
|
|
|
into that root directory.
|
|
|
|
.br
|
|
|
|
Other than with the "cdrecord" personality there is no automatic -commit at
|
|
|
|
the end of a "mkisofs" option list. Verbosity settings -v (= "UPDATE") and
|
|
|
|
-quiet (= "SORRY") persist. The output file, eventually chosen with -o,
|
|
|
|
persists until things happen like -commit, -rollback, -dev, or end of xorriso.
|
2008-07-16 13:06:31 +00:00
|
|
|
-pacifier gets set to "mkisofs" if files are added to the image.
|
2008-02-20 23:48:08 +00:00
|
|
|
.br
|
2008-07-17 11:13:32 +00:00
|
|
|
If pathspecs are given and if no output file was chosen before or during the
|
|
|
|
"mkisofs" option list, then standard output (-outdev "-") will get into effect.
|
|
|
|
If -o points to a regular file, then it will be truncated to 0 bytes
|
2008-02-21 18:52:52 +00:00
|
|
|
when finally writing begins. This truncation does not happen if the drive
|
|
|
|
is chosen by xorriso options before or after -as mkisofs.
|
|
|
|
Directories and symbolic links are no valid -o targets.
|
2008-02-19 18:45:17 +00:00
|
|
|
.br
|
2008-02-20 23:48:08 +00:00
|
|
|
Writing to stdout is possible only if -as "mkisofs" was among the start
|
|
|
|
arguments or if other start arguments pointed the output drive to
|
|
|
|
standard output.
|
|
|
|
.br
|
2008-07-10 14:16:57 +00:00
|
|
|
Personalites "\fBxorrisofs\fR", "\fBgenisoimage\fR", and "\fBgenisofs\fR"
|
2008-02-20 23:48:08 +00:00
|
|
|
are aliases for "mkisofs".
|
|
|
|
.br
|
2008-07-08 08:25:07 +00:00
|
|
|
If xorriso is started with one of the leafnames "xorrisofs", "genisofs",
|
2008-07-10 16:27:35 +00:00
|
|
|
"mkisofs", or "genisoimage", then it automatically prepends -as "genisofs"
|
2008-07-08 08:25:07 +00:00
|
|
|
to the command line arguments. I.e. all arguments will be interpreted mkisofs
|
|
|
|
style until "--" is encountered. From then on, options are interpreted
|
|
|
|
as xorriso options.
|
|
|
|
.br
|
2008-02-20 23:48:08 +00:00
|
|
|
|
2008-02-19 18:45:17 +00:00
|
|
|
Personality "\fBcdrecord\fR" accepts the options listed with:
|
|
|
|
.br
|
|
|
|
-as cdrecord -help --
|
|
|
|
.br
|
2008-07-15 12:18:08 +00:00
|
|
|
Among them: -v, dev=, speed=, blank=, fs=, -eject, -atip, padsize=, tsize=,
|
2008-07-14 12:50:53 +00:00
|
|
|
-isosize, -multi, -msinfo, --grow_overwriteable_iso, write_start_address=,
|
2008-02-19 21:24:05 +00:00
|
|
|
track source file path or "-" for standard input as track source.
|
2008-02-19 18:45:17 +00:00
|
|
|
.br
|
|
|
|
It ignores most other options of cdrecord and cdrskin but refuses on
|
2008-07-14 12:50:53 +00:00
|
|
|
-audio, -scanbus, and on blanking modes unknown to xorriso.
|
2008-02-19 18:45:17 +00:00
|
|
|
.br
|
2008-07-10 16:27:35 +00:00
|
|
|
The scope is only a single data track per session to be written
|
|
|
|
to blank, overwriteable, or appendable media. The media gets closed if
|
|
|
|
closing is applicable and not option -multi is present.
|
2008-07-05 18:23:46 +00:00
|
|
|
.br
|
|
|
|
An eventually aquired input drive is given up.
|
|
|
|
This is only allowed if no image changes are pending.
|
|
|
|
.br
|
2008-02-19 21:24:05 +00:00
|
|
|
dev= must be given as xorriso device address. Adresses like 0,0,0 or ATA:1,1,0
|
|
|
|
are not supported.
|
2008-02-19 18:45:17 +00:00
|
|
|
.br
|
2008-02-20 23:48:08 +00:00
|
|
|
If a track source is given, then an automatic -commit happens at the end of
|
|
|
|
the "cdrecord" option list.
|
|
|
|
.br
|
2008-07-14 12:50:53 +00:00
|
|
|
--grow_overwriteable_iso enables emulation of multi-session on overwriteable
|
|
|
|
media. To enable emulation of a TOC, the first session needs -C 0,32 with
|
|
|
|
-as mkisofs (but no -M) and --grow_overwriteable_iso write_start_address=32s
|
|
|
|
with -as cdrecord.
|
|
|
|
.br
|
2008-02-19 21:24:05 +00:00
|
|
|
A much more elaborate libburn based cdrecord emulator is the program cdrskin.
|
2008-02-19 18:45:17 +00:00
|
|
|
.br
|
2008-07-10 16:27:35 +00:00
|
|
|
Personalites "\fBxorrecord\fR", "\fBwodim\fR", and "\fBcdrskin\fR" are aliases
|
|
|
|
for "cdrecord".
|
|
|
|
.br
|
|
|
|
If xorriso is started with one of the leafnames "xorrecord", "cdrskin",
|
|
|
|
"cdrecord", or "wodim", then it automatically prepends -as "cdrskin"
|
|
|
|
to the command line arguments. I.e. all arguments will be interpreted cdrecord
|
|
|
|
style until "--" is encountered and an eventual commit happens.
|
|
|
|
From then on, options are interpreted as xorriso options.
|
2008-02-19 18:45:17 +00:00
|
|
|
.TP
|
2008-07-16 13:06:31 +00:00
|
|
|
\fB\-pacifier\fR behavior_code
|
|
|
|
Control behavior of UPDATE pacifiers during write operations.
|
|
|
|
The following behavior codes are defined:
|
|
|
|
.br
|
|
|
|
"xorriso" is the default format:
|
|
|
|
.br
|
|
|
|
Writing: sector XXXXX of YYYYYY [fifo active, nn% fill]
|
|
|
|
.br
|
|
|
|
"cdrecord" looks like:
|
|
|
|
.br
|
|
|
|
X of Y MB written (fifo nn%) [buf mmm%]
|
|
|
|
.br
|
|
|
|
"mkisofs"
|
|
|
|
.br
|
|
|
|
nn% done, estimate finish Tue Jul 15 20:13:28 2008
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
.B Scripting, dialog and program control features:
|
|
|
|
.TP
|
|
|
|
\fB\-no_rc\fR
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
Only if used as first command line argument this option
|
|
|
|
prevents reading and interpretation of eventual startup
|
|
|
|
files. See section FILES below.
|
|
|
|
.TP
|
2008-01-18 17:03:41 +00:00
|
|
|
\fB\-options_from_file\fR fileaddress
|
|
|
|
Reads lines from fileaddress and executes them as dialog lines.
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-help\fR
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
Print helptext.
|
|
|
|
.TP
|
|
|
|
\fB\-version\fR
|
|
|
|
Print program name and version.
|
|
|
|
.TP
|
|
|
|
\fB\-history\fR textline
|
|
|
|
Copy textline into libreadline history.
|
|
|
|
.TP
|
|
|
|
\fB\-status\fR [mode|filter]
|
|
|
|
Print the current settings of xorriso.
|
|
|
|
Modes:
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
short... print only important or altered settings
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
long ... print all settings including defaults
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
long_history like long plus history lines
|
|
|
|
.br
|
|
|
|
Filters begin with '-' and are compared literally against the
|
|
|
|
output lines of -status:long_history. A line is put out only
|
|
|
|
if its start matches the filter text. No wildcards.
|
|
|
|
.TP
|
2007-11-11 11:22:39 +00:00
|
|
|
\fB\-status_history_max\fR number
|
2007-10-20 17:12:11 +00:00
|
|
|
Set maximum number of history lines to be reported with -status "long_history".
|
|
|
|
.TP
|
2008-09-05 09:54:38 +00:00
|
|
|
\fB\-list_delimiter\fR word
|
|
|
|
Set the list delimiter to be used instead of "--". It has to be a single word,
|
|
|
|
must not be empty, not longer than 80 characters, and must not contain
|
|
|
|
quotation marks.
|
2008-09-05 12:10:27 +00:00
|
|
|
.br
|
|
|
|
For brevity the list delimiter is referred as "--" throughout this text.
|
2008-09-05 09:54:38 +00:00
|
|
|
.TP
|
2007-12-06 19:01:14 +00:00
|
|
|
\fB\-temp_mem_limit\fR number["k"|"m"]
|
|
|
|
Set the maximum size of temporary memory to be used for image dependent
|
|
|
|
buffering. Currently this applies to pattern expansion only.
|
|
|
|
.br
|
|
|
|
Default is 16m = 16 MiB, minimum 64k = 64 kiB, maximum 1024m = 1 GiB.
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-print\fR text
|
|
|
|
Print a text to result channel.
|
|
|
|
.TP
|
|
|
|
\fB\-prompt\fR text
|
|
|
|
Show text at beginning of output line and
|
|
|
|
wait for the user to hit the Enter key
|
|
|
|
resp. to send a line via stdin.
|
|
|
|
.TP
|
2008-02-23 10:28:58 +00:00
|
|
|
\fB\-errfile_log\fR mode path|channel
|
|
|
|
.br
|
|
|
|
If problem events are related to input files from the filesystem, then their
|
|
|
|
disk_paths can be logged to a file or to output channels R or I.
|
|
|
|
.br
|
|
|
|
Mode can either be "plain" or "marked". The latter causes marker lines which
|
|
|
|
give the time of log start, burn session start, burn session end, log end
|
|
|
|
or program end. In mode "plain", only the file paths are logged.
|
|
|
|
.br
|
|
|
|
If path is "-" or "-R" then the log is directed to the result channel.
|
|
|
|
Path "-I" directs it to the info message channel. Any text that does not
|
|
|
|
begin with "-" is used as path for a file to append the log lines.
|
|
|
|
.br
|
|
|
|
Problematic files can be recorded multiple times during one program run.
|
|
|
|
If the program run aborts then the list might not be complete because
|
|
|
|
some input file arguments might not have been processed at all.
|
|
|
|
.br
|
|
|
|
The errfile paths are transported as messages of very low priority "ERRFILE".
|
|
|
|
This transport becomes visible with -report_about "ALL".
|
|
|
|
.TP
|
2008-04-03 20:41:00 +00:00
|
|
|
\fB\-session_log\fR path
|
|
|
|
If path is not empty it gives the address of a plain text file where
|
|
|
|
a log record gets appended after each session. This log can be used to
|
|
|
|
determine the start_lba of a session for mount option sbsector= from
|
2008-05-08 19:54:10 +00:00
|
|
|
date or volume id.
|
2008-04-03 20:41:00 +00:00
|
|
|
.br
|
|
|
|
Record format is: timestamp start_lba size volume-id
|
|
|
|
.br
|
|
|
|
The first three items are single words, the rest of the line is the volume id.
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
\fB\-end\fR
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
End program immediately
|
|
|
|
.TP
|
|
|
|
\fB#\fR any text
|
|
|
|
In dialog or file execution mode only and only as first
|
|
|
|
non-whitespace in line:
|
|
|
|
Do not execute the line but eventually store it in history.
|
|
|
|
.TP
|
|
|
|
.B Support for frontend programs talking into stdin and listening at stdout:
|
|
|
|
.TP
|
|
|
|
\fB\-pkt_output\fR "on"|"off"
|
|
|
|
Consolidate text output on stdout and classify each
|
|
|
|
line by a channel indicator:
|
|
|
|
.br
|
|
|
|
'R:' for result lines,
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
'I:' for notes and error messages,
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
'M:' for -mark texts.
|
2007-12-06 19:01:14 +00:00
|
|
|
.br
|
|
|
|
Next is a decimal number of which only bit 0 has a meaning for now.
|
|
|
|
0 means no newline at end of payload, 1 means that the newline character at
|
|
|
|
the end of the output line belongs to the payload. After another colon follows
|
|
|
|
the payload text.
|
|
|
|
.br
|
|
|
|
Example:
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-12-06 19:01:14 +00:00
|
|
|
I:1: enter option and arguments :
|
2007-10-20 17:12:11 +00:00
|
|
|
.TP
|
|
|
|
\fB\-logfile\fR channel fileaddress
|
|
|
|
Copy output of a channel to the given file.
|
|
|
|
.TP
|
|
|
|
\fB\-mark\fR text
|
|
|
|
If text is not empty it will get put out each time an
|
|
|
|
action has been completed.
|
|
|
|
.TP
|
|
|
|
\fB\-prog\fR text
|
|
|
|
Use text as this program's name in subsequent messages
|
|
|
|
.TP
|
|
|
|
\fB\-prog_help\fR text
|
|
|
|
Use text as this program's name and perform -help.
|
|
|
|
.br
|
|
|
|
.SH EXAMPLES
|
2007-11-08 14:43:53 +00:00
|
|
|
.SS
|
2008-03-08 12:27:22 +00:00
|
|
|
.B Overview of examples:
|
|
|
|
As superuser learn about available drives
|
|
|
|
.br
|
|
|
|
Blank media and compose a new ISO image as batch run
|
|
|
|
.br
|
|
|
|
A dialog session doing about the same
|
|
|
|
.br
|
|
|
|
Manipulating an existing ISO image on the same media
|
|
|
|
.br
|
|
|
|
Copy modified ISO image from one media to another
|
|
|
|
.br
|
2008-09-06 14:22:17 +00:00
|
|
|
Operate on storage facilities other than optical drives
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
2008-07-10 17:25:19 +00:00
|
|
|
Perform multi-session runs as of cdrtools traditions
|
2008-07-14 12:50:53 +00:00
|
|
|
.br
|
|
|
|
Let xorriso work underneath growisofs
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
|
|
|
Adjust thresholds for verbosity, exit value and program abort
|
|
|
|
.br
|
|
|
|
Examples of input timestrings
|
|
|
|
.br
|
|
|
|
Incremental backup of a few directory trees
|
2008-06-20 09:16:34 +00:00
|
|
|
.br
|
|
|
|
Restore directory trees from a particular ISO session to disk
|
2008-03-08 12:27:22 +00:00
|
|
|
.SS
|
2007-11-11 15:59:30 +00:00
|
|
|
.B As superuser learn about available drives
|
|
|
|
Consider to give rw permissions to those users or groups
|
|
|
|
which shall be able to use the drives with xorriso.
|
2007-11-08 14:43:53 +00:00
|
|
|
.br
|
2007-11-11 15:59:30 +00:00
|
|
|
\fB$\fR xorriso -devices
|
|
|
|
.br
|
|
|
|
0 -dev '/dev/sr0' rwrw-- : '_NEC ' 'DVD_RW ND-4570A'
|
|
|
|
.br
|
|
|
|
1 -dev '/dev/sr1' rwrw-- : 'HL-DT-ST' 'DVDRAM GSA-4082B'
|
|
|
|
.br
|
|
|
|
2 -dev '/dev/sr2' rwrw-- : 'PHILIPS ' 'SPD3300L'
|
|
|
|
.SS
|
|
|
|
.B Blank media and compose a new ISO image as batch run
|
|
|
|
Aquire drive /dev/sr2, blank media resp. invalidate existing ISO image.
|
|
|
|
Add the files from hard disk directories /home/me/sounds and /pictures.
|
|
|
|
Omit some unwanted stuff by removing it from the image directory tree.
|
|
|
|
Re-add some wanted stuff.
|
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
Because no -dialog "on" is given, the program will then end by committing the
|
2007-11-11 15:59:30 +00:00
|
|
|
session to media.
|
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
\fB$\fR cd /home/me
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
\fB$\fR xorriso -outdev /dev/sr2 \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-blank as_needed \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-map /home/me/sounds /sounds \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-map /home/me/pictures /pictures \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-11 15:59:30 +00:00
|
|
|
-rm_r \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
/sounds/indecent \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
'/pictures/*private*' \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
/pictures/confidential \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
-- \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-cd / \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-add pictures/confidential/work*
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
Note that '/pictures/*private*' is a pattern for iso_rr_paths
|
2008-05-15 15:00:39 +00:00
|
|
|
while pictures/confidential/work* gets expanded by the shell
|
2007-11-11 15:59:30 +00:00
|
|
|
with addresses from the hard disk.
|
|
|
|
.SS
|
|
|
|
.B A dialog session doing about the same
|
|
|
|
.br
|
2007-12-06 19:01:14 +00:00
|
|
|
-pathspecs is already given as start argument. The other activities
|
2007-12-04 07:44:59 +00:00
|
|
|
are done as dialog input. The pager gets set to 20 lines of 80 characters.
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
The drive is aquired by option -dev rather than -outdev in order to see
|
|
|
|
the message about its current content. By option -blank this content is
|
|
|
|
made ready for being overwritten and the loaded ISO image is made empty.
|
|
|
|
.br
|
2007-11-11 15:59:30 +00:00
|
|
|
In order to be able to eject the media, the session needs to be committed
|
|
|
|
explicitely.
|
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
.B $ xorriso -dialog on -page 20 80 -disk_pattern on
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
|
|
|
.B \-dev /dev/sr2
|
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
.B \-blank as_needed
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
.B \-map /home/me/sounds /sounds -map /home/me/pictures /pictures
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
|
|
|
.B \-rm_r /sounds/indecent /pictures/*private* /pictures/confidential
|
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
.B \-cdx /home/me/pictures -cd /pictures
|
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
|
|
|
.B \-add confidential/office confidential/factory
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
|
|
|
.B \-du /
|
|
|
|
.br
|
|
|
|
enter option and arguments :
|
|
|
|
.br
|
2007-11-14 14:28:44 +00:00
|
|
|
.B \-commit -eject all -end
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
.SS
|
2007-11-14 17:55:27 +00:00
|
|
|
.B Manipulating an existing ISO image on the same media
|
|
|
|
Load image from drive.
|
2007-11-11 15:59:30 +00:00
|
|
|
Remove (i.e. hide) directory /sounds and its subordinates.
|
|
|
|
Rename directory /pictures/confidential to /pictures/restricted.
|
|
|
|
Change access permissions of directory /pictures/restricted.
|
2007-12-05 14:39:13 +00:00
|
|
|
Add new directory trees /sounds and /movies. Burn to the same media and eject.
|
2007-11-11 15:59:30 +00:00
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -dev /dev/sr2 \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-11 15:59:30 +00:00
|
|
|
-rm_r /sounds -- \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-11 15:59:30 +00:00
|
|
|
-mv \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
/pictures/confidential \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
/pictures/restricted \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-12-20 11:14:49 +00:00
|
|
|
-- \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-11 15:59:30 +00:00
|
|
|
-chmod go-rwx /pictures/restricted -- \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-map /home/me/prepared_for_dvd/sounds_dummy /sounds \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-map /home/me/prepared_for_dvd/movies /movies \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
-commit -eject all
|
|
|
|
.SS
|
|
|
|
.B Copy modified ISO image from one media to another
|
|
|
|
Load image from input drive. Do the same manipulations as in the previous
|
|
|
|
example. Aquire output drive and blank it. Burn the modified image as
|
|
|
|
first and only session to the output drive.
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -indev /dev/sr2 \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
-rm_r /sounds -- \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
...
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-05-15 15:00:39 +00:00
|
|
|
-outdev /dev/sr0 -blank as_needed \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2007-11-14 17:55:27 +00:00
|
|
|
-commit -eject all
|
2007-11-08 14:43:53 +00:00
|
|
|
.SS
|
2008-09-06 14:22:17 +00:00
|
|
|
.B Operate on storage facilities other than optical drives
|
|
|
|
Full read-write operation is possible with regular files and block devices:
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -dev stdio:/tmp/regular_file ...
|
|
|
|
.br
|
|
|
|
Other writeable file types are supported write-only:
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -outdev stdio:/tmp/named_pipe ...
|
|
|
|
.br
|
|
|
|
Among the write-only drives is standard output:
|
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
\fB$\fR xorriso -outdev - \\
|
2008-03-01 15:13:13 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
...
|
2008-03-01 15:13:13 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
| gzip >image.iso.gz
|
|
|
|
.SS
|
2008-07-10 17:25:19 +00:00
|
|
|
.B Perform multi-session runs as of cdrtools traditions
|
2008-03-08 12:27:22 +00:00
|
|
|
Between both processes there can be performed arbitrary transportation
|
|
|
|
or filtering.
|
|
|
|
.br
|
2008-07-10 17:25:19 +00:00
|
|
|
The first session is written like this:
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
2008-07-10 17:25:19 +00:00
|
|
|
\fB$\fR xorriso -as mkisofs prepared_for_iso/tree1 | \\
|
|
|
|
.br
|
|
|
|
xorriso -as cdrecord -v dev=/dev/sr0 blank=fast -multi -eject -
|
|
|
|
.br
|
|
|
|
Follow-up sessions are written like this:
|
|
|
|
.br
|
|
|
|
\fB$\fR m=$(xorriso -as cdrecord dev=/dev/sr0 -msinfo)
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -as mkisofs -M /dev/sr0 -C $m prepared_for_iso/tree2 | \\
|
|
|
|
.br
|
2008-07-15 12:18:08 +00:00
|
|
|
xorriso -as cdrecord -v dev=/dev/sr0 -waiti -multi -eject -
|
2008-07-12 18:48:15 +00:00
|
|
|
.br
|
|
|
|
Always eject the drive tray between sessions. The old sessions
|
|
|
|
get read via stdio:/dev/sr0 and thus are prone to device driver
|
|
|
|
peculiarities.
|
2008-07-15 12:18:08 +00:00
|
|
|
.br
|
|
|
|
This example works for multi-session media only.
|
|
|
|
Add cdrskin option --grow_overwriteable_iso to all -as cdrecord runs
|
|
|
|
in order to enable multi-session emulation on overwriteable media.
|
2008-03-08 12:27:22 +00:00
|
|
|
.SS
|
2008-07-08 08:25:07 +00:00
|
|
|
.B Let xorriso work underneath growisofs
|
2008-07-17 11:13:32 +00:00
|
|
|
growisofs expects an ISO formatter program which understands options -C and
|
2008-07-08 08:25:07 +00:00
|
|
|
-M. If xorriso gets started by name "xorrisofs" then it is suitable for that.
|
|
|
|
.br
|
|
|
|
\fB$\fR export MKISOFS="xorrisofs"
|
|
|
|
.br
|
2008-07-10 14:16:57 +00:00
|
|
|
\fB$\fR growisofs -Z /dev/dvd /some/files
|
2008-07-08 08:25:07 +00:00
|
|
|
.br
|
2008-07-10 14:16:57 +00:00
|
|
|
\fB$\fR growisofs -M /dev/dvd /more/files
|
2008-07-08 08:25:07 +00:00
|
|
|
.br
|
|
|
|
If no "xorrisofs" is available on your system, then you will have to create
|
|
|
|
a link pointing to the xorriso binary and tell growisofs to use it. E.g. by:
|
|
|
|
.br
|
|
|
|
\fB$\fR ln -s $(which xorriso) "$HOME/xorrisofs"
|
|
|
|
.br
|
|
|
|
\fB$\fR export MKISOFS="$HOME/xorrisofs"
|
|
|
|
.br
|
2008-07-17 11:13:32 +00:00
|
|
|
One may quit mkisofs emulation by argument "--" and make
|
|
|
|
use of all xorriso commands. growisofs dislikes options which
|
|
|
|
start with "-o" but -outdev must be set to "-".
|
|
|
|
So use "outdev" instead:
|
|
|
|
.br
|
|
|
|
\fB$\fR growisofs -Z /dev/dvd -- outdev - -update_r /my/files /files
|
|
|
|
.br
|
|
|
|
\fB$\fR growisofs -M /dev/dvd -- outdev - -update_r /my/files /files
|
|
|
|
.br
|
2008-07-08 08:25:07 +00:00
|
|
|
growisofs has excellent burn capabilities with DVD and BD.
|
|
|
|
It does not emulate session history on overwriteable media, though.
|
|
|
|
.SS
|
2008-02-14 21:23:02 +00:00
|
|
|
.B Adjust thresholds for verbosity, exit value and program abort
|
|
|
|
Be quite verbous, exit 32 if severity "FAILURE" was encountered,
|
|
|
|
do not abort prematurely but forcibly go on until the end of commands.
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso ... \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
-report_about UPDATE \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
-return_with FAILURE 32 \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
-abort_on NEVER \\
|
2008-02-16 20:24:40 +00:00
|
|
|
.br
|
2008-02-14 21:23:02 +00:00
|
|
|
...
|
|
|
|
.SS
|
2007-11-08 14:43:53 +00:00
|
|
|
.B Examples of input timestrings
|
|
|
|
.br
|
|
|
|
As printed by program date:
|
|
|
|
.B 'Thu Nov 8 14:51:13 CET 2007'
|
|
|
|
.br
|
|
|
|
The same without ignored parts:
|
|
|
|
.B 'Nov 8 14:51:13 2007'
|
|
|
|
.br
|
|
|
|
The same as expected by date:
|
|
|
|
.B 110814512007.13
|
|
|
|
.br
|
|
|
|
Four weeks in the future:
|
|
|
|
.B +4w
|
|
|
|
.br
|
|
|
|
The current time:
|
|
|
|
.B +0
|
|
|
|
.br
|
|
|
|
Three hours ago:
|
|
|
|
.B \-3h
|
|
|
|
.br
|
|
|
|
Seconds since Jan 1 1970:
|
|
|
|
.B =1194531416
|
2008-03-08 12:27:22 +00:00
|
|
|
.SS
|
|
|
|
.B Incremental backup of a few directory trees
|
|
|
|
This does the following to directories /open_source_project and /personal_mail
|
|
|
|
in the ISO image:
|
|
|
|
create them if not existing yet,
|
|
|
|
compare them with their disk counterparts,
|
|
|
|
add disk file objects which are missing yet,
|
|
|
|
overwrite those which are different on disk,
|
|
|
|
and delete those which have vanished on disk.
|
2008-05-10 19:41:52 +00:00
|
|
|
But do not add or overwrite files matching *.o, *.swp.
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -dev /dev/sr0 \\
|
2008-05-08 19:54:10 +00:00
|
|
|
.br
|
2008-05-08 20:54:51 +00:00
|
|
|
-volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \\
|
|
|
|
.br
|
2008-05-10 19:41:52 +00:00
|
|
|
-not_leaf '*.o' -not_leaf '*.swp' \\
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
|
|
|
-update_r /home/thomas/open_source_projects /open_source_projects \\
|
|
|
|
.br
|
|
|
|
-update_r /home/thomas/personal_mail /personal_mail \\
|
|
|
|
.br
|
2008-05-08 19:54:10 +00:00
|
|
|
-commit -toc -eject all
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
|
|
|
To be used several times on the same media, whenever an update of
|
|
|
|
the two disk trees to the media is desired. Begin with blank media and start
|
|
|
|
a new blank media when the run fails due to lack of remaining space on
|
|
|
|
the old one.
|
|
|
|
.br
|
|
|
|
This makes most sense with backups on non-erasable media like CD-R,
|
|
|
|
DVD-R, DVD+R if the full backup leaves substantial remaining capacity
|
|
|
|
on media and if the expected changes are much smaller than the full backup.
|
|
|
|
An update run will probably save no time but last longer than a full backup.
|
2008-09-19 09:10:06 +00:00
|
|
|
Other good reasons may be given if read speed is much higher than write speed
|
|
|
|
or if file size changes happen too often within the write time of a full backup.
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
2008-04-03 20:41:00 +00:00
|
|
|
With \fBmount\fR option \fB"sbsector="\fR it is possible to access the session
|
2008-06-14 18:44:42 +00:00
|
|
|
trees which represent the older backup versions. With CD media, Linux mount
|
|
|
|
accepts session numbers directly by its option "session=".
|
2008-05-08 19:54:10 +00:00
|
|
|
.br
|
2008-06-14 18:44:42 +00:00
|
|
|
Multi-session media and most overwriteable media written by xorriso can tell
|
|
|
|
the sbsector of a session by xorriso option -toc.
|
2008-03-19 08:21:26 +00:00
|
|
|
.br
|
2008-04-05 11:17:21 +00:00
|
|
|
Sessions on multi-session media are separated by several MB of unused blocks.
|
|
|
|
So with small sessions the payload capacity can become substantially lower
|
|
|
|
than the overall media capacity. If the remaining space on media does not
|
|
|
|
suffice for the next gap, the drive is supposed to close the media
|
|
|
|
automatically.
|
|
|
|
.br
|
2008-03-19 08:21:26 +00:00
|
|
|
\fBBetter do not use your youngest backup for -update_r\fR.
|
2008-03-27 11:33:41 +00:00
|
|
|
Have at least two media which you use alternatingly. So only older backups
|
2008-03-19 08:21:26 +00:00
|
|
|
get endangered by the new write operation, while the newest backup is
|
|
|
|
stored safely on a different media.
|
2008-05-15 15:00:39 +00:00
|
|
|
Always have a blank media ready to perform a full backup in case the update
|
|
|
|
attempt fails due to insufficient remaining capacity.
|
2008-06-20 09:16:34 +00:00
|
|
|
.SS
|
|
|
|
.B Restore directory trees from a particular ISO session to disk
|
|
|
|
This is an alternative to mounting the media and using normal file operations.
|
|
|
|
.br
|
|
|
|
First check which backup sessions are on the media:
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -outdev /dev/sr0 -toc
|
|
|
|
.br
|
|
|
|
Then load the desired session and copy the file trees to disk.
|
|
|
|
Avoid to eventually create /home/thomas/restored without rwx-permission.
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -load volid PROJECTS_MAIL_2008_06_19_205956 \\
|
|
|
|
.br
|
|
|
|
-indev /dev/sr0 \\
|
|
|
|
.br
|
|
|
|
-osirrox on:auto_chmod_on \\
|
|
|
|
.br
|
2008-06-21 18:08:19 +00:00
|
|
|
-chmod u+rwx / -- \\
|
2008-06-20 09:16:34 +00:00
|
|
|
.br
|
|
|
|
-extract /open_source_projects \\
|
|
|
|
.br
|
|
|
|
/home/thomas/restored/open_source_projects \\
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
2008-06-20 09:16:34 +00:00
|
|
|
-extract /personal_mail /home/thomas/restored/personal_mail
|
2008-03-08 12:27:22 +00:00
|
|
|
.br
|
2008-06-20 09:16:34 +00:00
|
|
|
-rollback_end
|
2008-08-24 10:07:24 +00:00
|
|
|
.SS
|
|
|
|
.B Try to retrieve as many blocks as possible from a damaged media
|
|
|
|
.br
|
|
|
|
\fB$\fR xorriso -abort_on NEVER -indev /dev/sr0 \\
|
|
|
|
.br
|
|
|
|
-check_media time_limit=1800 report=blocks_files \\
|
|
|
|
.br
|
|
|
|
data_to="$HOME"/dvd_copy sector_map="$HOME"/dvd_copy.map --
|
|
|
|
.br
|
|
|
|
This can be repeated several times, eventually with -eject or with other
|
|
|
|
-indev drives. See the human readable part of "$HOME"/dvd_copy.map for
|
|
|
|
addresses which can be used on "$HOME"/dvd_copy with mount option sbsector=.
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
2008-08-24 10:07:24 +00:00
|
|
|
If you want to make the newest session the default mount session, you
|
|
|
|
may add option "patch_lba0=on" to the final -check_media run.
|
2007-10-20 17:12:11 +00:00
|
|
|
.SH FILES
|
|
|
|
.SS
|
|
|
|
.B Startup files:
|
|
|
|
.br
|
|
|
|
If not -no_rc is given as the first argument then xorriso attempts on startup
|
|
|
|
to read and execute lines from the following files:
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
/etc/default/xorriso
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
/etc/opt/xorriso/rc
|
2008-01-18 17:03:41 +00:00
|
|
|
.br
|
|
|
|
/etc/xorriso/xorriso.conf
|
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
$HOME/.xorrisorc
|
2007-11-11 11:22:39 +00:00
|
|
|
.br
|
2007-10-20 17:12:11 +00:00
|
|
|
The files are read in the sequence given above, but none of them is required
|
|
|
|
for xorriso to function properly.
|
2008-08-14 22:15:35 +00:00
|
|
|
.TP
|
|
|
|
.B Runtime control files:
|
|
|
|
.br
|
|
|
|
The default setting of -check_media abort_file= is:
|
|
|
|
.br
|
|
|
|
/var/opt/xorriso/do_abort_check_media
|
2007-10-20 17:12:11 +00:00
|
|
|
.br
|
|
|
|
.SH SEE ALSO
|
|
|
|
.TP
|
|
|
|
For mounting xorriso generated ISO 9660 images
|
|
|
|
.br
|
|
|
|
.BR mount(8)
|
|
|
|
.TP
|
2008-02-14 21:23:02 +00:00
|
|
|
Libreadline, a comfortable input line facility
|
|
|
|
.BR readline(3)
|
|
|
|
.TP
|
2007-10-20 17:12:11 +00:00
|
|
|
Other programs which produce ISO 9660 images
|
|
|
|
.br
|
|
|
|
.BR mkisofs(8),
|
|
|
|
.BR genisoimage(8)
|
|
|
|
.TP
|
2007-11-14 17:55:27 +00:00
|
|
|
Other programs which burn sessions to optical media
|
2007-10-20 17:12:11 +00:00
|
|
|
.BR growisofs(1),
|
|
|
|
.BR cdrecord(1),
|
|
|
|
.BR wodim(1),
|
|
|
|
.BR cdrskin(1)
|
|
|
|
.br
|
|
|
|
.SH AUTHOR
|
2007-10-20 19:50:24 +00:00
|
|
|
Thomas Schmitt <scdbackup@gmx.net>
|
|
|
|
.br
|
|
|
|
for libburnia-project.org
|
2008-02-14 21:23:02 +00:00
|
|
|
.SH CREDITS
|
2008-02-16 20:24:40 +00:00
|
|
|
xorriso is in part based on work by Vreixo Formoso who provides libisofs
|
|
|
|
together with Mario Danic who also leads the libburnia team.
|
|
|
|
Thanks to Andy Polyakov who invented emulated growing,
|
|
|
|
to Derek Foreman and Ben Jansens who once founded libburn.
|
2008-02-14 21:23:02 +00:00
|
|
|
.br
|
|
|
|
Compliments towards Joerg Schilling whose cdrtools served me for ten years.
|
|
|
|
|