From owner-freebsd-questions@FreeBSD.ORG Sat Feb 12 11:02:25 2005 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 8A07A16A4CE for ; Sat, 12 Feb 2005 11:02:25 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A18B43D2F for ; Sat, 12 Feb 2005 11:02:24 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])j1CB2IC0033142; Sat, 12 Feb 2005 12:02:18 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) j1CB2IIG000985; Sat, 12 Feb 2005 12:02:18 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id j1CB2GBu000984; Sat, 12 Feb 2005 12:02:16 +0100 (CET) (envelope-from marc) Date: Sat, 12 Feb 2005 12:02:16 +0100 From: Marc Fonvieille To: Xian Message-ID: <20050212110216.GC606@nosferatu.blackend.org> References: <200502102147.10722.ian@codepad.net> <420C3513.9060007@mac.com> <200502121023.49960.ian@codepad.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200502121023.49960.ian@codepad.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.3-STABLE cc: freebsd-questions@freebsd.org Subject: Re: formatting a DVD+RW 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: Sat, 12 Feb 2005 11:02:25 -0000 On Sat, Feb 12, 2005 at 10:23:49AM +0000, Xian wrote: > On Friday 11 February 2005 04:31, Chuck Swiger wrote: > > Xian wrote: > > > I am trying to format a DVD+RW as I gather this kind of DVD needs. I > > > tried growisofs and it told me: > > > > > > * DVD±RW/-RAM format utility by , version 4.10. > > > > > > :-( unable to open("/dev/acd0"): Inappropriate ioctl for device > > > > Did you rebuild your kernel with the ATAPICAM option enabled? > > I didn't have. I just added 'device atapicam' and it is still giving me the > same errors. > > Looked on the man page, and found: > > device ata > device atapicam > device scbus > device cd > device pass > > I guess I need them as well? (Re-compiles _again_). Will I have to use the > burner through cd0 or acd0 now? > It also recommended against having a SCSI and an ATA representation of each > drive. Would it be safe to remove device acd from the kernel and only use cd > now? You did not read the URL I pasted in a previous mail :( Marc