Mentioned DVD-RW multi-session

This commit is contained in:
2007-02-03 18:46:42 +00:00
parent 6e6f0d5de8
commit d6e41c3fff
2 changed files with 52 additions and 43 deletions

View File

@ -10,6 +10,8 @@ Schilling's cdrtools. cdrskin strives to be a second source for the services
traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way.
Overwriteable media DVD-RAM, DVD+RW and DVD-RW are handled differently than
with cdrecord-ProDVD in order to offer TAO-like single track recording.
The current development version handles sequential DVD-RW like CD-RW with TAO
and multi-session.
cdrskin does not contain any bytes copied from cdrecord's sources.
Many bytes have been copied from the message output of cdrecord
@ -25,8 +27,8 @@ Appending sessions to an unclosed CD is restricted to write mode TAO.
cdrecord -sao : please contact us.)
For DVD types other than DVD-RAM, DVD+RW, DVD-RW and for appending sessions
to ISO filesystems on DVD see the advise to use dvd+rw-tools at the end of
this text.
to ISO filesystems on DVD other than DVD-RW see the advise to use dvd+rw-tools
at the end of this text.
--------------------------------------------------------------------------
@ -203,5 +205,10 @@ image and finally manipulates the start sectors of this existing image.
So for growable ISO filesystems on DVD-RAM or DVD+RW growisofs is the only
choice, currently.
With sequential DVD-RW the development version of cdrskin can offer
multi-session together with associated options blank=, -multi, -msinfo and
-toc. Thus sequential DVD-RW behave much like large CD-RW with possibly more
than 99 tracks.
--------------------------------------------------------------------------