Friends, FYI. This worked fine for me.
-- .''`. Dileep M. Kumar <[EMAIL PROTECTED]> : :' : http://www.kumarayil.net `. `'` `- Debian GNU/Linux - Choice of the Freedom Lovers ----- Forwarded message from A Vasudevan <[EMAIL PROTECTED]> ----- >>>Date: Fri, 11 Jul 2003 20:19:09 -0700 (PDT) >>>From: A Vasudevan <[EMAIL PROTECTED]> >>>Subject: [Ilugc] Multisession CD writing in commnad line >>>To: [EMAIL PROTECTED] >>> >>>Hello All, I have found Useful Tip about cd wrting in >>>multiseesion. I tried it & it works in mdk9.1. This I found from >>>www.mandrakeusers.org faqs. In Rh 9 i am getting some problems. >>> >>> >>>"Multisession CDs are built with sessions, and sessions are divided >>>into tracks. On a single-session disk, there is a lead-in, a single >>>TOC (table of contents), the data, and a lead-out, which finalizes >>>the disk and prevents further recording on the disk. mkisofs links >>>the separate sessions together. Creating multisession disks may be >>>easier with GUI programs like X-CD-Roast or KonCD, but here's how >>>command-line commandos do it. >>> >>>The first time you record a session on a disk, use the -multi >>>switch in cdrecord: $ cdrecord -v -eject speed=8 dev=0,1,0 -multi >>>test.iso >>> >>>The disk will be fixated in a manner that makes it readable and >>>open for adding more data. To add more sessions to this disk, >>>mkisofs needs to know the starting and ending sector numbers, which >>>you can find like this: $ cdrecord dev=0,1,0 -msinfo 0,27139 >>> >>>Be sure to have the disk you are adding data to in the CD >>>recorder. Then add two new switches, -C and -M: $ mkisofs -o test2.iso -Jr -V Session2 -C 0,27139 -M 0,1,0 /files/path/ >>>Or better, let the command shell do the work: $ mkisofs -o test2.iso -Jr -V Session2 -C `cdrecord dev=0,1,0 -msinfo` -M 0,1,0 /files/path/ >>>Multisession CD drives read the last session written. This command >>>takes the TOC from the last session and combines it into the new >>>TOC. For the last session on the disk, omit the -multi option." >>> >>>Vasudevan ----- End forwarded message ----- ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
