From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 17:52:39 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 CA6D416A4CE for ; Thu, 11 Mar 2004 17:52:39 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF92A43D62 for ; Thu, 11 Mar 2004 17:52:39 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc11) with ESMTP id <2004031201523901300545coe>; Fri, 12 Mar 2004 01:52:39 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id CA286E; Thu, 11 Mar 2004 20:52:38 -0500 (EST) Sender: lowell@be-well.ilk.org To: lee@slaughters.com References: <4050F072.1050707@slaughters.com> <200403120059.15053.danny@ricin.com> <405112A8.8080401@slaughters.com> From: Lowell Gilbert Date: 11 Mar 2004 20:52:38 -0500 In-Reply-To: <405112A8.8080401@slaughters.com> Message-ID: <44brn2de6x.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: danny@ricin.com cc: FreeBSD Questions Mailing List Subject: Re: burncd args 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: Fri, 12 Mar 2004 01:52:39 -0000 lee slaughter writes: > Danny Pansters wrote: > > >On Friday 12 March 2004 00:04, lee slaughter wrote: > > > >>hi..... > >>i make a tar.gz backup file. > >>is burncd -f /dev/acd1 data fixate > >>the right syntax? is "data" the correct type? i cannot tell > >>from burncd manpage. > >> > > > > What you called should be the ISO (top of my head, I > > think the only exception is if you're creating an audio CD with only > > WAV/AIFF files that go into tracks). So use mkisofs first, then > > burncd. > > > hmmm. so you can only burn an ISO image onto a CD. not anything > else? like UFS or any other format? No, you can burn any format you want. You have to remember what it is to mount it again, though; most people will assume it's an ISO 9660 if it's on a CD. It can be useful to burn a raw tar or dump file to a CD, for example.