From owner-freebsd-questions Mon Mar 26 20:27: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from oracle.clara.net (oracle.clara.net [195.8.69.94]) by hub.freebsd.org (Postfix) with ESMTP id 643B237B71A for ; Mon, 26 Mar 2001 20:26:59 -0800 (PST) (envelope-from alex@clara.co.uk) Received: from [213.253.39.12] (helo=myname.my.domain) by oracle.clara.net with esmtp (Exim 3.11 #5) id 14hl4M-0001vk-00 for freebsd-questions@FreeBSD.org; Tue, 27 Mar 2001 05:26:58 +0100 Received: (from alex@localhost) by myname.my.domain (8.11.3/8.11.3) id f2R3Rca00638 for freebsd-questions@FreeBSD.org; Tue, 27 Mar 2001 04:27:38 +0100 (BST) (envelope-from alex) Date: Tue, 27 Mar 2001 04:27:38 +0100 From: "Aleksandar Simic'" To: freebsd-questions@FreeBSD.org Subject: The right way to burn CDs ? Message-ID: <20010327042738.A529@frustum.clara.co.uk> Mail-Followup-To: Aleksandar Simic' , freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, could you tell me what is the right way to burn CDs ? This is what I've tried: # mkisofs -p "my cd" -R -v -o cd.iso ./burn/ where ./burn is a directory containing just a single file # vnconfig /dev/vn0c ./cd.iso # mount -t cd9660 /dev/vn0c /cdrom I then checked the contents of /cdrom and I found the file I placed in burn directory. Then I've unmounted the /cdrom and /dev/vn0c, and proceeded to: # burncd -f /dev/acd1c data ./cd.iso fixate Which spews the following error message: next writeable LBA 0 writing from file ./cd.iso size 54 KB written this track 54 KB (100%) total 54 KB fixating CD, please wait.. burncd: ioctl(CDRIOCCLOSEDISK): Input/output error The CD writer, Yamaha 16/10/40, is detected by the kernel: acd1: CD-RW at ata1-slave using WDMA2 And uname -r: 4.3-BETA If you can help me with this I would be very grateful, thanks. --Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message