|
|
|
@ -99,8 +99,10 @@ wishes as well as on the development of libburn.</DT>
|
|
|
|
|
<DD>$ cdrskin -v dev=/dev/dvd blank=fast -eject</DD>
|
|
|
|
|
<DT>Write ISO-9660 filesystem image:</DT>
|
|
|
|
|
<DD>$ cdrskin -v dev=/dev/hdc speed=12 fs=8m driveropts=burnfree -sao -eject padsize=300k my_image.iso</DD>
|
|
|
|
|
<DT>Write compressed afio archive on-the-fly:</DT>
|
|
|
|
|
<DT>Write compressed afio archive on-the-fly via cdrskin-0.2.4 :</DT>
|
|
|
|
|
<DD>$ find . | afio -oZ - | cdrskin -v dev=0,1,0 fs=32m speed=8 driveropts=burnfree padsize=300k -sao tsize=650m -</DD>
|
|
|
|
|
<DT>Write compressed afio archive on-the-fly via cdrskin-0.2.5 :</DT>
|
|
|
|
|
<DD>$ find . | afio -oZ - | cdrskin -v dev=0,1,0 fs=32m speed=8 driveropts=burnfree padsize=300k -tao -</DD>
|
|
|
|
|
<DT>Write audio tracks:</DT>
|
|
|
|
|
<DD>$ cdrskin -v dev=ATA:1,0,0 speed=48 driveropts=burnfree -sao track1.wav track2.au -audio -swab track3.raw
|
|
|
|
|
<DD>
|
|
|
|
@ -126,9 +128,9 @@ wishes as well as on the development of libburn.</DT>
|
|
|
|
|
Burns only a single closed session. No -multi option yet.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
No TAO mode and therefore no writing on-the-fly without a predefined
|
|
|
|
|
source size.<BR>
|
|
|
|
|
Note: Development version 0.2.5 experimentally offers TAO now. See below.
|
|
|
|
|
No TAO mode in cdrskin-0.2.4 and therefore no writing on-the-fly without
|
|
|
|
|
a predefined source size.<BR>
|
|
|
|
|
Note: Development version 0.2.5 offers TAO now. See below.
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>
|
|
|
|
|
cdrskin -scanbus or --devices hangs for quite a while if there is
|
|
|
|
@ -215,14 +217,15 @@ Enhancements towards previous stable version cdrskin-0.2.2:
|
|
|
|
|
|
|
|
|
|
<P>
|
|
|
|
|
<DL>
|
|
|
|
|
<DT>Development snapshot, version 0.2.5 :</DT>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|
<DT><H3>Development snapshot, version 0.2.5 :</H3></DT>
|
|
|
|
|
<DD>Enhancements towards stable version 0.2.4:
|
|
|
|
|
<UL>
|
|
|
|
|
<LI>If compiled by <KBD>cdrskin/compile_cdrskin.sh -experimental</KBD>
|
|
|
|
|
option <KBD><B>-tao</B></KBD> is accepted for piping without a fixed size.
|
|
|
|
|
Tests with single data tracks went well. Audio tests are still pending.
|
|
|
|
|
<LI>Option <KBD><B>-tao</B></KBD> is fully enabled.
|
|
|
|
|
With single track or with undefined size from standard input,
|
|
|
|
|
default is -tao. With other multi-track sessions, default is -sao.
|
|
|
|
|
(The latter is an intentional deviation from cdrecord defaults.)
|
|
|
|
|
</LI>
|
|
|
|
|
<LI>Status report during blank, preparation and finalization improved</LI>
|
|
|
|
|
</UL>
|
|
|
|
|
</DD>
|
|
|
|
|
<DD> </DD>
|
|
|
|
|