From owner-freebsd-questions@FreeBSD.ORG Thu May 1 15:40:56 2003 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 B343F37B404 for ; Thu, 1 May 2003 15:40:55 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id D30DA43F3F for ; Thu, 1 May 2003 15:40:54 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 72852 invoked by uid 1001); 1 May 2003 22:41:10 -0000 Date: Thu, 1 May 2003 15:41:10 -0700 From: Joshua Oreman To: JR Richards Message-ID: <20030501224110.GB63276@webserver.get-linux.org> References: <002101c31004$7d08d3f0$4502a8c0@MINNIE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002101c31004$7d08d3f0$4502a8c0@MINNIE> User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: DVD+RW and FreeBSD 4.7 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, 01 May 2003 22:40:56 -0000 On Thu, May 01, 2003 at 10:09:55AM -0700 or thereabouts, JR Richards seemed to write: > Hello Folks, > > > > I'm running FreeBSD 4.7 with a Sony DVD+RW drive and am trying to get > this darn thing to work with burncd. > > These are the packages that I added recently: > Cdrtools-2.00 > Mkisofs-2.00 Not needed for +RW. > > This is what happens when I try to run burncd by hand: > > backup# burncd -q -f /dev/acd0c -s 10 data filename > > burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error > > Can anyone help me get this thing up? Sure. To format a DVD+RW (needs to be done only once): # burncd -f /dev/acd0c format dvd+rw To write a file: # burncd -f /dev/acd0c -s max dvdrw filename It will erase the DVD if there's already stuff on it. HTH, -- Josh > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"