On Mon, Oct 22, 2001 at 10:22:07AM +0300, Victor Ivanov wrote: > On Mon, Oct 22, 2001 at 03:14:11PM +0800, Eugene Grosbein wrote: > > Nuno Teixeira wrote: > > > > > > Hello to all, > > > > > > I'm trying to use burncd with multisession with no success. I will try to > > > explain my problem with examples: > > > > > > - cd-rw type: ATAPI E-IDE > > > - media type in use: CD-RW > > > > > > Well, I want to put on cd 3 backups of mine: 0.tar.gz, 1.tar.gz and 2.tar.gz > > > > > > # mkisofs -r -o 0.iso 0.tar.gz > > > # burncd -f /dev/acd1c -s 10 -m data 0.iso fixate > > > # mount /cdrw && ls /cdrw && umount /cdrw > > > > > > # 0.tar.gz > > > > > > # burncd -f /dev/acd1c -m msinfo > > > # 0, 20890 > > > # mkisofs -C 0,20890 -M /dev/acd1c -r -o 1.iso 1.tar.gz > > > # burncd -f /dev/acd1c -s 10 -m data 1.iso fixate > > > # mount /cdrw && ls /cdrw && umount /cdrw > > > > > > # 0.tar.gz 1.tar.gz > > > > > > # burncd -f /dev/acd1c -m msinfo > > > # 0, 33206 > > This here should not be 0. As described in the mkisofs manual page, > you should provide the first sector of the last session. > I don't think 0 is the right number here. I think it should be > 20890,33206. > > And BTW what's the difference between mode1, mode2 and XAmode1? > I guess it doesn't matter which you're using to create a multisession > CD, as long as you don't mix them. > > -- > Players win and winners play > Have a lucky day > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message
Hi, Yes you right. I tried to put the start and end of last session like you told me and it works ok. Now I can make multisession cds. The problem (little one) is that I have to know what are the last session numbers so that I can make the next backup. Bye, -- -- Nuno Teixeira Dir. T�cnico pt-quorum.com -- PGP Public Key: http://www.pt-quorum.com/pgp/nunoteixeira.asc Key fingerprint: 8C2C B364 D4DC 0C92 56F5 CE6F 8F07 720A 63A0 4FC7 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
