|
|
|
@ -1510,9 +1510,9 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Options
|
|
|
|
|
Matches data files which have MD5 checksums.
|
|
|
|
|
-has_hfs_crtp creator type :
|
|
|
|
|
Matches files which have the given HFS+ creator and type
|
|
|
|
|
attached. These are codes of 4 characters which may get
|
|
|
|
|
stored if -hfsplus is enabled. Use a single dash '-' as
|
|
|
|
|
wildcard that matches any such code. E.g:.
|
|
|
|
|
attached. These are codes of 4 characters which get stored
|
|
|
|
|
if -hfsplus is enabled. Use a single dash '-' as wildcard
|
|
|
|
|
that matches any such code. E.g:.
|
|
|
|
|
-has_hfs_crtp YYDN TEXT
|
|
|
|
|
-has_hfs_crtp - -
|
|
|
|
|
-has_hfs_bless blessing :
|
|
|
|
@ -1520,9 +1520,6 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Options
|
|
|
|
|
one of : "ppc_bootdir", "intel_bootfile", "show_folder",
|
|
|
|
|
"os9_folder", "osx_folder", "any". See also action
|
|
|
|
|
set_hfs_bless.
|
|
|
|
|
Note that HFS+ information is not read with loaded images. So
|
|
|
|
|
above two tests are useful only for listing effective
|
|
|
|
|
settings before a new image gets written.
|
|
|
|
|
-has_filter :
|
|
|
|
|
Matches files which are filtered by -set_filter.
|
|
|
|
|
-hidden hide_state :
|
|
|
|
@ -1683,6 +1680,10 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Options
|
|
|
|
|
adds, changes, or removes HFS+ creator and type attributes.
|
|
|
|
|
E.g.: -exec set_hfs_crtp YYDN TEXT
|
|
|
|
|
E.g.: -find /my/dir -prune -exec set_hfs_crtp -delete -
|
|
|
|
|
get_hfs_crtp
|
|
|
|
|
prints the HFS+ creator and type attributes together with the
|
|
|
|
|
iso_rr_path, if the file has such attributes at all.
|
|
|
|
|
E.g.: -exec get_hfs_crtp
|
|
|
|
|
set_hfs_bless
|
|
|
|
|
applies or removes HFS+ blessings. They are roles which can
|
|
|
|
|
be attributed to up to four directories and a data file:
|
|
|
|
@ -1696,17 +1697,10 @@ File: xorriso.info, Node: CmdFind, Next: Filter, Prev: Manip, Up: Options
|
|
|
|
|
the blessing will lose it then. No file object can bear more
|
|
|
|
|
than one blessing.
|
|
|
|
|
E.g.: -find /my/blessed/directory -exec set_hfs_bless p
|
|
|
|
|
get_hfs_crtp
|
|
|
|
|
prints the HFS+ creator and type attributes together with the
|
|
|
|
|
iso_rr_path, if the file has such attributes at all.
|
|
|
|
|
E.g.: -exec get_hfs_crtp
|
|
|
|
|
get_hfs_bless
|
|
|
|
|
prints the HFS+ blessing role and the iso_rr_path, if the
|
|
|
|
|
file is blessed at all.
|
|
|
|
|
E.g.: -exec get_hfs_bless
|
|
|
|
|
Note that HFS+ information is not read with loaded images. So
|
|
|
|
|
above two actions are useful only for listing effective
|
|
|
|
|
settings before a new image gets written.
|
|
|
|
|
set_filter
|
|
|
|
|
applies or removes filters.
|
|
|
|
|
E.g.: -exec set_filter --zisofs --
|
|
|
|
@ -2036,6 +2030,20 @@ according to the setting of command -acl.
|
|
|
|
|
ISO image data follow, then a third partition entry gets produced.
|
|
|
|
|
Other features of xorriso might cause the need for more APM
|
|
|
|
|
entries.
|
|
|
|
|
The HFS+ filesystem is not suitable for add-on sessions produced
|
|
|
|
|
by the multi-session method of growing. An existing ISO image may
|
|
|
|
|
nevertheless be the base for a new image produced by the method of
|
|
|
|
|
modifying. If -hfsplus is enabled when -indev or -dev gets
|
|
|
|
|
executed, then AAIP attributes get loaded from the input image and
|
|
|
|
|
checked for information about HFS creator, filetype, or blessing.
|
|
|
|
|
If found, then they get enabled as settings for the next image
|
|
|
|
|
production. Therefore it is advisable to perform -hfsplus "on"
|
|
|
|
|
before -indev or -dev.
|
|
|
|
|
Information about HFS creator, type, and blessings gets stored by
|
|
|
|
|
xorriso if -hfsplus is enabled at -commit time. It is stored as
|
|
|
|
|
copy outside the HFS+ partition, but rather along with the Rock
|
|
|
|
|
Ridge information. xorriso does not read any information from the
|
|
|
|
|
HFS+ meta data.
|
|
|
|
|
|
|
|
|
|
-rockridge "on"|"off"
|
|
|
|
|
Mode "off" disables production of Rock Ridge information for the
|
|
|
|
@ -4441,7 +4449,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
|
|
|
|
|
* # starts a comment line: Scripting. (line 162)
|
|
|
|
|
* -abort_on controls abort on error: Exception. (line 27)
|
|
|
|
|
* -abstract_file sets abstract file name: SetWrite. (line 211)
|
|
|
|
|
* -abstract_file sets abstract file name: SetWrite. (line 225)
|
|
|
|
|
* -acl controls handling of ACLs: Loading. (line 143)
|
|
|
|
|
* -add inserts one or more paths: Insert. (line 45)
|
|
|
|
|
* -add_plainly inserts one or more paths: Insert. (line 64)
|
|
|
|
@ -4449,13 +4457,13 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -alter_date_r sets timestamps in ISO image: Manip. (line 167)
|
|
|
|
|
* -append_partition adds arbitrary file after image end: Bootable.
|
|
|
|
|
(line 202)
|
|
|
|
|
* -application_id sets application id: SetWrite. (line 170)
|
|
|
|
|
* -application_id sets application id: SetWrite. (line 184)
|
|
|
|
|
* -as emulates mkisofs or cdrecord: Emulation. (line 13)
|
|
|
|
|
* -assert_volid rejects undesired images: Loading. (line 84)
|
|
|
|
|
* -auto_charset learns character set from image: Loading. (line 98)
|
|
|
|
|
* -backslash_codes enables backslash conversion: Scripting. (line 67)
|
|
|
|
|
* -ban_stdio_write demands real drive: Loading. (line 247)
|
|
|
|
|
* -biblio_file sets biblio file name: SetWrite. (line 218)
|
|
|
|
|
* -biblio_file sets biblio file name: SetWrite. (line 232)
|
|
|
|
|
* -blank erases media: Writing. (line 61)
|
|
|
|
|
* -boot_image controls bootability: Bootable. (line 26)
|
|
|
|
|
* -calm_drive reduces drive activity: Loading. (line 236)
|
|
|
|
@ -4474,7 +4482,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -chown sets ownership in ISO image: Manip. (line 42)
|
|
|
|
|
* -chown_r sets ownership in ISO image: Manip. (line 47)
|
|
|
|
|
* -clone copies ISO directory tree: Insert. (line 174)
|
|
|
|
|
* -close controls media closing: SetWrite. (line 313)
|
|
|
|
|
* -close controls media closing: SetWrite. (line 327)
|
|
|
|
|
* -close_damaged closes damaged track and session: Writing. (line 152)
|
|
|
|
|
* -close_filter_list bans filter registration: Filter. (line 52)
|
|
|
|
|
* -commit writes pending ISO image: Writing. (line 29)
|
|
|
|
@ -4482,8 +4490,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -compare reports ISO/disk differences: Navigate. (line 146)
|
|
|
|
|
* -compare_l reports ISO/disk differences: Navigate. (line 164)
|
|
|
|
|
* -compare_r reports ISO/disk differences: Navigate. (line 159)
|
|
|
|
|
* -compliance controls standard compliance: SetWrite. (line 38)
|
|
|
|
|
* -copyright_file sets copyright file name: SetWrite. (line 205)
|
|
|
|
|
* -compliance controls standard compliance: SetWrite. (line 52)
|
|
|
|
|
* -copyright_file sets copyright file name: SetWrite. (line 219)
|
|
|
|
|
* -cp_clone copies ISO directory tree: Insert. (line 186)
|
|
|
|
|
* -cp_rx copies file trees to disk: Restore. (line 108)
|
|
|
|
|
* -cpax copies files to disk: Restore. (line 104)
|
|
|
|
@ -4501,11 +4509,11 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
(line 36)
|
|
|
|
|
* -drive_class controls drive accessability: Loading. (line 54)
|
|
|
|
|
* -du show directory size in ISO image: Navigate. (line 89)
|
|
|
|
|
* -dummy controls write simulation: SetWrite. (line 302)
|
|
|
|
|
* -dummy controls write simulation: SetWrite. (line 316)
|
|
|
|
|
* -dus show directory size in ISO image: Navigate. (line 93)
|
|
|
|
|
* -dusx show directory size on disk: Navigate. (line 102)
|
|
|
|
|
* -dux show directory size on disk: Navigate. (line 97)
|
|
|
|
|
* -dvd_obs set write block size: SetWrite. (line 289)
|
|
|
|
|
* -dvd_obs set write block size: SetWrite. (line 303)
|
|
|
|
|
* -early_stdio_test classifies stdio drives: Loading. (line 252)
|
|
|
|
|
* -eject ejects drive tray: Writing. (line 52)
|
|
|
|
|
* -end writes pending session and ends program: Scripting. (line 156)
|
|
|
|
@ -4523,12 +4531,12 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -follow softlinks and mount points: SetInsert. (line 76)
|
|
|
|
|
* -for_backup -acl,-xattr,-hardlinks,-md5: Loading. (line 185)
|
|
|
|
|
* -format formats media: Writing. (line 88)
|
|
|
|
|
* -fs sets size of fifo: SetWrite. (line 306)
|
|
|
|
|
* -fs sets size of fifo: SetWrite. (line 320)
|
|
|
|
|
* -getfacl shows ACL in ISO image: Navigate. (line 70)
|
|
|
|
|
* -getfacl_r shows ACL in ISO image: Navigate. (line 77)
|
|
|
|
|
* -getfattr shows xattr in ISO image: Navigate. (line 81)
|
|
|
|
|
* -getfattr_r shows xattr in ISO image: Navigate. (line 85)
|
|
|
|
|
* -gid sets global ownership: SetWrite. (line 246)
|
|
|
|
|
* -gid sets global ownership: SetWrite. (line 260)
|
|
|
|
|
* -grow_blindly overides next writeable address: AqDrive. (line 46)
|
|
|
|
|
* -hardlinks controls handling of hard links: Loading. (line 110)
|
|
|
|
|
* -help prints help text: Scripting. (line 20)
|
|
|
|
@ -4575,17 +4583,17 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -not_paths sets absolute exclusion paths: SetInsert. (line 55)
|
|
|
|
|
* -options_from_file reads commands from file: Scripting. (line 12)
|
|
|
|
|
* -osirrox enables ISO-to-disk copying: Restore. (line 18)
|
|
|
|
|
* -out_charset sets output character set: SetWrite. (line 236)
|
|
|
|
|
* -out_charset sets output character set: SetWrite. (line 250)
|
|
|
|
|
* -outdev acquires a drive for output: AqDrive. (line 31)
|
|
|
|
|
* -overwrite enables overwriting in ISO: SetInsert. (line 127)
|
|
|
|
|
* -pacifier controls pacifier text form: Emulation. (line 158)
|
|
|
|
|
* -padding sets amount or mode of image padding: SetWrite. (line 319)
|
|
|
|
|
* -padding sets amount or mode of image padding: SetWrite. (line 333)
|
|
|
|
|
* -page set terminal geometry: DialogCtl. (line 19)
|
|
|
|
|
* -paste_in copies file into disk file: Restore. (line 121)
|
|
|
|
|
* -path_list inserts paths from disk file: Insert. (line 78)
|
|
|
|
|
* -pathspecs sets meaning of = with -add: SetInsert. (line 118)
|
|
|
|
|
* -pkt_output consolidates text output: Frontend. (line 7)
|
|
|
|
|
* -preparer_id sets preparer id: SetWrite. (line 224)
|
|
|
|
|
* -preparer_id sets preparer id: SetWrite. (line 238)
|
|
|
|
|
* -print prints result text line: Scripting. (line 99)
|
|
|
|
|
* -print_info prints message text line: Scripting. (line 102)
|
|
|
|
|
* -print_mark prints synchronizing text line: Scripting. (line 105)
|
|
|
|
@ -4593,7 +4601,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -prog sets program name: Frontend. (line 30)
|
|
|
|
|
* -prog_help prints help text: Frontend. (line 33)
|
|
|
|
|
* -prompt prompts for enter key: Scripting. (line 110)
|
|
|
|
|
* -publisher sets publisher id: SetWrite. (line 164)
|
|
|
|
|
* -publisher sets publisher id: SetWrite. (line 178)
|
|
|
|
|
* -pvd_info shows image id strings: Inquiry. (line 93)
|
|
|
|
|
* -pwd tells working directory in ISO: Navigate. (line 20)
|
|
|
|
|
* -pwdx tells working directory on disk: Navigate. (line 23)
|
|
|
|
@ -4608,12 +4616,12 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -rm_r deletes trees from ISO image: Manip. (line 28)
|
|
|
|
|
* -rmdir deletes ISO directory: Manip. (line 32)
|
|
|
|
|
* -rockridge disables production of Rock Ridge info: SetWrite.
|
|
|
|
|
(line 32)
|
|
|
|
|
(line 46)
|
|
|
|
|
* -rollback discards pending changes: Writing. (line 9)
|
|
|
|
|
* -rollback_end ends program without writing: Scripting. (line 159)
|
|
|
|
|
* -rom_toc_scan searches for sessions: Loading. (line 211)
|
|
|
|
|
* -rr_reloc_dir sets name of relocation directory: SetWrite.
|
|
|
|
|
(line 121)
|
|
|
|
|
(line 135)
|
|
|
|
|
* -scdbackup_tag enables scdbackup checksum tag: Emulation. (line 168)
|
|
|
|
|
* -scsi_log reports SCSI commands: Scripting. (line 147)
|
|
|
|
|
* -session_log logs written sessions: Scripting. (line 138)
|
|
|
|
@ -4631,29 +4639,29 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|
|
|
|
* -signal_handling controls handling of system signals: Exception.
|
|
|
|
|
(line 69)
|
|
|
|
|
* -sleep waits for a given time span: Scripting. (line 114)
|
|
|
|
|
* -speed set write speed: SetWrite. (line 262)
|
|
|
|
|
* -speed set write speed: SetWrite. (line 276)
|
|
|
|
|
* -split_size enables large file splitting: SetInsert. (line 140)
|
|
|
|
|
* -status shows current settings: Scripting. (line 47)
|
|
|
|
|
* -status_history_max curbs -status history: Scripting. (line 56)
|
|
|
|
|
* -stdio_sync controls stdio buffer: SetWrite. (line 296)
|
|
|
|
|
* -stream_recording controls defect management: SetWrite. (line 277)
|
|
|
|
|
* -system_id sets system id: SetWrite. (line 179)
|
|
|
|
|
* -stdio_sync controls stdio buffer: SetWrite. (line 310)
|
|
|
|
|
* -stream_recording controls defect management: SetWrite. (line 291)
|
|
|
|
|
* -system_id sets system id: SetWrite. (line 193)
|
|
|
|
|
* -tell_media_space reports free space: Inquiry. (line 89)
|
|
|
|
|
* -temp_mem_limit curbs memory consumption: Scripting. (line 92)
|
|
|
|
|
* -toc shows list of sessions: Inquiry. (line 28)
|
|
|
|
|
* -uid sets global ownership: SetWrite. (line 242)
|
|
|
|
|
* -uid sets global ownership: SetWrite. (line 256)
|
|
|
|
|
* -update inserts path if different: Insert. (line 102)
|
|
|
|
|
* -update_l inserts paths if different: Insert. (line 124)
|
|
|
|
|
* -update_r inserts paths if different: Insert. (line 113)
|
|
|
|
|
* -use_readline enables readline for dialog: DialogCtl. (line 28)
|
|
|
|
|
* -version prints help text: Scripting. (line 23)
|
|
|
|
|
* -volid sets volume id: SetWrite. (line 140)
|
|
|
|
|
* -volset_id sets volume set id: SetWrite. (line 159)
|
|
|
|
|
* -volume_date sets volume timestamp: SetWrite. (line 186)
|
|
|
|
|
* -volid sets volume id: SetWrite. (line 154)
|
|
|
|
|
* -volset_id sets volume set id: SetWrite. (line 173)
|
|
|
|
|
* -volume_date sets volume timestamp: SetWrite. (line 200)
|
|
|
|
|
* -x enables automatic execution order of arguments: ArgSort.
|
|
|
|
|
(line 16)
|
|
|
|
|
* -xattr controls handling of xattr (EA): Loading. (line 151)
|
|
|
|
|
* -zisofs controls zisofs production: SetWrite. (line 250)
|
|
|
|
|
* -zisofs controls zisofs production: SetWrite. (line 264)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
@ -4686,7 +4694,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Character Set, _definition: Charset. (line 6)
|
|
|
|
|
* Character Set, for input, -in_charset: Loading. (line 92)
|
|
|
|
|
* Character Set, for input/output, -charset: Charset. (line 43)
|
|
|
|
|
* Character Set, for output, -out_charset: SetWrite. (line 236)
|
|
|
|
|
* Character Set, for output, -out_charset: SetWrite. (line 250)
|
|
|
|
|
* Character set, learn from image, -auto_charset: Loading. (line 98)
|
|
|
|
|
* Character Set, of terminal, -local_charset: Charset. (line 47)
|
|
|
|
|
* Closed media, _definition: Media. (line 43)
|
|
|
|
@ -4741,8 +4749,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Filter, show chain, -show_stream: Navigate. (line 169)
|
|
|
|
|
* Filter, show chains of tree, -show_stream_r: Navigate. (line 183)
|
|
|
|
|
* Filter, unregister, -unregister_filter: Filter. (line 48)
|
|
|
|
|
* Filter, zisofs parameters, -zisofs: SetWrite. (line 250)
|
|
|
|
|
* Group, global in ISO image, -gid: SetWrite. (line 246)
|
|
|
|
|
* Filter, zisofs parameters, -zisofs: SetWrite. (line 264)
|
|
|
|
|
* Group, global in ISO image, -gid: SetWrite. (line 260)
|
|
|
|
|
* Group, in ISO image, -chgrp: Manip. (line 50)
|
|
|
|
|
* Group, in ISO image, -chgrp_r: Manip. (line 55)
|
|
|
|
|
* Growing, _definition: Methods. (line 19)
|
|
|
|
@ -4754,16 +4762,16 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Image, demand volume id, -assert_volid: Loading. (line 84)
|
|
|
|
|
* Image, discard pending changes, -rollback: Writing. (line 9)
|
|
|
|
|
* Image, override change status, -changes_pending: Writing. (line 13)
|
|
|
|
|
* Image, set abstract file name, -abstract_file: SetWrite. (line 211)
|
|
|
|
|
* Image, set application id, -application_id: SetWrite. (line 170)
|
|
|
|
|
* Image, set biblio file name, -biblio_file: SetWrite. (line 218)
|
|
|
|
|
* Image, set copyright file name, -copyright_file: SetWrite. (line 205)
|
|
|
|
|
* Image, set preparer id, -preparer_id: SetWrite. (line 224)
|
|
|
|
|
* Image, set publisher id, -publisher: SetWrite. (line 164)
|
|
|
|
|
* Image, set system id, -system_id: SetWrite. (line 179)
|
|
|
|
|
* Image, set volume id, -volid: SetWrite. (line 140)
|
|
|
|
|
* Image, set volume set id, -volset_id: SetWrite. (line 159)
|
|
|
|
|
* Image, set volume timestamp, -volume_date: SetWrite. (line 186)
|
|
|
|
|
* Image, set abstract file name, -abstract_file: SetWrite. (line 225)
|
|
|
|
|
* Image, set application id, -application_id: SetWrite. (line 184)
|
|
|
|
|
* Image, set biblio file name, -biblio_file: SetWrite. (line 232)
|
|
|
|
|
* Image, set copyright file name, -copyright_file: SetWrite. (line 219)
|
|
|
|
|
* Image, set preparer id, -preparer_id: SetWrite. (line 238)
|
|
|
|
|
* Image, set publisher id, -publisher: SetWrite. (line 178)
|
|
|
|
|
* Image, set system id, -system_id: SetWrite. (line 193)
|
|
|
|
|
* Image, set volume id, -volid: SetWrite. (line 154)
|
|
|
|
|
* Image, set volume set id, -volset_id: SetWrite. (line 173)
|
|
|
|
|
* Image, set volume timestamp, -volume_date: SetWrite. (line 200)
|
|
|
|
|
* Image, show id strings, -pvd_info: Inquiry. (line 93)
|
|
|
|
|
* Insert, enable overwriting, -overwrite: SetInsert. (line 127)
|
|
|
|
|
* Insert, file exclusion absolute, -not_paths: SetInsert. (line 55)
|
|
|
|
@ -4822,7 +4830,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Navigate, tell ISO working directory, -pwd: Navigate. (line 20)
|
|
|
|
|
* Next writeable address, -grow_blindly: AqDrive. (line 46)
|
|
|
|
|
* Overwriteable media, _definition: Media. (line 14)
|
|
|
|
|
* Ownership, global in ISO image, -uid: SetWrite. (line 242)
|
|
|
|
|
* Ownership, global in ISO image, -uid: SetWrite. (line 256)
|
|
|
|
|
* Ownership, in ISO image, -chown: Manip. (line 42)
|
|
|
|
|
* Ownership, in ISO image, -chown_r: Manip. (line 47)
|
|
|
|
|
* Partition offset, _definition: Bootable. (line 146)
|
|
|
|
@ -4865,7 +4873,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Program, wait a time span, -sleep: Scripting. (line 114)
|
|
|
|
|
* Quoted input, _definition: Processing. (line 46)
|
|
|
|
|
* Recovery, retrieve blocks, -check_media: Verify. (line 21)
|
|
|
|
|
* Relocation directory, set name, -rr_reloc_dir: SetWrite. (line 121)
|
|
|
|
|
* Relocation directory, set name, -rr_reloc_dir: SetWrite. (line 135)
|
|
|
|
|
* Rename, in ISO image, -mv: Manip. (line 35)
|
|
|
|
|
* Restore, copy file into disk file, -paste_in: Restore. (line 121)
|
|
|
|
|
* Restore, copy file piece to disk, -extract_cut: Restore. (line 81)
|
|
|
|
@ -4902,24 +4910,24 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|
|
|
|
* Verify, file checksum, -check_md5: Verify. (line 153)
|
|
|
|
|
* Verify, file tree checksums, -check_md5_r: Verify. (line 169)
|
|
|
|
|
* Verify, preset -check_media, -check_media_defaults: Verify. (line 41)
|
|
|
|
|
* Write, block size, -dvd_obs: SetWrite. (line 289)
|
|
|
|
|
* Write, block size, -dvd_obs: SetWrite. (line 303)
|
|
|
|
|
* Write, bootability, -boot_image: Bootable. (line 26)
|
|
|
|
|
* Write, buffer syncing, -stdio_sync: SetWrite. (line 296)
|
|
|
|
|
* Write, close media, -close: SetWrite. (line 313)
|
|
|
|
|
* Write, compliance to specs, -compliance: SetWrite. (line 38)
|
|
|
|
|
* Write, defect management, -stream_recording: SetWrite. (line 277)
|
|
|
|
|
* Write, disable Rock Ridge, -rockridge: SetWrite. (line 32)
|
|
|
|
|
* Write, buffer syncing, -stdio_sync: SetWrite. (line 310)
|
|
|
|
|
* Write, close media, -close: SetWrite. (line 327)
|
|
|
|
|
* Write, compliance to specs, -compliance: SetWrite. (line 52)
|
|
|
|
|
* Write, defect management, -stream_recording: SetWrite. (line 291)
|
|
|
|
|
* Write, disable Rock Ridge, -rockridge: SetWrite. (line 46)
|
|
|
|
|
* Write, enable HFS+, -hfsplus: SetWrite. (line 14)
|
|
|
|
|
* Write, enable Joliet, -joliet: SetWrite. (line 10)
|
|
|
|
|
* Write, fifo size, -fs: SetWrite. (line 306)
|
|
|
|
|
* Write, fifo size, -fs: SetWrite. (line 320)
|
|
|
|
|
* Write, free space, -tell_media_space: Inquiry. (line 89)
|
|
|
|
|
* Write, log problematic disk files, -errfile_log: Scripting. (line 118)
|
|
|
|
|
* Write, log written sessions, -session_log: Scripting. (line 138)
|
|
|
|
|
* Write, padding image, -padding: SetWrite. (line 319)
|
|
|
|
|
* Write, padding image, -padding: SetWrite. (line 333)
|
|
|
|
|
* Write, pending ISO image, -commit: Writing. (line 29)
|
|
|
|
|
* Write, predict image size, -print_size: Inquiry. (line 80)
|
|
|
|
|
* Write, set speed, -speed: SetWrite. (line 262)
|
|
|
|
|
* Write, simulation, -dummy: SetWrite. (line 302)
|
|
|
|
|
* Write, set speed, -speed: SetWrite. (line 276)
|
|
|
|
|
* Write, simulation, -dummy: SetWrite. (line 316)
|
|
|
|
|
* xattr, _definition: Extras. (line 54)
|
|
|
|
|
* xattr, control handling, -xattr: Loading. (line 151)
|
|
|
|
|
* xattr, set in ISO image, -setfattr: Manip. (line 111)
|
|
|
|
@ -4948,43 +4956,43 @@ Node: Insert45211
|
|
|
|
|
Node: SetInsert55127
|
|
|
|
|
Node: Manip63703
|
|
|
|
|
Node: CmdFind72526
|
|
|
|
|
Node: Filter87015
|
|
|
|
|
Node: Writing91570
|
|
|
|
|
Node: SetWrite100534
|
|
|
|
|
Node: Bootable117479
|
|
|
|
|
Node: Jigdo130890
|
|
|
|
|
Node: Charset135136
|
|
|
|
|
Node: Exception137897
|
|
|
|
|
Node: DialogCtl144016
|
|
|
|
|
Node: Inquiry146613
|
|
|
|
|
Node: Navigate151479
|
|
|
|
|
Node: Verify159776
|
|
|
|
|
Node: Restore168742
|
|
|
|
|
Node: Emulation175651
|
|
|
|
|
Node: Scripting185462
|
|
|
|
|
Node: Frontend192622
|
|
|
|
|
Node: Examples193922
|
|
|
|
|
Node: ExDevices195099
|
|
|
|
|
Node: ExCreate195758
|
|
|
|
|
Node: ExDialog197043
|
|
|
|
|
Node: ExGrowing198308
|
|
|
|
|
Node: ExModifying199113
|
|
|
|
|
Node: ExBootable199617
|
|
|
|
|
Node: ExCharset200169
|
|
|
|
|
Node: ExPseudo200990
|
|
|
|
|
Node: ExCdrecord201888
|
|
|
|
|
Node: ExMkisofs202205
|
|
|
|
|
Node: ExGrowisofs203545
|
|
|
|
|
Node: ExException204680
|
|
|
|
|
Node: ExTime205134
|
|
|
|
|
Node: ExIncBackup205593
|
|
|
|
|
Node: ExRestore209584
|
|
|
|
|
Node: ExRecovery210544
|
|
|
|
|
Node: Files211114
|
|
|
|
|
Node: Seealso212413
|
|
|
|
|
Node: Bugreport213136
|
|
|
|
|
Node: Legal213717
|
|
|
|
|
Node: CommandIdx214728
|
|
|
|
|
Node: ConceptIdx230527
|
|
|
|
|
Node: Filter86633
|
|
|
|
|
Node: Writing91188
|
|
|
|
|
Node: SetWrite100152
|
|
|
|
|
Node: Bootable117985
|
|
|
|
|
Node: Jigdo131396
|
|
|
|
|
Node: Charset135642
|
|
|
|
|
Node: Exception138403
|
|
|
|
|
Node: DialogCtl144522
|
|
|
|
|
Node: Inquiry147119
|
|
|
|
|
Node: Navigate151985
|
|
|
|
|
Node: Verify160282
|
|
|
|
|
Node: Restore169248
|
|
|
|
|
Node: Emulation176157
|
|
|
|
|
Node: Scripting185968
|
|
|
|
|
Node: Frontend193128
|
|
|
|
|
Node: Examples194428
|
|
|
|
|
Node: ExDevices195605
|
|
|
|
|
Node: ExCreate196264
|
|
|
|
|
Node: ExDialog197549
|
|
|
|
|
Node: ExGrowing198814
|
|
|
|
|
Node: ExModifying199619
|
|
|
|
|
Node: ExBootable200123
|
|
|
|
|
Node: ExCharset200675
|
|
|
|
|
Node: ExPseudo201496
|
|
|
|
|
Node: ExCdrecord202394
|
|
|
|
|
Node: ExMkisofs202711
|
|
|
|
|
Node: ExGrowisofs204051
|
|
|
|
|
Node: ExException205186
|
|
|
|
|
Node: ExTime205640
|
|
|
|
|
Node: ExIncBackup206099
|
|
|
|
|
Node: ExRestore210090
|
|
|
|
|
Node: ExRecovery211050
|
|
|
|
|
Node: Files211620
|
|
|
|
|
Node: Seealso212919
|
|
|
|
|
Node: Bugreport213642
|
|
|
|
|
Node: Legal214223
|
|
|
|
|
Node: CommandIdx215234
|
|
|
|
|
Node: ConceptIdx231033
|
|
|
|
|
|
|
|
|
|
End Tag Table
|
|
|
|
|