Date: Wed, 29 Dec 2004 17:53:50 +0000 From: Alexandr <admin@alexandr.fdns.net> To: freebsd-questions@freebsd.org Subject: can't create multisession CD Message-ID: <20041229175349.GI36270@alexandr.fdns.net>
next in thread | raw e-mail | index | archive | help
Hello. I have writeble CD and want to create multisession disk. I create first session. root# mkisofs -o /tmp/test.iso -J -R ~/part1/* root# burncd -mf /dev/acd0 data /tmp/test.iso fixate this is OK. but second step: root# mkisofs -o tmp.iso -R -J -M /dev/acd0 -C `burncd msinfo` xpdf.tbz root# burncd -tmf /dev/acd0 data tmp.iso fixate next writeable LBA 14234 writing from file tmp.iso size 1644 KB only wrote -1 of 32768 bytes: Input/output error Why??? I find examples on google.com/bsd and all of them is same... (for some CD) root# cdcontrol info Starting track = 1, ending track = 1, TOC size = 18 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 0:37.59 0 2834 data 170 0:39.59 - 2834 - - root# FreeBSD alexandr.fdns.net 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Sat Nov 13 20:27:04UTC 2004 admin@alexandr.fdns.net:/usr/src/sys/i386/compile/myGEN i386 root# dmesg | grep acd acd0: CDRW <HL-DT-ST GCE-8526B/1.03> at ata1-master UDMA33 What can I do???
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041229175349.GI36270>