From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 04:21:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC77C16A4CE for ; Thu, 25 Nov 2004 04:21:10 +0000 (GMT) Received: from smtpauth07.mail.atl.earthlink.net (smtpauth07.mail.atl.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C0E143D31 for ; Thu, 25 Nov 2004 04:21:10 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth07.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1CXB81-0008Qk-JV; Wed, 24 Nov 2004 23:21:09 -0500 From: "Andrew L. Gould" To: cpghost@cordula.ws Date: Wed, 24 Nov 2004 22:21:32 -0600 User-Agent: KMail/1.6.2 References: <20041124212703.GA431616@cc.hut.fi> <200411241724.37008.algould@datawok.com> <20041124233800.GA3678@bsdbox.farid-hajji.net> In-Reply-To: <20041124233800.GA3678@bsdbox.farid-hajji.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200411242221.32604.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc31b5c64ec8af96c6a30fc773323e3017350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: freebsd-questions@freebsd.org cc: Edvard Fagerholm Subject: Re: DVD burner error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 04:21:11 -0000 On Wednesday 24 November 2004 05:38 pm, cpghost@cordula.ws wrote: > On Wed, Nov 24, 2004 at 05:24:36PM -0600, Andrew L. Gould wrote: > > See the following links regarding burning cd's and dvd's. With a > > DVD burner, you need to add atapicam to the your kernel. The use > > of atapicam will also mean, however, that you will need to burn > > cd's using cdrecord rather than burncd. > > Is it absolutely necessary to use cdrecord once atapicam is in the > kernel? I'm using > # growisofs -Z /dev/cd0 -R -J /path/to/files > for burning dvds and > # burncd -f /dev/acd0 -s 4 data /path/to/isofile fixate > for burning cds interchangeably without problems. > > At least, no problems cropped up yet. > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating- > >cds.html > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating- > >dvds.html > > Thanks, > cpghost. Based upon your experience, the change to cdrecord would appear to be optional. Can you still mount /dev/acd0 to /cdrom? Andrew Gould