From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 21:24:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4D25A16A41C for ; Thu, 2 Jun 2005 21:24:38 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AFEA43D54 for ; Thu, 2 Jun 2005 21:24:37 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from lightning (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20050602212437i9200ak7h1e>; Thu, 2 Jun 2005 21:24:37 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Thu, 2 Jun 2005 17:24:26 -0400 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506021724.27066.FreeBSD@InsightBB.com> Subject: burncd problems 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, 02 Jun 2005 21:24:38 -0000 I've created a directory tree in /usr/freeBSD and it has directories for each of my four systems; lightning, daemon, gandalf, and freakinBSD. Each of those has subdirectories like /etc, and so on. I used mkisofs -R -o ~admin/cd1.iso /usr/freeBSD then I used vnconfig and mount to look at the image before burning it: vnconfig -e vn0c ~admin/cd1.iso mount_cd9660 /dev/vn0c /cdrom and then I burned it: burncd data ~admin/cd1.iso fixate But when I try to mount the CD, I get: mount_cd9660 /dev/acd0c /cdrom mount_cd9660: /dev/acd0c: Input/output error The files you hand to burncd are "image" files. Does that mean ISO images or did I miscontrue the man page? -- i386 FreeBSD 4.11-STABLE There are 10 types of people in this world. Ones that understand binary and then, the others.