From owner-freebsd-questions Tue Mar 27 12:48:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from level3.dynacom.net (level3.dynacom.net [206.107.213.213]) by hub.freebsd.org (Postfix) with SMTP id 3424437B719 for ; Tue, 27 Mar 2001 12:48:36 -0800 (PST) (envelope-from kstewart@urx.com) Received: (qmail 26473 invoked by uid 0); 27 Mar 2001 20:48:35 -0000 Received: from dsl1-160.dynacom.net (HELO urx.com) (206.159.132.160) by mail.urx.com with SMTP; 27 Mar 2001 20:48:35 -0000 Message-ID: <3AC0FCA3.6154BE81@urx.com> Date: Tue, 27 Mar 2001 12:48:35 -0800 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Aleksandar Simic' Cc: freebsd-questions@FreeBSD.org Subject: Re: The right way to burn CDs ? References: <20010327042738.A529@frustum.clara.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Aleksandar Simic' wrote: > > 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. I tried something similar with a TDK X161040 and didn't have any problems. The only difference was that I did burncd -f /dev/acd0c -s 12 data windows.iso fixate It fixated and I moved it over to the windows server and used it. I didn't see any reason to do a ./cd.iso. That only applies when you are trying to execute a program in the current directory. The systems are all FreeBSD-4.3-RC I moved a similar iso onto a system with a HP-8100i and received two READ_TOC messages and two PREVENT_ALLOW messages but it burned the iso just fine. Burncd had messages like that a long time ago when 4.0 was first released. It wouldn't burn a CD on the HP at that time. The HP is so slow that I rarely use it any more. I have to use "-s 4" on it. I have a Sony CRX160 that I will try in a little while. The first iso is being installed as a test. Are you using CD-R or RW material? Kent > > --Alex > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message