From owner-freebsd-questions Sat Mar 25 19:17:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from escape.com (escape.com [198.6.71.10]) by hub.freebsd.org (Postfix) with ESMTP id 4E92537B81D for ; Sat, 25 Mar 2000 19:17:30 -0800 (PST) (envelope-from zhaoc@escape.com) Received: from localhost (zhaoc@localhost) by escape.com (8.9.0/8.9.1) with ESMTP id WAA03947; Sat, 25 Mar 2000 22:17:47 -0500 (EST) Date: Sat, 25 Mar 2000 22:17:47 -0500 (EST) From: OCtane To: Kevin Oberman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Creating and burning ufs images on CD-Roms? In-Reply-To: <200003252203.OAA25578@ptavv.es.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 25 Mar 2000, Kevin Oberman wrote: > Normally CD-RW disks are not recorded in UFS, but in a new standard > format, UDF. As far as I know, UDF is not yet supported under F-BSD, > although I know someone is trying to get it done. Thanks for the reply, but by UFS, I meant UFS. I just needed to write the ~650MB image, and don't need things like packet writing. My problem was in specifying mode1 data but not closing the session (disc?). The TOC wasn't being written by burncd, so mount couldn't read the contents of the disc. Specifying 'fixate' for burncd.. fixed the problem. :^) Thanks for the pointers though. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message