From owner-freebsd-questions@FreeBSD.ORG Thu Feb 21 23:18:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A552DCC8 for ; Thu, 21 Feb 2013 23:18:48 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 2C7BC3E1 for ; Thu, 21 Feb 2013 23:18:47 +0000 (UTC) Received: from kw.news4all.se (usenet4all.se [82.182.32.53]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id r1LNIdIc030626; Fri, 22 Feb 2013 00:18:40 +0100 (CET) (envelope-from bah@bananmonarki.se) Message-ID: <5126AB44.7020202@bananmonarki.se> Date: Fri, 22 Feb 2013 00:18:28 +0100 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Warren Block Subject: Re: cdrecord: Please report. References: <12037.1361404359@server1.tristatelogic.com> <51262DB4.9070303@bananmonarki.se> <51264157.7020608@bananmonarki.se> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 23:18:48 -0000 2013-02-21 17:35, Warren Block skrev: > On Thu, 21 Feb 2013, Bernt Hansson wrote: > >> 2013-02-21 15:47, Warren Block skrev: >>> On Thu, 21 Feb 2013, Bernt Hansson wrote: >>>> 2013-02-21 00:52, Ronald F. Guilmette skrev: >>>>> >>>>> And more to the point, how can I burn a simple damn CD now? >>>>> >>>> Try http://fy.chalmers.se/~appro/linux/DVD+RW/ its in ports as >>>> sysutils/dvd+rw-tools >>> >>> But growisofs from dvd+rw-tools only writes DVDs. cdrecord from >>> cdrtools-3.00_2 worked for me yesterday, burning a CD on an external USB >>> drive. >> >> growisofs writes cd's, no matter what they are called. > > Not for me. With a CD-R: > > :-( /dev/cd0: media is not recognized as recordable DVD: 9 > > The other difference is that growisofs is based on mkisofs, and takes a > list of files to write. I don't know if it has a way of writing an ISO > image directly. From the handbook; http://www.se.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html To burn a pre-mastered image, such as imagefile.iso, use: # growisofs -dvd-compat -Z /dev/cd0=imagefile.iso