|
|
|
@ -19,7 +19,7 @@
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<H2>Purpose:</H2>
|
|
|
|
|
xorriso maps file objects from POSIX compliant filesystems
|
|
|
|
|
xorriso copies file objects from POSIX compliant filesystems
|
|
|
|
|
into Rock Ridge enhanced ISO 9660 filesystems and allows
|
|
|
|
|
session-wise manipulation of such filesystems. It can load the management
|
|
|
|
|
information of existing ISO images and it writes the session results to
|
|
|
|
@ -60,15 +60,15 @@ and to MMC-5 for DVD or BD).
|
|
|
|
|
GPL software included:<BR>
|
|
|
|
|
</H2>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT>libburn-0.5.3</DT>
|
|
|
|
|
<DT>libburn-0.5.5</DT>
|
|
|
|
|
<DD>reads and writes data from and to CD, DVD, BD-RE.</DD>
|
|
|
|
|
<DD>(founded by Derek Foreman and Ben Jansens,
|
|
|
|
|
developed and maintained since August 2006 by
|
|
|
|
|
Thomas Schmitt from team of libburnia-project.org)</DD>
|
|
|
|
|
<DT>libisofs-0.6.8</DT>
|
|
|
|
|
<DT>libisofs-0.6.10</DT>
|
|
|
|
|
<DD>operates on ISO 9660 filesystem images.</DD>
|
|
|
|
|
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
|
|
|
|
|
<DT>libisoburn-0.2.6</DT>
|
|
|
|
|
<DT>libisoburn-0.2.8</DT>
|
|
|
|
|
<DD>coordinates libburn and libisofs, emulates multi-session where needed.</DD>
|
|
|
|
|
<DD>(By Vreixo Formoso and Thomas Schmitt
|
|
|
|
|
from team of libburnia-project.org)</DD>
|
|
|
|
@ -107,13 +107,9 @@ Updates ISO subtrees incrementally to match given disk subtrees.
|
|
|
|
|
Writes result as completely new image or as add-on session
|
|
|
|
|
to optical media or filesystem objects.
|
|
|
|
|
</LI>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
<LI>
|
|
|
|
|
Can activate ISOLINUX boot images via El Torito.
|
|
|
|
|
Can activate ISOLINUX boot images by El Torito boot record.
|
|
|
|
|
</LI>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<LI>
|
|
|
|
|
Can perform multi-session tasks as emulation of mkisofs and cdrecord.
|
|
|
|
|
</LI>
|
|
|
|
@ -136,9 +132,6 @@ Reads its instructions from command line arguments, dialog, and batch files.
|
|
|
|
|
<LI>
|
|
|
|
|
Provides navigation commands for interactive ISO image manipulation.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Adjustable thresholds for abort, exit value, and problem reporting.
|
|
|
|
|
</LI>
|
|
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
</P>
|
|
|
|
@ -181,7 +174,7 @@ eventually prepare yet unused BD-RE:</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -dev /dev/sr0 -add /home/me/sounds /home/me/pictures
|
|
|
|
|
</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>Check the result:</DT>
|
|
|
|
|
<DT>Have a look at the result:</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
@ -285,6 +278,20 @@ with ".o" or ".swp" which are excluded by options -not_leaf.
|
|
|
|
|
<DT>
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
|
After the user has already created a suitable file tree on disk
|
|
|
|
|
and copied the ISOLINUX files into subdirectory ./boot/isolinux of
|
|
|
|
|
that tree, xorriso can burn an El Torito bootable media:
|
|
|
|
|
</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed \</KBD></DD>
|
|
|
|
|
<DD><KBD> -map /home/me/ISOLINUX_prepared_tree / \</KBD></DD>
|
|
|
|
|
<DD><KBD> -boot_image isolinux dir=/boot/isolinux</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
|
|
|
|
|
|
<DT>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
|
|
|
|
@ -322,14 +329,17 @@ One may switch from mkisofs emulation to xorriso's own command mode:
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
|
|
|
|
|
|
<DT>Enable reverse operation of xorriso and copy some files and a tree to disk:
|
|
|
|
|
<DT>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:
|
|
|
|
|
<DD>$<KBD> xorriso -indev /dev/sr0 \</KBD></DD>
|
|
|
|
|
<DD><KBD> -osirrox on \</KBD></DD>
|
|
|
|
|
<DD><KBD> -cpx /pictures/private/horses*/*buttercup* \</KBD></DD>
|
|
|
|
|
<DD><KBD> -cpx '/pictures/private/horses*/*buttercup*' \</KBD></DD>
|
|
|
|
|
<DD><KBD> /home/her/buttercup_dir -- \</KBD>
|
|
|
|
|
<DD><KBD> -extract /sounds /home/her/sounds_from_me</KBD></DD>
|
|
|
|
|
</DD>
|
|
|
|
|
|
|
|
|
|
<DT>Consider to enter dialog mode and use commands like
|
|
|
|
|
<KBD>-cd , -du , -lsl , -find<KBD>.
|
|
|
|
|
<DT>
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
@ -353,7 +363,7 @@ are interested in using BD-R media.
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Download as source code (see README):</H3></DT>
|
|
|
|
|
<DD><A HREF="xorriso-0.2.6.pl01.tar.gz">xorriso-0.2.6.pl01.tar.gz</A>
|
|
|
|
|
<DD><A HREF="xorriso-0.2.8.pl00.tar.gz">xorriso-0.2.8.pl00.tar.gz</A>
|
|
|
|
|
(1050 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
</DL>
|
|
|
|
@ -383,32 +393,22 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|
|
|
|
Bug fixes towards xorriso-0.2.6.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>A potential buffer overflow has been fixed</LI>
|
|
|
|
|
</UL>
|
|
|
|
|
</P>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Bug fixes towards xorriso-0.2.4.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
|
|
|
|
|
<LI>-format full did not re-format already formatted DVD+RW</LI>
|
|
|
|
|
|
|
|
|
|
<LI>-follow "link" attributed random target filenames to looping links</LI>
|
|
|
|
|
<LI>-as mkisofs -iso-level was accused to be an unknown option</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none -</LI>
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
</P>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Enhancements towards previous stable version xorriso-0.2.4.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
|
|
|
|
|
<LI>Capability to insert and extract files far larger than 4 GB</LI>
|
|
|
|
|
<LI>New option -file_size_limit, -as mkisofs now supports -iso-level 1 to 3
|
|
|
|
|
<LI>Ability to write and maintain bootable ISO images based on ISOLINUX</LI>
|
|
|
|
|
<LI>New ./configure option --disable-libreadline to make binary more portable
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>New option -extract_cut to retrieve data from oversized files</LI>
|
|
|
|
|
<LI>New option -check_media_defaults</LI>
|
|
|
|
|
<LI>New -error_behavior "file_extraction" behavior "best_effort"</LI>
|
|
|
|
|
<LI>New option -list_delimiter</LI>
|
|
|
|
|
|
|
|
|
|
</UL>
|
|
|
|
|
</P>
|
|
|
|
@ -417,28 +417,25 @@ Enhancements towards previous stable version xorriso-0.2.4.pl00:
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Development snapshot, version 0.2.7 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-0.2.6.pl00:
|
|
|
|
|
<DT><H3>Development snapshot, version 0.2.9 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-0.2.8.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>A potential buffer overflow has been fixed</LI>
|
|
|
|
|
<LI>-as mkisofs -iso-level was accused to be an unknown option</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>Enhancements towards stable version 0.2.6.pl00:
|
|
|
|
|
<DD>Enhancements towards stable version 0.2.8.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>Ability to write and maintain bootable ISO images based on ISOLINUX</LI>
|
|
|
|
|
<!--
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 0.2.7</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso_0.2.7 -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.7)</A></DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 0.2.9</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso_0.2.9 -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.2.9)</A></DD>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DT>If you want to distribute development versions of xorriso, then use
|
|
|
|
|
this tarball which produces static linking between xorriso and the
|
|
|
|
@ -448,7 +445,7 @@ libburnia libraries.
|
|
|
|
|
installation see README)
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>
|
|
|
|
|
<A HREF="xorriso-0.2.7.tar.gz">xorriso-0.2.7.tar.gz</A>
|
|
|
|
|
<A HREF="xorriso-0.2.9.tar.gz">xorriso-0.2.9.tar.gz</A>
|
|
|
|
|
(1050 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
<DT>A dynamically linked development version of xorriso can be obtained
|
|
|
|
|