From owner-freebsd-questions@FreeBSD.ORG Thu Sep 10 02:12:44 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 3743D106566B for ; Thu, 10 Sep 2009 02:12:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id E57548FC14 for ; Thu, 10 Sep 2009 02:12:43 +0000 (UTC) Received: by yxe2 with SMTP id 2so8123317yxe.3 for ; Wed, 09 Sep 2009 19:12:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=j5DDge9A9PjUL5zQk2Eplz2bF3fGV9PFSHOuUYul+30=; b=uld4hRpD2zVsQXTAJk8Sw8OU0z/gMg5jNtH8fJhKf5J7cU+2FsRsdrp4iUXNkjSZOq MBLXWgfIL67/xmoPMnNT9L3LjEn4vIW0HOziW6EosYbZuk0ahnxpe7Rev0wf9gw3RBoz SD3JtAGCawy6uxVpfBxsjTZv0ms+YPOsZQ3IA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UbgfEoHNfjg1ux486TfqwhIIQ2Mr3s4hUuxYeytKLV1YZfIx7mPUBStSfmIX3mKFDI qoy9roR8jxocOXfrnYVIppDfPRghK2DvDEpK5Axl0bCfDBA5aCEn99+AEBDTLU7EnSj9 Tl8vjePssVfhA0sK+eTtLGa4RaOXHbiCxYfLA= MIME-Version: 1.0 Received: by 10.150.174.30 with SMTP id w30mr1692856ybe.143.1252548763173; Wed, 09 Sep 2009 19:12:43 -0700 (PDT) In-Reply-To: <4AA85E2E.6010808@hdk5.net> References: <4AA85E2E.6010808@hdk5.net> Date: Wed, 9 Sep 2009 21:12:43 -0500 Message-ID: <6201873e0909091912g8e953eo674db5ffd3dd3972@mail.gmail.com> From: Adam Vande More To: Al Plant Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: DVD-R not recording .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: Thu, 10 Sep 2009 02:12:44 -0000 On Wed, Sep 9, 2009 at 9:02 PM, Al Plant wrote: > Aloha, > > on FreeBSD 8 Current > > I have installed growisofs. I want to burn a DVD R of > /path/7.2-RELEASE-p1-i386-disc1.iso . > > #growisofs -dvd-compat -Z /dev/cd0=/path/7.2-RELEASE-p1-i386-disc1.iso . > > Got this from FreeBSD handbook. Get no such file or directory error. Whats > wrong with the syntax? > > Is this the correct way to copy an .iso onto a DVD-R for installs? > > Or can I just use burncd like somebody on the BSD forum said they did? > > ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 > do you have this in /boot/loader.conf? atapicam_load="YES" -- Adam Vande More