[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: CDs brennen



On Sun, May 12, 2002 at 08:09:39PM +0200, Gregor Karzelek wrote:
> Hi Leuts!

sali gregor,

> Wie kann ich einer MultisessionCD eine Session anhängen?
> 
> Klar, die CD muss von anfang an mit -multi gekennzeichnet werden.
> Aber muss ich bei mkisofs auf irgendwas aufpassen?
> Und wie sage ich dann cdrecord, dass er die Session anhängen soll?

guck mal in der manual page zu cdrecord unter '-msinfo' und dann in der
mkisofs manual page unter '-C'.

das iso muss wohl speziell präpariert sein damit der TOC richtig
verlinkt wird und cdrecord muss wissen, dass es sich um eine
multi-session cd handelt.

in der cd-writing howto steht ähnliches:

[ snip ]

4.18 How to create a multi-session CD?

   First of all, the image for a multi-session CD must be formatted using
   the ISO-9660 filesystem using RockRidge-extensions. And you must use
   the option -multi for cdrecord as long as you want to add further
   sessions. So at least for the first session, you must specify the
   option -multi.

   Some CD-writers have no support for CD-ROM XA mode 2 or for
   session-at-once (SAO), so you need to specify the switch -data for
   cdrecord on the command line.

   The images for the second and subsequent sessions are a little bit
   more complicated to generate. Mkisofs must know where the free space
   on the CD-R begins. That information can be gathered by using the
   option -msinfo on cdrecord (see example below).

shell> NEXT_TRACK=`cdrecord -msinfo dev=0,6,0`
shell> echo $NEXT_TRACK
shell> mkisofs -R -o cd_image2 -C $NEXT_TRACK -M /dev/scd5
         private_collection/ \

   For more information, please read the file README.multi, which is
   distributed with cdrecord.

[snip]

HTH


-- 
Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-request@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: