Date: Mon, 22 Oct 2001 15:14:11 +0800 From: Eugene Grosbein <eugen@svzserv.kemerovo.su> To: stable@freebsd.org Subject: Re: "burncd, mkisofs, multisession" doesn't work for more than 2 sessions Message-ID: <3BD3C743.18438BC3@svzserv.kemerovo.su> References: <20011021225251.B397@gateway.bogus>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > # mkisofs -C 0,33206 -M /dev/acd1c -r -o 2.iso 2.tar.gz > # burncd -f /dev/acd1c -s 10 -m data 2.iso fixate > # mount /cdrw && ls /cdrw && umount /cdrw > > # 0.tar.gz 2.tar.gz > > My question is: > > Where is 1.tar.gz file? I have this problem too. When I continue adding sessions to CD, previous session disappears and there are only first one and new one. All sessions really are there and can be observed as tracks with WinOnCD, for example. But not FreeBSD nor Windows does not show corresponding files. Eugene Grsobein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BD3C743.18438BC3>