My new question:
I have succesfully burned an audio disc with cdrdao, using the --multi option.
As i understand it, it will allow me to add a new session later.
Now how do i add data in a later session? I tried the following without success.
I ran 'cdrecord -msinfo' to get the magic numbers and then used these with
mkisofs to create a small iso image with some data files. Finally i used
cdrecord to write the iso image to the disc.
command lines:
cdrdao write --device 0,6,0 --speed 4 --eject --multi audio.tocfile
cdrecord -msinfo dev=0,6,0
mkisofs -f -r -R -J -l -V Images -C 0,265310 -o Images.iso Images/
cdrecord -v -pad speed=4 dev=0,6,0 -eject Data.iso
The audio tracks are OK, I can listen to them, but i cannot access to the data.
Thanks in advance for your help.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]