From owner-freebsd-questions@FreeBSD.ORG Thu Dec 16 13:15:38 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 7DD1116A4CE for ; Thu, 16 Dec 2004 13:15:38 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F4B43D53 for ; Thu, 16 Dec 2004 13:15:37 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])iBGDB04g050091; Thu, 16 Dec 2004 14:11:00 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) iBGDFTtB001764; Thu, 16 Dec 2004 14:15:29 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id iBGDFTaN001763; Thu, 16 Dec 2004 14:15:29 +0100 (CET) (envelope-from marc) Date: Thu, 16 Dec 2004 14:15:29 +0100 From: Marc Fonvieille To: Timothy Smith Message-ID: <20041216131529.GB1617@nosferatu.blackend.org> References: <41C18404.5000704@open-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41C18404.5000704@open-networks.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: dvd burning was can't mount cdrom 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, 16 Dec 2004 13:15:38 -0000 On Thu, Dec 16, 2004 at 10:48:04PM +1000, Timothy Smith wrote: > ok i disabled hw.ata.atapi_dma="1" in loader.conf and this sovled the > problem. > how ever, i still can't burn a dvd with growisofs. i run > > titan# dvd+rw-format -blank=full /dev/cd0a > * DVD???RW format utility by , version 4.9. > * 4.7GB DVD-RW media in Sequential mode detected. > * blanking / > > that finishes without error > > titan# growisofs -use-the-force-luke=dao -Z /dev/cd0a=PubWare.exe > Executing 'builtin_dd if=PubWare.exe of=/dev/pass1 obs=32k seek=0' > /dev/pass1: engaging DVD-RW DAO upon user request... > /dev/pass1: reserving 2160 block, warning for short DAO recording > /dev/pass1: "Current Write Speed" is 4.1x1385KBps. > 0/4415108 ( 0.0%) @0x, remaining ??:?? > 0/4415108 ( 0.0%) @0x, remaining ??:?? > 0/4415108 ( 0.0%) @0x, remaining ??:?? > 0/4415108 ( 0.0%) @0x, remaining ??:?? > 0/4415108 ( 0.0%) @0x, remaining ??:?? > 0/4415108 ( 0.0%) @0x, remaining ??:?? > :-[ WRITE@LBA=0h failed with SK=3h/ASC=73h/ACQ=04h]: Input/output error > :-( attempt to re-run with -dvd-compat -dvd-compat to engage DAO or > apply full blanking procedure > :-( write failed: Input/output error Sorry I was too fast in my previous answer. I see 2 issues in your operation: - PubWare.exe is not an ISO image - PubWare.exe is not large enough, you should not burn something shorter than 1GB cause a lot of DVD-ROM player may have problem to read it. > > could it be the blanking procedure is the problem? theres a lot of doc's > saying upgrade to 5.20 for dvd+rw-tools > my question, is why ship such an old crap version. i mean 4.10 isn't > THAT old, these docs are bloody old old. The procedure described in the DVD burning section of the Handbook works fine with 4.10 Please double check everything (in reading the mentioned section) and check if your drive has no compatibility issue with growisofs (the URL is given in the Handbook). Marc PS: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html > _______________________________________________ > 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"