From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 14:41:07 2003 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 0A6C316A4BF for ; Wed, 3 Sep 2003 14:41:07 -0700 (PDT) Received: from ms-smtp-03.tampabay.rr.com (ms-smtp-03.tampabay.rr.com [65.32.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21D1343FF5 for ; Wed, 3 Sep 2003 14:40:56 -0700 (PDT) (envelope-from tbstep@tampabay.rr.com) Received: from 2416462hfc204.tampabay.rr.com (2416462hfc204.tampabay.rr.com [24.164.62.204])h83Leivi004590 for ; Wed, 3 Sep 2003 17:40:45 -0400 (EDT) From: Todd Stephens (by way of Todd Stephens ) Date: Wed, 3 Sep 2003 17:36:12 -0400 User-Agent: KMail/1.5.3 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309031736.12660.tbstep@tampabay.rr.com> Subject: Re: Newbie - CD Burning Question 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: Wed, 03 Sep 2003 21:41:07 -0000 On Wednesday 03 September 2003 05:20 pm, Tony Pagliocco wrote: > CD Burner is located on /dec/acd0c because it says no such file > or directory is located. > > The command I am using is > > # burncd -f /dec/acd0c data /home/www/directory fixate Are you typing /dev or /dec? It should be /dev. Also, according to 'man burncd', "the files burned to data CD-Rs are assumed to be ISO9660 file systems", so I think you need to take whatever file(s) you want to put on the cd, and use mkisofs to create a ISO image. I've never used burncd though, so I can't be sure on that. -- Todd Stephens