diff --git a/xorriso/xorriso.1 b/xorriso/xorriso.1 index 4e5a4b46..8d5eb7cd 100644 --- a/xorriso/xorriso.1 +++ b/xorriso/xorriso.1 @@ -2206,7 +2206,7 @@ Manipulating an existing ISO image on the same media .br Copy modified ISO image from one media to another .br -Write a ISO image into a pipe +Operate on storage facilities other than optical drives .br Perform multi-session runs as of cdrtools traditions .br @@ -2358,7 +2358,17 @@ first and only session to the output drive. .br -commit -eject all .SS -.B Write a ISO image into a pipe +.B Operate on storage facilities other than optical drives +Full read-write operation is possible with regular files and block devices: +.br +\fB$\fR xorriso -dev stdio:/tmp/regular_file ... +.br +Other writeable file types are supported write-only: +.br +\fB$\fR xorriso -outdev stdio:/tmp/named_pipe ... +.br +Among the write-only drives is standard output: +.br \fB$\fR xorriso -outdev - \\ .br ... diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 4acf1a6f..b885ecd7 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -141,6 +141,11 @@ Adjustable thresholds for abort, exit value, and problem reporting.
Get an overview of drives and their addresses
# xorriso -devices
+
...
+
0 -dev '/dev/sr0' rwrw-- : 'TSSTcorp' 'CDDVDW SH-S203B'
+
1 -dev '/dev/scd1' rwrw-- : 'PHILIPS ' 'SPD3300L'
+
2 -dev '/dev/hda' rwrw-- : 'HL-DT-ST' 'DVD-ROM GDR8162B'
+
...
Being superuser avoids permission problems with /dev/srN resp. /dev/hdX .
Ordinary users should then get granted rw access to the /dev files @@ -273,6 +278,15 @@ with ".o" or ".swp" which are excluded by options -not_leaf.

+
ISO images may not only be stored on optical media but also in +regular disk files or block devices for full multi-session operation. +The prefix "stdio:" indicates that normal file operations are +desired rather than MMC drive commands: +
+
$ xorriso -dev stdio:/tmp/regular_file ...other.options...
+ +
Other file types are suitable only for writing but not for reading:
+
$ xorriso -outdev stdio:/tmp/named_pipe ...other.options...
In batch mode it is possible to operate xorriso in a pipeline with an external consumer of the generated ISO image. Any message