|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
<HEAD>
|
|
|
|
|
<META NAME="description" CONTENT="xorriso, creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions">
|
|
|
|
|
<META NAME="keywords" CONTENT="xorriso, libburn, libburnia, burn, CD, DVD, ISO, ISO 9660, RockRidge, Rock Ridge, linux, recording, burning, CD-R, CD-RW, DVD-R, DVD-RW, DVD+RW, DVD+R, DVD+R/DL, scdbackup">
|
|
|
|
|
<META NAME="keywords" CONTENT="xorriso, libburn, libburnia, burn, CD, DVD, ISO, ISO 9660, RockRidge, Rock Ridge, linux, recording, burning, CD-R, CD-RW, DVD-R, DVD-RW, DVD+RW, DVD+R, DVD+R DL, scdbackup">
|
|
|
|
|
<META NAME="robots" CONTENT="follow">
|
|
|
|
|
<TITLE>xorriso homepage english</TITLE>
|
|
|
|
|
</HEAD>
|
|
|
|
@ -58,14 +58,14 @@ and to MMC-5 for DVD).
|
|
|
|
|
GPL software included:<BR>
|
|
|
|
|
</H2>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT>libburn-0.4.5</DT>
|
|
|
|
|
<DT>libburn-0.4.9</DT>
|
|
|
|
|
<DD>reads and writes data from and to CD and DVD.</DD>
|
|
|
|
|
<DD>(founded by Derek Foreman and Ben Jansens,
|
|
|
|
|
furthered since August 2006 by team of libburnia-project.org)</DD>
|
|
|
|
|
<DT>libisofs-0.6.4</DT>
|
|
|
|
|
<DD>operates ISO 9660 images.</DD>
|
|
|
|
|
<DD>(By Vreixo Formoso and Mario Danic from team of libburnia-project.org)</DD>
|
|
|
|
|
<DT>libisoburn-0.1.4</DT>
|
|
|
|
|
<DT>libisoburn-0.1.6</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>
|
|
|
|
@ -115,7 +115,8 @@ to overwriteable media, to regular files, and to block devices.
|
|
|
|
|
Scans for optical drives, blanks re-useable optical media.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Suitable for: CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R/DL, DVD+RW, DVD-RAM.
|
|
|
|
|
Suitable for:
|
|
|
|
|
CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, BD-RE.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
Reads its instructions from command line arguments, dialog, and batch files.
|
|
|
|
@ -151,8 +152,9 @@ may accept pathspecs of form target=source as known from program mkisofs.</DT>
|
|
|
|
|
<DT>Get info about a particular drive and loaded media:</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -indev /dev/sr0 -du / -- -toc 2>&1 | less</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>Make re-usable media writable again, delete any ISO 9660 image:</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank fast -eject all</KBD></DD>
|
|
|
|
|
<DT>Make re-usable media writable again, delete any ISO 9660 image,
|
|
|
|
|
eventually prepare yet unused BD-RE:</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed -eject all</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
|
<HR>
|
|
|
|
@ -174,17 +176,17 @@ adjust permissions to make it publicly read-only,
|
|
|
|
|
write it to media and immediately eject media without
|
|
|
|
|
previously reloading the written image.
|
|
|
|
|
</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank fast -pathspecs on \</KBD></DD>
|
|
|
|
|
<DD><KBD> -add /sounds=/home/me/sounds \</KBD></DD>
|
|
|
|
|
<DD><KBD>
|
|
|
|
|
/pictures=/home/me/pictures -- \</KBD></DD>
|
|
|
|
|
<DD>$<KBD> cd /home/me</KBD></DD>
|
|
|
|
|
<DD>$<KBD> xorriso -outdev /dev/sr0 -blank as_needed \</KBD></DD>
|
|
|
|
|
<DD><KBD> -map /home/me/sounds /sounds \</KBD></DD>
|
|
|
|
|
<DD><KBD> -map /home/me/pictures /pictures \</KBD></DD>
|
|
|
|
|
<DD><KBD> -rm_r /sounds/indecent '/pictures/*private*' -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -add /pictures/private/horses=/home/me/pictures/private/horses -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -cd / \</KBD></DD>
|
|
|
|
|
<DD><KBD> -add pictures/private/horses* -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -chmod_r a+r,a-w / -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -find / -type d -exec chmod a+x -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -volid SOUNDS_PICS_2008_01_16 \</KBD></DD>
|
|
|
|
|
<DD><KBD> -commit_eject all</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
@ -195,15 +197,14 @@ rename /pictures/private/horses,
|
|
|
|
|
add new directory trees /sounds and /movies,
|
|
|
|
|
disallow any access for group and others.
|
|
|
|
|
Finally write as additional session to media and eject:</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -dev /dev/sr0 -pathspecs on \</KBD></DD>
|
|
|
|
|
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
|
|
|
|
<DD><KBD> -rm_r /sounds -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -mv /pictures/private/horses /horse_show -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -add /sounds=/home/me/prepared_for_dvd/sounds_dummy \</KBD></DD>
|
|
|
|
|
<DD><KBD> /movies=/home/me/prepared_for_dvd/movies -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -map /home/me/prepared_for_dvd/sounds_dummy /sounds \</KBD></DD>
|
|
|
|
|
<DD><KBD> -map /home/me/prepared_for_dvd/movies /movies \</KBD></DD>
|
|
|
|
|
<DD><KBD> -chmod_r go-rwx / -- \</KBD></DD>
|
|
|
|
|
<DD><KBD> -volid SOUNDS_PICS_2008_01_17 \</KBD></DD>
|
|
|
|
|
<DD><KBD> -commit_eject all</KBD></DD>
|
|
|
|
|
|
|
|
|
|
<DT>
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
@ -230,9 +231,11 @@ run. It will write eventually pending changes to media, if that has not
|
|
|
|
|
already been done by a previous -commit.</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -dialog on</KBD></DD>
|
|
|
|
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
|
|
|
|
<DD><KBD><B>-dev /dev/sr0 -pathspecs on</B></KBD></DD>
|
|
|
|
|
<DD><KBD><B>-dev /dev/sr0</B></KBD></DD>
|
|
|
|
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
|
|
|
|
<DD><KBD><B>-map /home/me/prepared_for_dvd/sounds_dummy /sounds</B></KBD></DD>
|
|
|
|
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
|
|
|
|
<DD><KBD><B>-add /sounds=/home/me/prepared_for_dvd/sounds_dummy /movies=/home/me/prepared_for_dvd/movies</B></KBD></DD>
|
|
|
|
|
<DD><KBD><B>-map /home/me/prepared_for_dvd/movies /movies</B></KBD></DD>
|
|
|
|
|
<DD>Available navigation commands: -cd, -ls, -du, -find</DD>
|
|
|
|
|
<DD><KBD>enter option and arguments :</KBD></DD>
|
|
|
|
|
<DD><KBD><B>-commit</B></KBD></DD>
|
|
|
|
@ -244,27 +247,20 @@ already been done by a previous -commit.</DT>
|
|
|
|
|
<HR>
|
|
|
|
|
</DT>
|
|
|
|
|
|
|
|
|
|
<DT>The following command can be run on blank media to create a complete
|
|
|
|
|
<DT>The following command can be run on blank media to create a
|
|
|
|
|
copy of the mentioned disk directory trees, and it can be run on appendable
|
|
|
|
|
media to perform a minimal set of change operations which update the
|
|
|
|
|
old ISO copies to match the new disk trees. Older states can be retrieved
|
|
|
|
|
by help of mount option "session=" from CD-R[W], by help of "sbsector="
|
|
|
|
|
from DVD-R[W] and DVD+R.
|
|
|
|
|
So this constitutes true incremental backup.
|
|
|
|
|
On overwriteable media only the newest state is accessible.
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
old ISO copies to match the new disk trees.
|
|
|
|
|
Older states can be retrieved by help of mount option "session=" from CD-R[W],
|
|
|
|
|
by help of "sbsector=" from other media.
|
|
|
|
|
So this constitutes true incremental backup.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<BR>
|
|
|
|
|
The copies will be complete, except all file names ending
|
|
|
|
|
with ".o" or ".swp" which are excluded by options -not_leaf.
|
|
|
|
|
</DT>
|
|
|
|
|
<DD>$<KBD> xorriso -dev /dev/sr0 \</KBD></DD>
|
|
|
|
|
<DD><KBD> -volid PROJECTS_MAIL_"$(date '+%Y_%m_%d_%H%M%S')" \</KBD></DD>
|
|
|
|
|
<!--
|
|
|
|
|
<DD><KBD> -not_leaf '*.o' -not_leaf '*.swp' \</KBD></DD>
|
|
|
|
|
-->
|
|
|
|
|
<DD><KBD> -update_r /home/thomas/open_source_projects /open_source_projects \</KBD></DD>
|
|
|
|
|
<DD><KBD> -update_r /home/thomas/personal_mail /personal_mail \</KBD></DD>
|
|
|
|
|
<DD><KBD> -commit -toc -eject all</KBD></DD>
|
|
|
|
@ -300,8 +296,8 @@ Testers wanted who are willing to risk some double layer DVD media.
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Download as source code (see README):</H3></DT>
|
|
|
|
|
<DD><A HREF="xorriso-0.1.4.pl00.tar.gz">xorriso-0.1.4.pl00.tar.gz</A>
|
|
|
|
|
(955 KB).
|
|
|
|
|
<DD><A HREF="xorriso-0.1.6.pl00.tar.gz">xorriso-0.1.6.pl00.tar.gz</A>
|
|
|
|
|
(980 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
</DL>
|
|
|
|
|
</DD>
|
|
|
|
@ -325,20 +321,22 @@ an <A HREF="http://www.opensource.org/">Open Source</A> approved license</DD>
|
|
|
|
|
</P>
|
|
|
|
|
|
|
|
|
|
<HR>
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
Enhancements towards previous stable version xorriso-0.1.2.pl00:
|
|
|
|
|
Bug fixes towards xorriso-0.1.4.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>Coordination of -cut_out, -compare and -update</LI>
|
|
|
|
|
<LI>New option -split_size, automated splitting of oversized files</LI>
|
|
|
|
|
<LI>Improved performance with reading directory trees</LI>
|
|
|
|
|
<LI>New option -session_log</LI>
|
|
|
|
|
<LI>Dynamically linkable with release version 0.6.4 of libisofs</LI>
|
|
|
|
|
<LI>-update_r and others did not work properly with relative paths</LI>
|
|
|
|
|
</UL>
|
|
|
|
|
Bug fixes towards xorriso-0.1.2.pl00:
|
|
|
|
|
</P>
|
|
|
|
|
<P>
|
|
|
|
|
Enhancements towards previous stable version xorriso-0.1.4.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>-as mkisofs -no-pad was misspelled -nopad</LI>
|
|
|
|
|
<LI>Implicite directory attribute copying with -cut_out was wrong</LI>
|
|
|
|
|
<LI>Support for BD-RE</LI>
|
|
|
|
|
<LI>New options -map and -map_single</LI>
|
|
|
|
|
<LI>New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m</LI>
|
|
|
|
|
<LI>Emulated -toc on overwriteable media, new -toc layout with volume id</LI>
|
|
|
|
|
<LI>New option -load makes alternative sessions accessible</LI>
|
|
|
|
|
<LI>New -blank and -format modes 'as_needed'</LI>
|
|
|
|
|
<LI>New option -list_formats and -format mode 'by_index_' </LI>
|
|
|
|
|
</UL>
|
|
|
|
|
</P>
|
|
|
|
|
|
|
|
|
@ -346,31 +344,25 @@ Bug fixes towards xorriso-0.1.2.pl00:
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT><H3>Development snapshot, version 0.1.5 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-0.1.4.pl00:
|
|
|
|
|
<DT><H3>Development snapshot, version 0.1.7 :</H3></DT>
|
|
|
|
|
<DD>Bug fixes towards xorriso-0.1.6.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
<!-- <LI>- none yet -</LI> -->
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>Enhancements towards stable version 0.1.4.pl00:
|
|
|
|
|
<DD>Enhancements towards stable version 0.1.6.pl00:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>Support for BD-RE</LI>
|
|
|
|
|
<LI>New options -map and -map_single</LI>
|
|
|
|
|
<LI>New options -not_paths, -not_leaf, -not_list, -not_mgt, -as mkisofs -m</LI>
|
|
|
|
|
<LI>Emulated -toc on overwriteable media, new -toc layout with volume id</LI>
|
|
|
|
|
<LI>New option -rom_toc_scan for read-only drive problems</LI>
|
|
|
|
|
<LI>New option -load makes alternative sessions accessible</LI>
|
|
|
|
|
<LI>New option -error_behavior with a first occasion 'image_loading'</LI>
|
|
|
|
|
<LI>New -blank and -format option 'as_needed'</LI>
|
|
|
|
|
<LI>New option -list_formats</LI>
|
|
|
|
|
<!-- <LI>- none yet -</LI> -->
|
|
|
|
|
<!--
|
|
|
|
|
-->
|
|
|
|
|
<LI>- none yet -</LI>
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 0.1.5</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso_0.1.5 -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.1.5)</A></DD>
|
|
|
|
|
<DD><A HREF="README_xorriso_devel">README 0.1.7</A>
|
|
|
|
|
<DD><A HREF="xorriso_help_devel">xorriso_0.1.7 -help</A></DD>
|
|
|
|
|
<DD><A HREF="man_1_xorriso_devel.html">man xorriso (as of 0.1.7)</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
|
|
|
|
@ -380,7 +372,7 @@ libburnia libraries.
|
|
|
|
|
installation see README)
|
|
|
|
|
</DD>
|
|
|
|
|
<DD>
|
|
|
|
|
<A HREF="xorriso-0.1.5.tar.gz">xorriso-0.1.5.tar.gz</A>
|
|
|
|
|
<A HREF="xorriso-0.1.7.tar.gz">xorriso-0.1.7.tar.gz</A>
|
|
|
|
|
(980 KB).
|
|
|
|
|
</DD>
|
|
|
|
|
<DT>A dynamically linked development version of xorriso can be obtained
|
|
|
|
|