New command -drive_access, new -as cdrecord option --drive_not_exclusive
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" 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)
|
||||
.TH XORRECORD 1 "Version 1.5.1, Nov 11, 2018"
|
||||
.TH XORRECORD 1 "Version 1.5.1, Sep 04, 2019"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -531,6 +531,16 @@ Afterwards end emulation without performing any drive operation.
|
||||
Only if used as first command line argument this option
|
||||
prevents reading and interpretation of startup files. See section FILES below.
|
||||
.TP
|
||||
\fB--drive_not_exclusive\fR
|
||||
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).
|
||||
.br
|
||||
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.
|
||||
.TP
|
||||
\fBdrive_scsi_dev_family=sr|scd|sg|default\fR
|
||||
GNU/Linux specific:
|
||||
.br
|
||||
@ -870,7 +880,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
||||
.br
|
||||
for libburnia\-project.org
|
||||
.SH COPYRIGHT
|
||||
Copyright (c) 2011 \- 2018 Thomas Schmitt
|
||||
Copyright (c) 2011 \- 2019 Thomas Schmitt
|
||||
.br
|
||||
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
|
||||
|
Reference in New Issue
Block a user