New option -mount_opts

This commit is contained in:
2009-10-10 14:22:50 +00:00
parent 13746bfc58
commit 0e3dafe5e4
7 changed files with 77 additions and 9 deletions

View File

@ -290,6 +290,14 @@ struct XorrisO { /* the global context of xorriso */
tree traversal. Better read performance,
no directory mtime restore, needs do_auto_chmod
*/
int mount_opts_flag; /* bit0= "shared" = not "exclusive"
Try to emit non-exclusive mount command.
Do not give up drives.
Linux: use loop device even on block devices
in order to circumvent the ban to mount a
device twice (with different sbsector=)
FreeBSD: ?
*/
int dialog; /* 0=off , 1=single-line , 2=multi-line */