hi can someone tell me how to burn more data on a multisession cd (previously used on nero/raxio). i use mdk 9.1 and k3b on that to burn cds...
i know some people wud recommend directly using cdrecord on the cli but i wud prefer using the gui ( am lazy :) ). tips on burning multisession from the cli are also welcome ------------------------------------ GNUrpreet Singh MPIT 1 (Nw specialization) Symbiosis Center for IT www.scit.edu
On Fri, Aug 29, 2003 at 03:01:04AM -0600, gnurpreet@softhome.net wrote:
tips on burning multisession from the cli are also welcome
http://www.kumarayil.net/cdrw.htm
Regards
Hey Gurpreet !!
wassup dude ?
On Friday 29 Aug 2003 11:01 am, gnurpreet@softhome.net wrote:
hi can someone tell me how to burn more data on a multisession cd (previously used on nero/raxio). i use mdk 9.1 and k3b on that to burn cds...
Sorry never used K3B ... to burn multisession cds ... this is how I do it ...
1. #cdrecord -msinfo dev=0,0,0
this will output something like
0,24567
2. #mkisofs -r -J -iso-level=3 -o cd-image.iso -C 0,24567 directory/
check man page for details of the options used. If u want to retain the original data on the disk use -M with -C.
3. #cdrecord -v -speed=8 -multi dev=0,0,0 -eject -data cd-image.iso
again check the man page :))
beta use google ... use man / info ...
Happy hacking Kapil Karekar