~ubuntu-branches/ubuntu/precise/libisoburn/precise

« back to all changes in this revision

Viewing changes to xorriso/xorriso.info

  • Committer: Package Import Robot
  • Author(s): George Danchev
  • Date: 2011-10-02 09:37:34 UTC
  • mfrom: (9.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111002093734-auibchjeaecfhofu
Tags: 1.1.6-2
Fix funny typo in xorriso binary package description.
Thanks to Davide Prina (Closes: #643993).

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   xorriso - creates, loads, manipulates and writes ISO 9660 filesystem
9
9
images with Rock Ridge extensions.
10
10
 
11
 
   Copyright (C) 2007 - 2010 Thomas Schmitt
 
11
   Copyright (C) 2007 - 2011 Thomas Schmitt
12
12
 
13
13
     Permission is granted to distrubute this text freely.
14
14
 
15
15
 
16
16
File: xorriso.info,  Node: Top,  Next: Overview,  Up: (dir)
17
17
 
18
 
GNU xorriso 1.1.2
 
18
GNU xorriso 1.1.6
19
19
*****************
20
20
 
21
21
xorriso - creates, loads, manipulates and writes ISO 9660 filesystem
274
274
On OpenSolaris:
275
275
-dev /dev/rdsk/c4t0d0s2
276
276
Get a list of accessible drives by command
277
 
-devices
 
277
-device_links
278
278
It might be necessary to do this as *superuser* in order to see all
279
279
drives and to then allow rw-access for the intended users.  Consider to
280
280
bundle the authorized users in a group like old "floppy".
369
369
if that entry exists. Nevertheless the non-listed group members get
370
370
handled according to entry "group::". When removing ACL from a file,
371
371
`xorriso' brings "group::" into effect.
 
372
Recording and restoring of ACLs from and to local files works currently
 
373
only on GNU/Linux and FreeBSD.
372
374
 
373
 
   *xattr* (aka EA) are pairs of name and value which can be attached
374
 
to file objects. AAIP is able to represent them and `xorriso' allows to
375
 
record and restore pairs which have names out of the user namespace.
376
 
I.e. those which begin with "user.", like "user.x" or "user.whatever".
377
 
Name has to be a 0 terminated string.  Value may be any array of bytes
378
 
which does not exceed the size of 4095 bytes.  xattr processing happens
379
 
only if it is enabled by option *-xattr*.
 
375
   *xattr* (aka EA, or extattr) are pairs of name and value which can
 
376
be attached to file objects. AAIP is able to represent them and
 
377
`xorriso' allows to record and restore pairs which have names out of
 
378
the user namespace. I.e. those which begin with "user.", like "user.x"
 
379
or "user.whatever". Name has to be a 0 terminated string.  Value may be
 
380
any array of bytes which does not exceed the size of 4095 bytes.  xattr
 
381
processing happens only if it is enabled by option *-xattr*.
380
382
As with ACL, currently only `xorriso' is able to retrieve xattr from
381
383
AAIP enhanced images, to restore them to xattr capable file systems, or
382
384
to print them.
 
385
Recording and restoring of xattr from and to local files works currently
 
386
only on GNU/Linux and FreeBSD, where they are known as extattr.
383
387
 
384
388
 
385
389
File: xorriso.info,  Node: Processing,  Next: Dialog,  Prev: Extras,  Up: Top
1572
1576
          prints xattr name-value pairs from any namespace except ACL
1573
1577
          to the result channel. This is mostly for debugging of
1574
1578
          namespace "isofs".
 
1579
    list_extattr mode
 
1580
          prints a script to the result channel, which would use
 
1581
          FreeBSD command setextattr to set the file's xattr name-value
 
1582
          pairs of user namespace.  Parameter mode controls the form of
 
1583
          the output of names and values.  Default mode "e" prints
 
1584
          harmless characters in shell quotation marks, but represents
 
1585
          texts with octal 001 to 037 and 0177 to 0377 by an embedded
 
1586
          echo -e command.  Mode "q" prints any characters in shell
 
1587
          quotation marks. This might not be terminal-safe but should
 
1588
          work in script files.  Mode "r" uses no quotation marks. Not
 
1589
          safe.  Mode "b" prints backslash encoding. Not suitable for
 
1590
          shell parsing.
 
1591
          E.g. -exec list_extattr e -
 
1592
          Option -backslash_codes does not affect the output.
1575
1593
    get_md5
1576
1594
          prints the MD5 sum, if recorded, together with file path.
1577
1595
    check_md5
1832
1850
     reserve space.
1833
1851
 
1834
1852
-list_speeds
1835
 
     Put out a list of speed values as reported by the output drive for
1836
 
     the loaded media. At the end of the list, "Write speed L" and
1837
 
     "Write speed H" are the best guesses for lower and upper speed
1838
 
     limit.
1839
 
     "Write speed l" and "Write speed h" may appear only with CD and
1840
 
     eventually override the list of other speed offers.
 
1853
     Put out a list of speed values as reported by the output drive with
 
1854
     the loaded media. This does not necessarily mean that the media is
 
1855
     writable or that these speeds are actually achievable. Especially
 
1856
     the lists reported with empty drive or with ROM media obviously
 
1857
     advertise speeds for other media.
1841
1858
     It is not mandatory to use speed values out of the listed range.
1842
1859
     The drive is supposed to choose a safe speed that is as near to
1843
1860
     the desired speed as possible.
 
1861
     At the end of the list, "Write speed L" and "Write speed H" are
 
1862
     the best guesses for lower and upper speed limit.  "Write speed l"
 
1863
     and "Write speed h" may appear only with CD and eventually
 
1864
     override the list of other speed offers.
1844
1865
 
1845
1866
-close_damaged "as_needed"|"force"
1846
1867
     Try to close the upcomming track and session if the drive reported
2687
2708
     *superuser* who is able to see all drives.
2688
2709
     Drives which are occupied by other processes get not shown.
2689
2710
 
 
2711
-device_links
 
2712
     Like -devices, but presenting the drives with addresses of
 
2713
     symbolic links which point to the actual device files.
 
2714
     Modern GNU/Linux systems may shuffle drive addresses from boot to
 
2715
     boot.  The udev daemon is supposed to create links which always
 
2716
     point to the same drive, regardless of its system address.  The
 
2717
     command -device_links shows the addresses of such links if they
 
2718
     begin by "/dev/dvd" or "/dev/cd".  Precedence is: "dvdrw", "cdrw",
 
2719
     "dvd", "cdrom", "cd".
 
2720
 
2690
2721
-toc
2691
2722
     Show media specific table of content. This is the media session
2692
2723
     history, not the ISO image directory tree.
2895
2926
          blocks which the found files together will occupy in the
2896
2927
          emerging ISO image.  This does not account for the superblock,
2897
2928
          for the directories in the -findx path, or for image padding.
 
2929
    list_extattr mode
 
2930
          prints a script to the result channel, which would use
 
2931
          FreeBSD command setextattr to set the file's xattr name-value
 
2932
          pairs of user namespace.  See -find for a description of
 
2933
          parameter mode.
 
2934
          E.g. -exec list_extattr e -
2898
2935
 
2899
2936
-compare disk_path iso_rr_path
2900
2937
     Compare attributes and eventual data file content of a fileobject
3008
3045
    what="disc"
3009
3046
          scans the payload range of a media without respecting track
3010
3047
          gaps.
 
3048
    what="image"
 
3049
          similar to "disc", but restricts scanning to the range of the
 
3050
          ISO 9660 image, if present.
3011
3051
    min_lba=limit
3012
3052
          omits all blocks with addresses lower than limit.
3013
3053
    max_lba=limit
3153
3193
     Drives which get acquired while "o_excl_off" will refuse to get
3154
3194
     blanked, formatted, written, or ejected. But be aware that even
3155
3195
     harmless inquiries can spoil ongoing burns of CD-R[W] and DVD-R[W].
 
3196
     Option "strict_acl_off" is default. It tolerates on FreeBSD the
 
3197
     presence of directory "default" ACLs in the ISO image. With
 
3198
     "strict_acl_on" these GNU/Linux ACLs cause on FreeBSD a FAILURE
 
3199
     event during restore with -acl "on".
3156
3200
 
3157
3201
-extract iso_rr_path disk_path
3158
3202
     Copy the file objects at and underneath iso_rr_path to their
3431
3475
-version
3432
3476
     Print program name and version, component versions, license.
3433
3477
 
 
3478
-list_extras code
 
3479
     Tell whether certain extra features were enabled at compile time.
 
3480
     Code "all" lists all features and a headline.  Other codes pick a
 
3481
     single feature.  Code "codes" lists them. They share names with
 
3482
     related commands (see also there):
 
3483
     "acl" tells whether xorriso has an adapter for local filesystems
 
3484
     ACLs.
 
3485
     "xattr" tells whether xorriso has an adapter for local filesystems
 
3486
     EA.
 
3487
     "jigdo" tells whether production of Jigdo files is possible.
 
3488
     "zisofs" tells whether zisofs and built-in gzip filters are
 
3489
     enabled.
 
3490
     "external_filter" tells whether external filter processes are
 
3491
     allowed and whether they are allowed if real user id and effective
 
3492
     user id differ.
 
3493
     "dvd_obs" tells whether 64 kB output to DVD media is default.
 
3494
     "use_readline" tells whether readline may be enabled in dialog
 
3495
     mode.
3434
3496
-history textline
3435
3497
     Copy textline into libreadline history.
3436
3498
 
3621
3683
Solaris use pfexec. Consider to restrict privileges of `xorriso' to
3622
3684
"base,sys_devices" and to give r-permission to user or group.
3623
3685
 
3624
 
$ xorriso -devices
3625
 
0  -dev '/dev/sr0' rwrw-- :  '_NEC    ' 'DVD_RW ND-4570A'
3626
 
1  -dev '/dev/sr1' rwrw-- :  'HL-DT-ST' 'DVDRAM GSA-4082B'
3627
 
2  -dev '/dev/sr2' rwrw-- :  'PHILIPS ' 'SPD3300L'
 
3686
$ xorriso -device_links
 
3687
1  -dev '/dev/cdrom1' rwrw-- :  'TSSTcorp' 'DVD-ROM SH-D162C
 
3688
1  -dev '/dev/cdrw'   rwrw-- :  'TSSTcorp' 'CDDVDW SH-S223B'
 
3689
2  -dev '/dev/cdrw3'  rwrw-- :  'HL-DT-ST' 'BDDVDRW_GGC-H20L'
3628
3690
 
3629
3691
 
3630
3692
File: xorriso.info,  Node: ExCreate,  Next: ExDialog,  Prev: ExDevices,  Up: Examples
4122
4184
MD5 checksums
4123
4185
     md5sum(1)
4124
4186
 
 
4187
On FreeBSD some commands differ:
 
4188
     getextattr(8), setextattr(8), md5(1)
 
4189
 
4125
4190
 
4126
4191
File: xorriso.info,  Node: Bugreport,  Next: Legal,  Prev: Seealso,  Up: Top
4127
4192
 
4178
4243
[index]
4179
4244
* Menu:
4180
4245
 
4181
 
* #   starts a comment line:             Scripting.           (line 140)
 
4246
* #   starts a comment line:             Scripting.           (line 158)
4182
4247
* -abort_on   controls abort on error:   Exception.           (line  27)
4183
4248
* -abstract_file   sets abstract file name: SetWrite.         (line 160)
4184
4249
* -acl   controls handling of ACLs:      Loading.             (line 142)
4192
4257
* -as   emulates mkisofs or cdrecord:    Emulation.           (line  13)
4193
4258
* -assert_volid   rejects undesired images: Loading.          (line  83)
4194
4259
* -auto_charset   learns character set from image: Loading.   (line  97)
4195
 
* -backslash_codes   enables backslash conversion: Scripting. (line  49)
 
4260
* -backslash_codes   enables backslash conversion: Scripting. (line  67)
4196
4261
* -ban_stdio_write   demands real drive: Loading.             (line 246)
4197
4262
* -biblio_file   sets biblio file name:  SetWrite.            (line 167)
4198
4263
* -blank   erases media:                 Writing.             (line  45)
4201
4266
* -cd   sets working directory in ISO:   Navigate.            (line   7)
4202
4267
* -cdx   sets working directory on disk: Navigate.            (line  16)
4203
4268
* -charset   sets input/output character set: Charset.        (line  43)
4204
 
* -check_md5   verifies file checksum:   Verify.              (line 144)
4205
 
* -check_md5_r   verifies file tree checksums: Verify.        (line 160)
 
4269
* -check_md5   verifies file checksum:   Verify.              (line 147)
 
4270
* -check_md5_r   verifies file tree checksums: Verify.        (line 163)
4206
4271
* -check_media   reads media block by block: Verify.          (line  21)
4207
4272
* -check_media_defaults   sets -check_media options: Verify.  (line  40)
4208
4273
* -chgrp   sets group in ISO image:      Manip.               (line  50)
4213
4278
* -chown_r   sets ownership in ISO image: Manip.              (line  47)
4214
4279
* -clone   copies ISO directory tree:    Insert.              (line 171)
4215
4280
* -close   controls media closing:       SetWrite.            (line 262)
4216
 
* -close_damaged   closes damaged track and session: Writing. (line 133)
 
4281
* -close_damaged   closes damaged track and session: Writing. (line 136)
4217
4282
* -close_filter_list   bans filter registration: Filter.      (line  52)
4218
4283
* -commit   writes pending ISO image:    Writing.             (line  13)
4219
4284
* -commit_eject    writes and ejects:    Writing.             (line  40)
4220
 
* -compare   reports ISO/disk differences: Navigate.          (line 140)
4221
 
* -compare_l   reports ISO/disk differences: Navigate.        (line 158)
4222
 
* -compare_r   reports ISO/disk differences: Navigate.        (line 153)
 
4285
* -compare   reports ISO/disk differences: Navigate.          (line 146)
 
4286
* -compare_l   reports ISO/disk differences: Navigate.        (line 164)
 
4287
* -compare_r   reports ISO/disk differences: Navigate.        (line 159)
4223
4288
* -compliance   controls standard compliance: SetWrite.       (line  14)
4224
4289
* -copyright_file   sets copyright file name: SetWrite.       (line 154)
4225
4290
* -cp_clone   copies ISO directory tree: Insert.              (line 183)
4226
 
* -cp_rx   copies file trees to disk:    Restore.             (line 104)
4227
 
* -cpax   copies files to disk:          Restore.             (line 100)
 
4291
* -cp_rx   copies file trees to disk:    Restore.             (line 108)
 
4292
* -cpax   copies files to disk:          Restore.             (line 104)
4228
4293
* -cpr   inserts like with cp -r:        Insert.              (line 152)
4229
 
* -cpx   copies files to disk:           Restore.             (line  88)
 
4294
* -cpx   copies files to disk:           Restore.             (line  92)
4230
4295
* -cut_out   inserts piece of data file: Insert.              (line 126)
4231
4296
* -dev   aquires one drive for input and output: AqDrive.     (line  12)
 
4297
* -device_links   gets list of drives:   Inquiry.             (line  18)
4232
4298
* -devices   gets list of drives:        Inquiry.             (line   7)
4233
4299
* -dialog   enables dialog mode:         DialogCtl.           (line   7)
4234
4300
* -disk_dev_ino   fast incremental backup: Loading.           (line 189)
4244
4310
* -dvd_obs   set write block size:       SetWrite.            (line 238)
4245
4311
* -early_stdio_test   classifies stdio drives: Loading.       (line 251)
4246
4312
* -eject    ejects drive tray:           Writing.             (line  36)
4247
 
* -end   writes pending session and ends program: Scripting.  (line 134)
4248
 
* -errfile_log   logs problematic disk files: Scripting.      (line  96)
 
4313
* -end   writes pending session and ends program: Scripting.  (line 152)
 
4314
* -errfile_log   logs problematic disk files: Scripting.      (line 114)
4249
4315
* -error_behavior   controls error workarounds: Exception.    (line  96)
4250
4316
* -external_filter   registers data filter: Filter.           (line  20)
4251
4317
* -external_filter   unregisters data filter: Filter.         (line  48)
4252
 
* -extract   copies file tree to disk:   Restore.             (line  56)
4253
 
* -extract_cut   copies file piece to disk: Restore.          (line  77)
4254
 
* -extract_l   copies files to disk:     Restore.             (line  72)
4255
 
* -extract_single   copies file to disk: Restore.             (line  68)
 
4318
* -extract   copies file tree to disk:   Restore.             (line  60)
 
4319
* -extract_cut   copies file piece to disk: Restore.          (line  81)
 
4320
* -extract_l   copies files to disk:     Restore.             (line  76)
 
4321
* -extract_single   copies file to disk: Restore.             (line  72)
4256
4322
* -file_size_limit   limits data file size: SetInsert.        (line   7)
4257
4323
* -find   traverses and alters ISO tree: CmdFind.             (line   7)
4258
4324
* -findx   traverses disk tree:          Navigate.            (line 106)
4269
4335
* -hardlinks   controls handling of hard links: Loading.      (line 109)
4270
4336
* -help   prints help text:              Scripting.           (line  20)
4271
4337
* -hide   excludes file names from directory trees: Manip.    (line 171)
4272
 
* -history   brings text into readline history: Scripting.    (line  26)
 
4338
* -history   brings text into readline history: Scripting.    (line  44)
4273
4339
* -in_charset   sets input character set: Loading.            (line  91)
4274
4340
* -indev   aquires a drive for input:    AqDrive.             (line  24)
4275
4341
* -iso_rr_pattern   controls pattern expansion: Manip.        (line  10)
4276
4342
* -jigdo   clears JTE or or adds parameter to JTE: Jigdo.     (line  33)
4277
4343
* -joliet   enables production of Joliet tree: SetWrite.      (line  10)
4278
 
* -list_delimiter   replaces '--':       Scripting.           (line  42)
 
4344
* -list_delimiter   replaces '--':       Scripting.           (line  60)
 
4345
* -list_extras   lists compile time extra features: Scripting.
 
4346
                                                              (line  26)
4279
4347
* -list_formats   lists available formats: Writing.           (line 110)
4280
 
* -list_profiles   lists supported media: Writing.            (line 147)
 
4348
* -list_profiles   lists supported media: Writing.            (line 150)
4281
4349
* -list_speeds   lists available write speeds: Writing.       (line 122)
4282
4350
* -load   addresses a particular session as input: Loading.   (line  11)
4283
4351
* -local_charset   sets terminal character set: Charset.      (line  47)
4296
4364
* -mark   sets synchronizing message:    Frontend.            (line  25)
4297
4365
* -md5   controls handling of MD5 sums:  Loading.             (line 155)
4298
4366
* -mkdir   creates ISO directory:        Insert.              (line 166)
4299
 
* -mount   issues mount command for ISO session: Restore.     (line 122)
4300
 
* -mount_cmd   composes mount command line: Inquiry.          (line  31)
4301
 
* -mount_cmd   controls mount command:   Inquiry.             (line  47)
 
4367
* -mount   issues mount command for ISO session: Restore.     (line 126)
 
4368
* -mount_cmd   composes mount command line: Inquiry.          (line  41)
 
4369
* -mount_cmd   controls mount command:   Inquiry.             (line  57)
4302
4370
* -mv   renames file in ISO image:       Manip.               (line  35)
4303
4371
* -no_rc   disables startup files:       Scripting.           (line   7)
4304
4372
* -not_leaf   sets exclusion pattern:    SetInsert.           (line  62)
4313
4381
* -pacifier   controls pacifier text form: Emulation.         (line 158)
4314
4382
* -padding   sets amount or mode of image padding: SetWrite.  (line 268)
4315
4383
* -page   set terminal geometry:         DialogCtl.           (line  19)
4316
 
* -paste_in   copies file into disk file: Restore.            (line 117)
 
4384
* -paste_in   copies file into disk file: Restore.            (line 121)
4317
4385
* -path_list   inserts paths from disk file: Insert.          (line  75)
4318
4386
* -pathspecs   sets meaning of = with -add: SetInsert.        (line 118)
4319
4387
* -pkt_output   consolidates text output: Frontend.           (line   7)
4320
4388
* -preparer_id   sets preparer id:       SetWrite.            (line 173)
4321
 
* -print   prints result text line:      Scripting.           (line  81)
4322
 
* -print_info   prints message text line: Scripting.          (line  84)
4323
 
* -print_mark   prints synchronizing text line: Scripting.    (line  87)
4324
 
* -print_size   predicts image size:     Inquiry.             (line  69)
 
4389
* -print   prints result text line:      Scripting.           (line  99)
 
4390
* -print_info   prints message text line: Scripting.          (line 102)
 
4391
* -print_mark   prints synchronizing text line: Scripting.    (line 105)
 
4392
* -print_size   predicts image size:     Inquiry.             (line  79)
4325
4393
* -prog   sets program name:             Frontend.            (line  30)
4326
4394
* -prog_help   prints help text:         Frontend.            (line  33)
4327
 
* -prompt   prompts for enter key:       Scripting.           (line  92)
 
4395
* -prompt   prompts for enter key:       Scripting.           (line 110)
4328
4396
* -publisher   sets publisher id:        SetWrite.            (line 113)
4329
 
* -pvd_info   shows image id strings:    Inquiry.             (line  82)
 
4397
* -pvd_info   shows image id strings:    Inquiry.             (line  92)
4330
4398
* -pwd   tells working directory in ISO: Navigate.            (line  20)
4331
4399
* -pwdx   tells working directory on disk: Navigate.          (line  23)
4332
4400
* -quoted_not_list   sets exclusions:    SetInsert.           (line  72)
4340
4408
* -rm_r   deletes trees from ISO image:  Manip.               (line  28)
4341
4409
* -rmdir   deletes ISO directory:        Manip.               (line  32)
4342
4410
* -rollback   discards pending changes:  Writing.             (line   9)
4343
 
* -rollback_end   ends program without writing: Scripting.    (line 137)
 
4411
* -rollback_end   ends program without writing: Scripting.    (line 155)
4344
4412
* -rom_toc_scan   searches for sessions: Loading.             (line 210)
4345
4413
* -scdbackup_tag   enables scdbackup checksum tag: Emulation. (line 168)
4346
 
* -scsi_log   reports SCSI commands:     Scripting.           (line 125)
4347
 
* -session_log   logs written sessions:  Scripting.           (line 116)
4348
 
* -session_string   composes session info line: Inquiry.      (line  56)
 
4414
* -scsi_log   reports SCSI commands:     Scripting.           (line 143)
 
4415
* -session_log   logs written sessions:  Scripting.           (line 134)
 
4416
* -session_string   composes session info line: Inquiry.      (line  66)
4349
4417
* -set_filter   applies filter to file:  Filter.              (line  60)
4350
4418
* -set_filter_r   applies filter to file tree: Filter.        (line  85)
4351
4419
* -setfacl   sets ACL in ISO image:      Manip.               (line  73)
4354
4422
* -setfattr   sets xattr in ISO image:   Manip.               (line 111)
4355
4423
* -setfattr_list   sets xattr in ISO image: Manip.            (line 127)
4356
4424
* -setfattr_r   sets xattr in ISO image: Manip.               (line 124)
4357
 
* -show_stream   shows data source and filters: Navigate.     (line 163)
4358
 
* -show_stream_r   shows data source and filters: Navigate.   (line 177)
 
4425
* -show_stream   shows data source and filters: Navigate.     (line 169)
 
4426
* -show_stream_r   shows data source and filters: Navigate.   (line 183)
4359
4427
* -signal_handling   controls handling of system signals: Exception.
4360
4428
                                                              (line  69)
4361
4429
* -speed   set write speed:              SetWrite.            (line 211)
4362
4430
* -split_size   enables large file splitting: SetInsert.      (line 140)
4363
 
* -status   shows current settings:      Scripting.           (line  29)
4364
 
* -status_history_max   curbs -status history: Scripting.     (line  38)
 
4431
* -status   shows current settings:      Scripting.           (line  47)
 
4432
* -status_history_max   curbs -status history: Scripting.     (line  56)
4365
4433
* -stdio_sync   controls stdio buffer:   SetWrite.            (line 245)
4366
4434
* -stream_recording   controls defect management: SetWrite.   (line 226)
4367
4435
* -system_id   sets system id:           SetWrite.            (line 128)
4368
 
* -tell_media_space   reports free space: Inquiry.            (line  78)
4369
 
* -temp_mem_limit   curbs memory consumption: Scripting.      (line  74)
4370
 
* -toc   shows list of sessions:         Inquiry.             (line  18)
 
4436
* -tell_media_space   reports free space: Inquiry.            (line  88)
 
4437
* -temp_mem_limit   curbs memory consumption: Scripting.      (line  92)
 
4438
* -toc   shows list of sessions:         Inquiry.             (line  28)
4371
4439
* -uid   sets global ownership:          SetWrite.            (line 191)
4372
4440
* -update   inserts path if different:   Insert.              (line  99)
4373
4441
* -update_l   inserts paths if different: Insert.             (line 121)
4414
4482
* Character set, learn from image, -auto_charset: Loading.    (line  97)
4415
4483
* Character Set, of terminal, -local_charset: Charset.        (line  47)
4416
4484
* Closed media, _definition:             Media.               (line  43)
4417
 
* Comment, #:                            Scripting.           (line 140)
 
4485
* Comment, #:                            Scripting.           (line 158)
4418
4486
* Control, signal handling, -signal_handling: Exception.      (line  69)
4419
4487
* Create, new ISO image, _definiton:     Methods.             (line   6)
4420
4488
* Cylinder alignment, _definiton:        Bootable.            (line 167)
4421
4489
* Cylinder size, _definiton:             Bootable.            (line 156)
4422
 
* Damaged track and session, close, -close_damaged: Writing.  (line 133)
 
4490
* Damaged track and session, close, -close_damaged: Writing.  (line 136)
4423
4491
* Delete, from ISO image, -rm:           Manip.               (line  21)
4424
4492
* Delete, from ISO image, -rm_r:         Manip.               (line  28)
4425
4493
* Delete, ISO directory, -rmdir:         Manip.               (line  32)
4426
 
* Dialog, bring text into history, -history: Scripting.       (line  26)
 
4494
* Dialog, bring text into history, -history: Scripting.       (line  44)
4427
4495
* Dialog, confirmation question, -reassure: DialogCtl.        (line  32)
4428
4496
* Dialog, enable dialog mode, -dialog:   DialogCtl.           (line   7)
4429
4497
* Dialog, line editing, -use_readline:   DialogCtl.           (line  28)
4441
4509
* Drive, for input and output, -dev:     AqDrive.             (line  12)
4442
4510
* Drive, for input, -indev:              AqDrive.             (line  24)
4443
4511
* Drive, for output, -outdev:            AqDrive.             (line  31)
 
4512
* Drive, get drive list, -device_links:  Inquiry.             (line  18)
4444
4513
* Drive, get drive list, -devices:       Inquiry.             (line   7)
4445
 
* Drive, list supported media, -list_profiles: Writing.       (line 147)
 
4514
* Drive, list supported media, -list_profiles: Writing.       (line 150)
4446
4515
* Drive, reduce activity, -calm_drive:   Loading.             (line 235)
4447
 
* Drive, report SCSI commands, -scsi_log: Scripting.          (line 125)
 
4516
* Drive, report SCSI commands, -scsi_log: Scripting.          (line 143)
4448
4517
* Drive, write and eject, -commit_eject: Writing.             (line  40)
 
4518
* EA, _definiton:                        Extras.              (line  54)
4449
4519
* El Torito, _definiton:                 Extras.              (line  19)
4450
4520
* Emulation, -as:                        Emulation.           (line  13)
4451
4521
* Emulation, .mkisofsrc, -read_mkisofsrc: Emulation.          (line 146)
4453
4523
* Emulation, mkisofs, -as:               Emulation.           (line  16)
4454
4524
* Emulation, pacifier form, -pacifier:   Emulation.           (line 158)
4455
4525
* Examples:                              Examples.            (line   6)
 
4526
* extattr, _definiton:                   Extras.              (line  54)
4456
4527
* Filter, _definition:                   Filter.              (line   6)
4457
4528
* Filter, apply to file tree, -set_filter_r: Filter.          (line  85)
4458
4529
* Filter, apply to file, -set_filter:    Filter.              (line  60)
4459
4530
* Filter, ban registration, -close_filter_list: Filter.       (line  52)
4460
4531
* Filter, register, -external_filter:    Filter.              (line  20)
4461
 
* Filter, show chain, -show_stream:      Navigate.            (line 163)
4462
 
* Filter, show chains of tree, -show_stream_r: Navigate.      (line 177)
 
4532
* Filter, show chain, -show_stream:      Navigate.            (line 169)
 
4533
* Filter, show chains of tree, -show_stream_r: Navigate.      (line 183)
4463
4534
* Filter, unregister, -unregister_filter: Filter.             (line  48)
4464
4535
* Filter, zisofs parameters, -zisofs:    SetWrite.            (line 199)
4465
4536
* Group, global in ISO image, -gid:      SetWrite.            (line 195)
4481
4552
* Image, set volume id, -volid:          SetWrite.            (line  89)
4482
4553
* Image, set volume set id, -volset_id:  SetWrite.            (line 108)
4483
4554
* Image, set volume timestamp, -volume_date: SetWrite.        (line 135)
4484
 
* Image, show id strings, -pvd_info:     Inquiry.             (line  82)
 
4555
* Image, show id strings, -pvd_info:     Inquiry.             (line  92)
4485
4556
* Insert, enable overwriting, -overwrite: SetInsert.          (line 127)
4486
4557
* Insert, file exclusion absolute, -not_paths: SetInsert.     (line  55)
4487
4558
* Insert, file exclusion from file, -not_list: SetInsert.     (line  67)
4555
4626
* Process, control exit value, -return_with: Exception.       (line  39)
4556
4627
* Process, control verbosity, -report_about: Exception.       (line  55)
4557
4628
* Process, disable startup files, -no_rc: Scripting.          (line   7)
4558
 
* Process, end program and write, -end:  Scripting.           (line 134)
4559
 
* Process, end program, no writing, -rollback_end: Scripting. (line 137)
 
4629
* Process, end program and write, -end:  Scripting.           (line 152)
 
4630
* Process, end program, no writing, -rollback_end: Scripting. (line 155)
4560
4631
* Process, error workarounds, -error_behavior: Exception.     (line  96)
4561
4632
* Process, log output channels to file, -logfile: Frontend.   (line  20)
4562
4633
* Process, read command file, -options_from_file: Scripting.  (line  12)
4563
4634
* Process, set synchronizing message, -mark: Frontend.        (line  25)
4564
 
* Program, backslash conversion, -backslash_codes: Scripting. (line  49)
4565
 
* Program, curb memory, -temp_mem_limit: Scripting.           (line  74)
4566
 
* Program, end and write, -end:          Scripting.           (line 134)
4567
 
* Program, end without writing, -rollback_end: Scripting.     (line 137)
 
4635
* Program, backslash conversion, -backslash_codes: Scripting. (line  67)
 
4636
* Program, curb memory, -temp_mem_limit: Scripting.           (line  92)
 
4637
* Program, end and write, -end:          Scripting.           (line 152)
 
4638
* Program, end without writing, -rollback_end: Scripting.     (line 155)
 
4639
* Program, list extra features, -list_extras: Scripting.      (line  26)
4568
4640
* Program, print help text, -help:       Scripting.           (line  20)
4569
4641
* Program, print help text, -prog_help:  Frontend.            (line  33)
4570
 
* Program, print message text line, -print_info: Scripting.   (line  84)
4571
 
* Program, print result text line, -print: Scripting.         (line  81)
 
4642
* Program, print message text line, -print_info: Scripting.   (line 102)
 
4643
* Program, print result text line, -print: Scripting.         (line  99)
4572
4644
* Program, print synchronizing text line, -print_mark: Scripting.
4573
 
                                                              (line  87)
 
4645
                                                              (line 105)
4574
4646
* Program, print version, -version:      Scripting.           (line  23)
4575
 
* Program, prompt for enter key, -prompt: Scripting.          (line  92)
4576
 
* Program, replace --, -list_delimiter:  Scripting.           (line  42)
 
4647
* Program, prompt for enter key, -prompt: Scripting.          (line 110)
 
4648
* Program, replace --, -list_delimiter:  Scripting.           (line  60)
4577
4649
* Program, set name, -prog:              Frontend.            (line  30)
4578
 
* Program, show current settings, -status: Scripting.         (line  29)
4579
 
* Program, status history, -status_history_max: Scripting.    (line  38)
 
4650
* Program, show current settings, -status: Scripting.         (line  47)
 
4651
* Program, status history, -status_history_max: Scripting.    (line  56)
4580
4652
* Quoted input, _definiton:              Processing.          (line  42)
4581
4653
* Recovery, retrieve blocks, -check_media: Verify.            (line  21)
4582
4654
* Rename, in ISO image, -mv:             Manip.               (line  35)
4583
 
* Restore, copy file into disk file, -paste_in: Restore.      (line 117)
4584
 
* Restore, copy file piece to disk, -extract_cut: Restore.    (line  77)
4585
 
* Restore, copy file to disk, -extract_single: Restore.       (line  68)
4586
 
* Restore, copy file tree to disk, -extract: Restore.         (line  56)
4587
 
* Restore, copy file trees to disk, -cp_rx: Restore.          (line 104)
4588
 
* Restore, copy files to disk, -cpax:    Restore.             (line 100)
4589
 
* Restore, copy files to disk, -cpx:     Restore.             (line  88)
4590
 
* Restore, copy files to disk, -extract_l: Restore.           (line  72)
 
4655
* Restore, copy file into disk file, -paste_in: Restore.      (line 121)
 
4656
* Restore, copy file piece to disk, -extract_cut: Restore.    (line  81)
 
4657
* Restore, copy file to disk, -extract_single: Restore.       (line  72)
 
4658
* Restore, copy file tree to disk, -extract: Restore.         (line  60)
 
4659
* Restore, copy file trees to disk, -cp_rx: Restore.          (line 108)
 
4660
* Restore, copy files to disk, -cpax:    Restore.             (line 104)
 
4661
* Restore, copy files to disk, -cpx:     Restore.             (line  92)
 
4662
* Restore, copy files to disk, -extract_l: Restore.           (line  76)
4591
4663
* Restore, enable ISO-to-disk, -osirrox: Restore.             (line  18)
4592
4664
* Rock Ridge, _definiton:                Extras.              (line   6)
4593
4665
* Session, _definition:                  Model.               (line   6)
4594
4666
* Session, altered start address, -displacement: Loading.     (line  35)
4595
 
* Session, info string, -session_string: Inquiry.             (line  56)
4596
 
* Session, issue mount command, -mount:  Restore.             (line 122)
4597
 
* Session, log when written, -session_log: Scripting.         (line 116)
4598
 
* Session, mount command line, -mount_cmd: Inquiry.           (line  31)
4599
 
* Session, mount parameters, -mount_opts: Inquiry.            (line  47)
 
4667
* Session, info string, -session_string: Inquiry.             (line  66)
 
4668
* Session, issue mount command, -mount:  Restore.             (line 126)
 
4669
* Session, log when written, -session_log: Scripting.         (line 134)
 
4670
* Session, mount command line, -mount_cmd: Inquiry.           (line  41)
 
4671
* Session, mount parameters, -mount_opts: Inquiry.            (line  57)
4600
4672
* Session, select as input, -load:       Loading.             (line  11)
4601
4673
* SUN Disk Label, production:            Bootable.            (line 187)
4602
4674
* SUN SPARC boot images, activation:     Bootable.            (line 220)
4603
4675
* System area, _definiton:               Bootable.            (line 121)
4604
4676
* Table-of-content, search sessions, -rom_toc_scan: Loading.  (line 210)
4605
 
* Table-of-content, show, -toc:          Inquiry.             (line  18)
 
4677
* Table-of-content, show, -toc:          Inquiry.             (line  28)
4606
4678
* Timestamps, set in ISO image, -alter_date: Manip.           (line 147)
4607
4679
* Timestamps, set in ISO image, -alter_date_r: Manip.         (line 167)
4608
4680
* Tree, disk, traverse, -findx:          Navigate.            (line 106)
4609
4681
* Tree, ISO, traverse and alter, -find:  CmdFind.             (line   7)
4610
4682
* Verify, check blocks, -check_media:    Verify.              (line  21)
4611
 
* Verify, compare ISO and disk file, -compare: Navigate.      (line 140)
4612
 
* Verify, compare ISO and disk tree, -compare_r: Navigate.    (line 153)
4613
 
* Verify, compare ISO and disk, -compare_l: Navigate.         (line 158)
4614
 
* Verify, file checksum, -check_md5:     Verify.              (line 144)
4615
 
* Verify, file tree checksums, -check_md5_r: Verify.          (line 160)
 
4683
* Verify, compare ISO and disk file, -compare: Navigate.      (line 146)
 
4684
* Verify, compare ISO and disk tree, -compare_r: Navigate.    (line 159)
 
4685
* Verify, compare ISO and disk, -compare_l: Navigate.         (line 164)
 
4686
* Verify, file checksum, -check_md5:     Verify.              (line 147)
 
4687
* Verify, file tree checksums, -check_md5_r: Verify.          (line 163)
4616
4688
* Verify, preset -check_media, -check_media_defaults: Verify. (line  40)
4617
4689
* Write, block size, -dvd_obs:           SetWrite.            (line 238)
4618
4690
* Write, bootability, -boot_image:       Bootable.            (line  26)
4622
4694
* Write, defect management, -stream_recording: SetWrite.      (line 226)
4623
4695
* Write, enable Joliet, -joliet:         SetWrite.            (line  10)
4624
4696
* Write, fifo size, -fs:                 SetWrite.            (line 255)
4625
 
* Write, free space, -tell_media_space:  Inquiry.             (line  78)
4626
 
* Write, log problematic disk files, -errfile_log: Scripting. (line  96)
4627
 
* Write, log written sessions, -session_log: Scripting.       (line 116)
 
4697
* Write, free space, -tell_media_space:  Inquiry.             (line  88)
 
4698
* Write, log problematic disk files, -errfile_log: Scripting. (line 114)
 
4699
* Write, log written sessions, -session_log: Scripting.       (line 134)
4628
4700
* Write, padding image, -padding:        SetWrite.            (line 268)
4629
4701
* Write, pending ISO image, -commit:     Writing.             (line  13)
4630
 
* Write, predict image size, -print_size: Inquiry.            (line  69)
 
4702
* Write, predict image size, -print_size: Inquiry.            (line  79)
4631
4703
* Write, set speed, -speed:              SetWrite.            (line 211)
4632
4704
* Write, simulation, -dummy:             SetWrite.            (line 251)
4633
 
* xattr, _definiton:                     Extras.              (line  52)
 
4705
* xattr, _definiton:                     Extras.              (line  54)
4634
4706
* xattr, control handling, -xattr:       Loading.             (line 150)
4635
4707
* xattr, set in ISO image, -setfattr:    Manip.               (line 111)
4636
4708
* xattr, set in ISO image, -setfattr_list: Manip.             (line 127)
4647
4719
Node: Media6148
4648
4720
Node: Methods8814
4649
4721
Node: Drives11363
4650
 
Node: Extras14671
4651
 
Node: Processing18136
4652
 
Node: Dialog21606
4653
 
Node: Options23269
4654
 
Node: AqDrive24877
4655
 
Node: Loading27914
4656
 
Node: Insert42181
4657
 
Node: SetInsert51886
4658
 
Node: Manip60454
4659
 
Node: CmdFind69181
4660
 
Node: Filter80443
4661
 
Node: Writing84781
4662
 
Node: SetWrite92544
4663
 
Node: Bootable106590
4664
 
Node: Jigdo119808
4665
 
Node: Charset124054
4666
 
Node: Exception126813
4667
 
Node: DialogCtl132926
4668
 
Node: Inquiry135513
4669
 
Node: Navigate139841
4670
 
Node: Verify147809
4671
 
Node: Restore156347
4672
 
Node: Emulation163007
4673
 
Node: Scripting172810
4674
 
Node: Frontend178938
4675
 
Node: Examples180237
4676
 
Node: ExDevices181408
4677
 
Node: ExCreate182046
4678
 
Node: ExDialog183320
4679
 
Node: ExGrowing184582
4680
 
Node: ExModifying185384
4681
 
Node: ExBootable185885
4682
 
Node: ExCharset186434
4683
 
Node: ExPseudo187254
4684
 
Node: ExCdrecord188152
4685
 
Node: ExMkisofs188467
4686
 
Node: ExGrowisofs189805
4687
 
Node: ExException190940
4688
 
Node: ExTime191394
4689
 
Node: ExIncBackup191853
4690
 
Node: ExRestore195777
4691
 
Node: ExRecovery196735
4692
 
Node: Files197303
4693
 
Node: Seealso198601
4694
 
Node: Bugreport199189
4695
 
Node: Legal199770
4696
 
Node: CommandIdx200700
4697
 
Node: ConceptIdx215514
 
4722
Node: Extras14676
 
4723
Node: Processing18393
 
4724
Node: Dialog21863
 
4725
Node: Options23526
 
4726
Node: AqDrive25134
 
4727
Node: Loading28171
 
4728
Node: Insert42438
 
4729
Node: SetInsert52143
 
4730
Node: Manip60711
 
4731
Node: CmdFind69438
 
4732
Node: Filter81543
 
4733
Node: Writing85881
 
4734
Node: SetWrite93874
 
4735
Node: Bootable107920
 
4736
Node: Jigdo121138
 
4737
Node: Charset125384
 
4738
Node: Exception128143
 
4739
Node: DialogCtl134256
 
4740
Node: Inquiry136843
 
4741
Node: Navigate141687
 
4742
Node: Verify149945
 
4743
Node: Restore158610
 
4744
Node: Emulation165515
 
4745
Node: Scripting175318
 
4746
Node: Frontend182328
 
4747
Node: Examples183627
 
4748
Node: ExDevices184798
 
4749
Node: ExCreate185457
 
4750
Node: ExDialog186731
 
4751
Node: ExGrowing187993
 
4752
Node: ExModifying188795
 
4753
Node: ExBootable189296
 
4754
Node: ExCharset189845
 
4755
Node: ExPseudo190665
 
4756
Node: ExCdrecord191563
 
4757
Node: ExMkisofs191878
 
4758
Node: ExGrowisofs193216
 
4759
Node: ExException194351
 
4760
Node: ExTime194805
 
4761
Node: ExIncBackup195264
 
4762
Node: ExRestore199188
 
4763
Node: ExRecovery200146
 
4764
Node: Files200714
 
4765
Node: Seealso202012
 
4766
Node: Bugreport202676
 
4767
Node: Legal203257
 
4768
Node: CommandIdx204187
 
4769
Node: ConceptIdx219210
4698
4770
 
4699
4771
End Tag Table