From owner-freebsd-stable Sun Dec 22 10:48:33 2002 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 58FD537B401 for ; Sun, 22 Dec 2002 10:48:32 -0800 (PST) Received: from CRWdog.demon.co.uk (adsl-66-123-232-98.dsl.sndg02.pacbell.net [66.123.232.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2222743ED8 for ; Sun, 22 Dec 2002 10:48:31 -0800 (PST) (envelope-from spadger@best.com) Received: from localhost (localhost [127.0.0.1]) by CRWdog.demon.co.uk (Postfix) with ESMTP id 7B76223D; Sun, 22 Dec 2002 10:48:08 -0800 (PST) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Edwin Groothuis Cc: dalroi@solfertje.student.utwente.nl, stable@FreeBSD.ORG Subject: Re: Writing to ISO-images mounted as vnodes? In-Reply-To: Message from Edwin Groothuis of "Sun, 22 Dec 2002 09:06:46 +1100." <20021221220646.GW930@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Dec 2002 10:48:08 -0800 From: Andy Sparrow Message-Id: <20021222184808.7B76223D@CRWdog.demon.co.uk> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > While I was thinking how to make a bootable DOS-CD (the floppies for > > sale now just aren't as reliable as they used to be), Heh, and I thought it was just me... > Did sound nice, just create a 650Mb file, mount it, copy some files > into it, unmount it and ready to burn. The mechanism will work fine, you just need to have an intermediate file that can be mounted R/W as the repository for the files from the CD, then run 'mkisofs' to generate the ISO image from that. Extra step(s), but at least it works... I generally dedicate a disk slice or two for CD mastering purposes, (so the space is available even if I over-commit my filesystems), and mount the partition and check it over before burning from it, but using vn devices works nicely too, if you've got the FS space. Actually, if someone would commit the patch that adds the 'cdrom' flag to 'vnconfig' (for VMWare), you'd be able to check final booting and everything from a VM, so you could perform the entire process without needing to burn a CD except as the very last step. :) Cheers, AS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message