From owner-freebsd-stable@FreeBSD.ORG Sat Oct 23 07:57:10 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0E9E16A4CE for ; Sat, 23 Oct 2004 07:57:10 +0000 (GMT) Received: from pathfinder.roks.biz (roks.biz [82.207.80.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14BFA43D41 for ; Sat, 23 Oct 2004 07:57:09 +0000 (GMT) (envelope-from padla@roks.biz) Received: from admin.office.roks.biz (admin.office.roks.biz [192.168.100.103]) by pathfinder.roks.biz (8.12.11/8.12.11) with ESMTP id i9N7uSgs043933; Sat, 23 Oct 2004 10:56:31 +0300 (EEST) (envelope-from padla@pathfinder.roks.biz) Received: from admin.office.roks.biz (localhost.roks.biz [127.0.0.1]) i9N7uT90080704; Sat, 23 Oct 2004 10:56:29 +0300 (EEST) (envelope-from padla@admin.office.roks.biz) Received: (from padla@localhost) by admin.office.roks.biz (8.12.11/8.12.11/Submit) id i9N7uOaN080703; Sat, 23 Oct 2004 10:56:24 +0300 (EEST) (envelope-from padla) Date: Sat, 23 Oct 2004 10:56:24 +0300 From: Nikolay Pavlov To: Jonathan Chen Message-ID: <20041023075624.GA75611@roks.biz> Mail-Followup-To: Nikolay Pavlov , Jonathan Chen , freebsd-stable@freebsd.org References: <20041023044928.GC50202@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041023044928.GC50202@grimoire.chen.org.nz> User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org Subject: Re: burncd and mount_cd9660 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 07:57:10 -0000 Hi, Jonathan. On Saturday, 23 October 2004 at 17:49:28 +1300, Jonathan Chen wrote: > Hi, > > I'm running 5.3-STABLE, and seem to have a problem where if I run > burncd, I am not able to mount the recently burnt CD. If I > reboot the box, the mount on the CDwill succeed. I am experiencing > this on 2 very different i386 boxes. > > Anyone else seeing this? Quote from man burncd(8): In the examples above, the files burned to data CD-Rs are assumed to be ISO9660 file systems. mkisofs(8), available in the FreeBSD Ports Collec- ^^^^^^^ tion, is commonly used to create ISO9660 file system images from a given directory tree. I think you that you have simply forgotten to prepare an image. Use mkisofs. Best regards, Nikolay Pavlov.