New option -mount_opts
This commit is contained in:
@ -2,7 +2,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 XORRISO 1 "Oct 07, 2009"
|
||||
.TH XORRISO 1 "Oct 10, 2009"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2374,6 +2374,14 @@ path will be used as mount point and must already exist as a directory.
|
||||
The command gets printed to the result channel. See option -mount
|
||||
for direct execution of this command.
|
||||
.TP
|
||||
\fB\-mount_opts\fR option[:option...]
|
||||
Set options which influence -mount and -mount_cmd. Currently there is only
|
||||
option "exclusive" which is default and its counterpart "shared". The latter
|
||||
causes xorriso not to give up the affected drive with command -mount. On Linux
|
||||
it adds mount option "loop" which may allow to mount several sessions of
|
||||
the same block device at the same time. One should not write to a mounted
|
||||
optical media, of course. Take care to umount all sessions before ejecting.
|
||||
.TP
|
||||
\fB\-session_string\fR drive entity id format
|
||||
Print to the result channel a text which gets composed according to
|
||||
format and the parameters of the addressed session.
|
||||
|
Reference in New Issue
Block a user