New command -drive_access, new -as cdrecord option --drive_not_exclusive
This commit is contained in:
@ -3,7 +3,7 @@ xorrecord.texi.
|
||||
|
||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||
|
||||
Copyright (C) 2011 - 2018 Thomas Schmitt
|
||||
Copyright (C) 2011 - 2019 Thomas Schmitt
|
||||
|
||||
Permission is granted to distrubute this text freely.
|
||||
INFO-DIR-SECTION Archiving
|
||||
@ -501,6 +501,14 @@ File: xorrecord.info, Node: NonCdrecord, Next: ExDevices, Prev: Verbous, Up:
|
||||
Only if used as first command line argument this option prevents
|
||||
reading and interpretation of startup files. See section FILES
|
||||
below.
|
||||
--drive_not_exclusive
|
||||
This option disables the use of device file locking mechanisms when
|
||||
acquiring the drive. On GNU/Linux the locking is done by
|
||||
open(O_EXCL), on FreeBSD by flock(LOCK_EX).
|
||||
Be aware that it can cause problems if you use a drive which is
|
||||
mounted, or opened by some other process, or guarded by
|
||||
/dev/pktcdvd*. Make sure that other users of the drive do not
|
||||
cause drive activities while a xorrecord burn run is going on.
|
||||
drive_scsi_dev_family=sr|scd|sg|default
|
||||
GNU/Linux specific:
|
||||
By default, cdrskin tries to map Linux drive addresses to /dev/sr*
|
||||
@ -868,7 +876,7 @@ for libburnia-project.org
|
||||
10.2 Copyright
|
||||
==============
|
||||
|
||||
Copyright (c) 2011 - 2018 Thomas Schmitt
|
||||
Copyright (c) 2011 - 2019 Thomas Schmitt
|
||||
Permission is granted to distribute this text freely. It shall only be
|
||||
modified in sync with the technical properties of xorriso. If you make
|
||||
use of the license to derive modified versions of xorriso then you are
|
||||
@ -894,10 +902,11 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* Menu:
|
||||
|
||||
* --devices get list of drives: DriveAddr. (line 8)
|
||||
* --drive_not_exclusive use drive even if busy: NonCdrecord. (line 12)
|
||||
* --grow_overwriteable_iso emulate ISO 9660 multi-session: NonCdrecord.
|
||||
(line 29)
|
||||
(line 37)
|
||||
* --multi_if_possible apply -multi if medium is suitable: NonCdrecord.
|
||||
(line 49)
|
||||
(line 57)
|
||||
* --no_rc do not execute xorriso startup files: NonCdrecord. (line 8)
|
||||
* -atip inquire medium state: Inquire. (line 14)
|
||||
* -checkdrive inquire drive CD capabilities: Inquire. (line 11)
|
||||
@ -910,7 +919,7 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* -inq inquire drive identifiers: Inquire. (line 8)
|
||||
* -isosize obtain track size from ISO 9660 superblock: SetBurn.
|
||||
(line 137)
|
||||
* -modesty_on_drive keep drive buffer hungry: NonCdrecord. (line 73)
|
||||
* -modesty_on_drive keep drive buffer hungry: NonCdrecord. (line 81)
|
||||
* -msinfo retrieve multi-session info: Inquire. (line 43)
|
||||
* -multi keep media appendable after burn run: SetBurn. (line 89)
|
||||
* -nopad disable adding of bytes to end of track: SetBurn. (line 151)
|
||||
@ -926,19 +935,19 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
|
||||
* blank= make media re-usabable or format media: SetBurn. (line 28)
|
||||
* dev= address the drive to be used: DriveAddr. (line 21)
|
||||
* drive_scsi_dev_family= Linux device type to be used: NonCdrecord.
|
||||
(line 12)
|
||||
* dvd_obs= set write transaction payload size: NonCdrecord. (line 66)
|
||||
(line 20)
|
||||
* dvd_obs= set write transaction payload size: NonCdrecord. (line 74)
|
||||
* fs= set program fifo size: SetBurn. (line 174)
|
||||
* minbuf= keep drive buffer hungry: SetBurn. (line 205)
|
||||
* padsize= add bytes to end of track: SetBurn. (line 144)
|
||||
* speed= set write speed: SetBurn. (line 189)
|
||||
* stdio_sync= control stdio buffer: NonCdrecord. (line 125)
|
||||
* stdio_sync= control stdio buffer: NonCdrecord. (line 133)
|
||||
* stream_recording= try to get full speed on DVD-RAM, BD: NonCdrecord.
|
||||
(line 56)
|
||||
(line 64)
|
||||
* tsize= set a fixed track size: SetBurn. (line 126)
|
||||
* use_immed_bit= control use of Immed bit: NonCdrecord. (line 110)
|
||||
* use_immed_bit= control use of Immed bit: NonCdrecord. (line 118)
|
||||
* write_start_address= set block address for write start: NonCdrecord.
|
||||
(line 119)
|
||||
(line 127)
|
||||
|
||||
|
||||
File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
@ -950,25 +959,27 @@ File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Menu:
|
||||
|
||||
* Accessing drive, wait for stdin, -waiti: SetBurn. (line 113)
|
||||
* Blank, format, Immed bit, use_immed_bit=: NonCdrecord. (line 110)
|
||||
* Blank, format, Immed bit, use_immed_bit=: NonCdrecord. (line 118)
|
||||
* Bugs, reporting: Bugreport. (line 6)
|
||||
* Data track, announce, -data: SetBurn. (line 157)
|
||||
* Defect management, control, stream_recording=: NonCdrecord. (line 56)
|
||||
* Defect management, control, stream_recording=: NonCdrecord. (line 64)
|
||||
* Drive, address, dev=: DriveAddr. (line 21)
|
||||
* Drive, get list of, --devices: DriveAddr. (line 8)
|
||||
* Drive, inquire CD capabilities, -checkdrive: Inquire. (line 11)
|
||||
* Drive, inquire identifiers, -inq: Inquire. (line 8)
|
||||
* Drive, Linux device type, drive_scsi_dev_family: NonCdrecord.
|
||||
(line 20)
|
||||
* Drive, use even if busy, --drive_not_exclusive: NonCdrecord.
|
||||
(line 12)
|
||||
* Eject, the tray, -eject: SetBurn. (line 214)
|
||||
* Examples: Examples. (line 6)
|
||||
* Fifo, set size, fs=: SetBurn. (line 174)
|
||||
* Full speed, on DVD-RAM and BD, stream_recording=: NonCdrecord.
|
||||
(line 56)
|
||||
(line 64)
|
||||
* Media types, _definiton: Standards. (line 23)
|
||||
* Media, blank, blank=: SetBurn. (line 28)
|
||||
* Media, format, blank=: SetBurn. (line 28)
|
||||
* Media, keep appendable, --multi_if_possible: NonCdrecord. (line 49)
|
||||
* Media, keep appendable, --multi_if_possible: NonCdrecord. (line 57)
|
||||
* Media, keep appendable, -multi: SetBurn. (line 89)
|
||||
* Media, make re-usable, blank=: SetBurn. (line 28)
|
||||
* medium content, inquire, -toc: Inquire. (line 22)
|
||||
@ -976,7 +987,7 @@ File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* MMC, _definiton: Standards. (line 6)
|
||||
* multi-session info, retrieve, -msinfo: Inquire. (line 43)
|
||||
* Multi-session, emulate ISO 9660, --grow_overwriteable_iso: NonCdrecord.
|
||||
(line 29)
|
||||
(line 37)
|
||||
* Options, overview, -help: Verbous. (line 30)
|
||||
* Overwritable media, _definiton: Standards. (line 30)
|
||||
* Padding, at end of track, padsize=: SetBurn. (line 144)
|
||||
@ -991,21 +1002,21 @@ File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Track size, obtain from ISO 9660, -isosize: SetBurn. (line 137)
|
||||
* Track size, set fixed, tsize=: SetBurn. (line 126)
|
||||
* Track, _definiton: Standards. (line 13)
|
||||
* Transaction size, set, dvd_obs=: NonCdrecord. (line 66)
|
||||
* Transaction size, set, dvd_obs=: NonCdrecord. (line 74)
|
||||
* Tray, eject, -eject: SetBurn. (line 214)
|
||||
* Verbosity, increase, -v: Verbous. (line 16)
|
||||
* Verbosity, SCSI commands, -V: Verbous. (line 20)
|
||||
* Version, report, -version: Verbous. (line 8)
|
||||
* Write simulation , control, -dummy: SetBurn. (line 106)
|
||||
* Write start address, set, write_start_address=: NonCdrecord.
|
||||
(line 119)
|
||||
(line 127)
|
||||
* Write type, SAO/DAO, -dao: SetBurn. (line 172)
|
||||
* Write type, SAO/DAO, -sao: SetBurn. (line 168)
|
||||
* Write type, TAO, -tao: SetBurn. (line 162)
|
||||
* Write, buffer syncing, stdio_sync=: NonCdrecord. (line 125)
|
||||
* Write, buffer syncing, stdio_sync=: NonCdrecord. (line 133)
|
||||
* Write, drive buffer, -immed: SetBurn. (line 208)
|
||||
* Write, drive buffer, minbuf=: SetBurn. (line 205)
|
||||
* Write, drive buffer, modesty_on_drive=: NonCdrecord. (line 73)
|
||||
* Write, drive buffer, modesty_on_drive=: NonCdrecord. (line 81)
|
||||
* xorriso, mkisofs emulation: Xorriso. (line 6)
|
||||
* xorriso, options: Options. (line 6)
|
||||
|
||||
@ -1023,21 +1034,21 @@ Node: Inquire7618
|
||||
Node: SetBurn10487
|
||||
Node: Verbous21115
|
||||
Node: NonCdrecord22665
|
||||
Node: Examples30005
|
||||
Node: ExDevices30666
|
||||
Node: ExMedium30884
|
||||
Node: ExBlank31147
|
||||
Node: ExFormat31368
|
||||
Node: ExDeformat31886
|
||||
Node: ExIsoSingle32153
|
||||
Node: ExIsoMulti32437
|
||||
Node: ExIsoFly34181
|
||||
Node: ExAfio35373
|
||||
Node: Files36371
|
||||
Node: Seealso36927
|
||||
Node: Bugreport37290
|
||||
Node: Legal37881
|
||||
Node: CommandIdx38810
|
||||
Node: ConceptIdx42300
|
||||
Node: Examples30478
|
||||
Node: ExDevices31139
|
||||
Node: ExMedium31357
|
||||
Node: ExBlank31620
|
||||
Node: ExFormat31841
|
||||
Node: ExDeformat32359
|
||||
Node: ExIsoSingle32626
|
||||
Node: ExIsoMulti32910
|
||||
Node: ExIsoFly34654
|
||||
Node: ExAfio35846
|
||||
Node: Files36844
|
||||
Node: Seealso37400
|
||||
Node: Bugreport37763
|
||||
Node: Legal38354
|
||||
Node: CommandIdx39283
|
||||
Node: ConceptIdx42846
|
||||
|
||||
End Tag Table
|
||||
|
Reference in New Issue
Block a user