From owner-freebsd-stable Sun Oct 21 14:53:49 2001 Delivered-To: freebsd-stable@freebsd.org Received: from pt-quorum.com (pt-quorum.com [209.10.167.210]) by hub.freebsd.org (Postfix) with ESMTP id F254D37B406 for ; Sun, 21 Oct 2001 14:53:44 -0700 (PDT) Received: from gateway.bogus (unknown [213.30.47.158]) by pt-quorum.com (Postfix) with ESMTP id ADBDDEC7A for ; Sun, 21 Oct 2001 22:49:51 +0100 (WEST) Received: by gateway.bogus (Postfix, from userid 1000) id C878A5D19; Sun, 21 Oct 2001 22:52:51 +0100 (WEST) Date: Sun, 21 Oct 2001 22:52:51 +0100 From: Nuno Teixeira To: freebsd-stable@freebsd.org Subject: "burncd, mkisofs, multisession" doesn't work for more than 2 sessions Message-ID: <20011021225251.B397@gateway.bogus> Mail-Followup-To: Nuno Teixeira , freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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? Thannks very much, -- -- 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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message