From owner-freebsd-questions@FreeBSD.ORG Sat Jun 27 13:48:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DBC11065675 for ; Sat, 27 Jun 2009 13:48:29 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id 3750A8FC16 for ; Sat, 27 Jun 2009 13:48:29 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from tau.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 4045B8AF1; Sat, 27 Jun 2009 13:48:28 +0000 (UTC) Date: Sat, 27 Jun 2009 14:48:20 +0100 From: Bruce Cran To: Daniel Leal Message-ID: <20090627144820.5d0b4818@tau.draftnet> In-Reply-To: <4A460472.5000803@gmail.com> References: <4A460472.5000803@gmail.com> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: cant burn a cd iso X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 13:48:29 -0000 On Sat, 27 Jun 2009 12:37:22 +0100 Daniel Leal wrote: > Hi ! > > I am trying to burn a iso in my laptop with freebsd 7.2 > > Installed cdrtools and then kldload atapicam. > > Then I looked for the cdrom: > #cdrecord -scanbus > > Cdrecord-Clone 2.01 (i386-unknown-freebsd7.2) Copyright (C) 1995-2004 > J?rg Schilling > Using libscg version 'schily-0.8'. > scsibus2: > 2,0,0 200) 'PIONEER ' 'DVD-RW DVR-K17A' '1.51' Removable > CD-ROM 2,1,0 201) * > 2,2,0 202) * > 2,3,0 203) * > 2,4,0 204) * > 2,5,0 205) * > 2,6,0 206) * > 2,7,0 207) * > > So I try to burn the iso with the comand: > # cdrecord -v dev=2,0,0 myfile.iso You could also add 'driveropts=burnfree' to enable buffer underrun protection since it's not enabled by default. -- Bruce