> > Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R > Very important info here. Your SONY supports TAO and the rest but not DAO so everytime you burn with cdrecord you need to have the flag '-tao' or any of the rest of the modes above but not '-dao'. Notice that the default for cdrecord is '-dao'. > > Starting to write CD/DVD at speed 24 in real TAO mode > for multi session. > Another important thing is that you started a multisession. If you read the man page for cdrecord you will see that it says that SONY CD drives need to use the '-multi' flag (for multisession) always with the '-data' flag in order for the multisession to work. So all you have to do is edit the script that you run and see where the command for cdrecord is and just append next to the '-multi' part the '-data' flag. That should do the trick.