From owner-freebsd-questions@FreeBSD.ORG Thu Sep 6 17:33:44 2007 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 1F42116A418 for ; Thu, 6 Sep 2007 17:33:44 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E958613C459 for ; Thu, 6 Sep 2007 17:33:43 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 12D071CCA6 for ; Thu, 6 Sep 2007 09:33:26 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 6 Sep 2007 19:33:25 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709061933.25807.fbsd.questions@rachie.is-a-geek.net> Subject: Re: bootable CDs on FreeBSD-6.1-R amd64 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, 06 Sep 2007 17:33:44 -0000 On Wednesday 05 September 2007 01:50:21 luizbcampos@gmail.com wrote: > Burning CDs is becoming a coastier task to me on FBSD-6.1-R amd64. > I've lost five of them... How do you determine they're broken? Like which error messages you get with what command, that makes you decide to trash them. > and the question is how to make bootable CDs by > using cdrecord? I've already read "man cdrecord" but the question is not > clearer. Cdrecord (or burncd for that matter) doesn't know what bootable cd-roms are. The iso file determines if they're bootable or not. Cdrecord/burncd just tells the cd writer what bytes to burn in which sectors. man mkisofs should tell you about making an iso file bootable. -- Mel