From owner-freebsd-questions@FreeBSD.ORG Thu Mar 11 17:57:08 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 4716016A4CE for ; Thu, 11 Mar 2004 17:57:08 -0800 (PST) Received: from gateway.home.ricin.net (cp464173-a.dbsch1.nb.home.nl [212.204.145.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09BC443D2F for ; Thu, 11 Mar 2004 17:57:08 -0800 (PST) (envelope-from danny@ricin.com) Received: from workstation.home.ricin.net (workstation.home.ricin.net [172.16.32.66]) by gateway.home.ricin.net (Postfix) with ESMTP id 465DE24D09; Fri, 12 Mar 2004 02:57:07 +0100 (CET) From: Danny Pansters To: Lowell Gilbert Date: Fri, 12 Mar 2004 02:57:06 +0100 User-Agent: KMail/1.6 References: <4050F072.1050707@slaughters.com> <405112A8.8080401@slaughters.com> <44brn2de6x.fsf@be-well.ilk.org> In-Reply-To: <44brn2de6x.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403120257.06851.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 Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 01:57:08 -0000 On Friday 12 March 2004 02:52, you wrote: > 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. I didn't know that, thanks for pointing that out. Though in order to have anything bootable (from a CD rom) you'd have no other choice than iso, or not? (I sometimes made these mini install CDs containing only the 2.88 floppy image but I always thought of it as an ISO with the bootable image being specified. I'm now wondering if I misunderstood this). Cheers, Dan