|
|
|
@ -108,7 +108,7 @@ Adding a session to an existing ISO image is in this text referred as
|
|
|
|
|
The multi-session model of the MMC standard does not apply to all media
|
|
|
|
|
types. But program growisofs by Andy Polyakov showed how to extend this
|
|
|
|
|
functionality to overwriteable media or disk files which carry valid ISO 9660
|
|
|
|
|
filesystems. This expansion method is referred as as emulated growing.
|
|
|
|
|
filesystems. This expansion method is referred as emulated growing.
|
|
|
|
|
.PP
|
|
|
|
|
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
|
|
|
|
@ -466,6 +466,8 @@ Setting "on" enables it for all those commands.
|
|
|
|
|
.br
|
|
|
|
|
Setting "ls" enables it only for those which are marked by
|
|
|
|
|
"disk_pattern [***]".
|
|
|
|
|
.br
|
|
|
|
|
Default is "ls".
|
|
|
|
|
.TP
|
|
|
|
|
\fB\-add\fR pathspec [...] | disk_path [***]
|
|
|
|
|
Insert the given files or directory trees from filesystem
|
|
|
|
@ -624,7 +626,7 @@ may have specific parameters. See also their particular descriptions.
|
|
|
|
|
"chgrp" and "chgrp_r" change the group attribute and get the group id as param.
|
|
|
|
|
E.g.:
|
|
|
|
|
.br
|
|
|
|
|
-find / name 'news*' -type d --exec chgrp_r staff
|
|
|
|
|
-find / name 'news*' -type d -exec chgrp_r staff
|
|
|
|
|
.br
|
|
|
|
|
"chmod" and "chmod_r" change access permissions and get a mode string as param.
|
|
|
|
|
E.g.:
|
|
|
|
@ -676,7 +678,7 @@ Switch from eventual modifiying mode to growing mode.
|
|
|
|
|
(A subsequent -outdev will activate modification mode.)
|
|
|
|
|
-commit is performed automatically at end of program if there
|
|
|
|
|
are uncommitted manipulations pending.
|
|
|
|
|
So to perform a final write operation with no new -dev
|
|
|
|
|
So, to perform a final write operation with no new -dev
|
|
|
|
|
and no new loading of image, rather execute option -end.
|
|
|
|
|
To suppress a final write, execute -rollback -end.
|
|
|
|
|
.br
|
|
|
|
@ -688,7 +690,7 @@ 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,
|
|
|
|
|
despite the promises by vendors of drives and media.
|
|
|
|
|
despite the promises by their vendors.
|
|
|
|
|
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
|
|
|
|
@ -849,7 +851,7 @@ 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
|
|
|
|
|
by "c" for CD and "d" for "DVD". Example speeds:
|
|
|
|
|
by "c" for CD and "d" for DVD. Example speeds:
|
|
|
|
|
.br
|
|
|
|
|
706k = 706kB/s = 4c = 4xCD
|
|
|
|
|
.br
|
|
|
|
@ -1047,15 +1049,15 @@ Recursively list size of directories and files in the ISO image
|
|
|
|
|
which match one of the patterns.
|
|
|
|
|
similar to shell command du -k.
|
|
|
|
|
.TP
|
|
|
|
|
\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
|
|
|
|
|
\fB\-dus\fR iso_rr_pattern [***]
|
|
|
|
|
List size of directories and files in the ISO image
|
|
|
|
|
which match one of the patterns.
|
|
|
|
|
Similar to shell command du -sk.
|
|
|
|
|
.TP
|
|
|
|
|
\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
|
|
|
|
|
\fB\-dusx\fR disk_pattern [***]
|
|
|
|
|
List size of directories and files in the local filesystem
|
|
|
|
|
which match one of the patterns.
|
|
|
|
|