From 82a994cf92fd00508f37a5687f52645bdd769f26 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 10 Sep 2013 07:17:27 +0000 Subject: [PATCH] Removed false promise from web page example about -osirrox --- xorriso/xorriso_eng.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index c766bd21..fdd9cd32 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -475,24 +475,22 @@ One may switch from mkisofs emulation to xorriso's own command mode:
If for any reason the reading operating system mishandles the ISO image or some files in it, one may enable reverse operation of xorriso and copy files or trees to disk: +
$ xorriso -acl on -xattr on \
   -indev /dev/sr0 \
   -osirrox on \
   -cpx '/pictures/private/horses*/*buttercup*' \
       /home/her/buttercup_dir -- \ -
   -extract /sounds /home/her/sounds_from_me
-
Each copy command processes its files sorted by block address -in the ISO image in order to reduce head moves with optical media. -This can bring effective read performance near to the raw media reading speed. -
+
   -extract /sounds /home/her/sounds_from_me
Consider to enter dialog mode and use commands like -cd , -du , -lsl , -find. +
+

-
Get overview of the options:
$ xorriso -help