Hey Gurpreet !!

wassup dude ?

On Friday 29 Aug 2003 11:01 am, [EMAIL PROTECTED] 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
-- 
You are confused; but this is your normal state.


-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to