From owner-freebsd-isp Tue Apr 20 7:20:42 1999 Delivered-To: freebsd-isp@freebsd.org Received: from satin.sensation.net.au (serial0-satin.Melbourne.sensation.net.au [203.20.114.38]) by hub.freebsd.org (Postfix) with ESMTP id A3A2F14BEF for ; Tue, 20 Apr 1999 07:20:36 -0700 (PDT) (envelope-from rowan@sensation.net.au) Received: from velvet.sensation.net.au (serial0-velvet.Brunswick.sensation.net.au [203.20.114.195]) by satin.sensation.net.au (8.8.8/8.8.7) with ESMTP id AAA21515 for ; Wed, 21 Apr 1999 00:18:03 +1000 (EST) (envelope-from rowan@sensation.net.au) Received: from localhost (rowan@localhost) by velvet.sensation.net.au (8.8.8/8.8.8) with SMTP id AAA19425 for ; Wed, 21 Apr 1999 00:17:48 +1000 (EST) (envelope-from rowan@sensation.net.au) X-Authentication-Warning: velvet.sensation.net.au: rowan owned process doing -bs Date: Wed, 21 Apr 1999 00:17:46 +1000 (EST) From: Rowan Crowe To: freebsd-isp@freebsd.org Subject: Re: making an image for a cd In-Reply-To: <199904200201.WAA07457@mail.paradox.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 19 Apr 1999, John J. Paner wrote: > You probably have seen my posts for help in setting up a fbsd router. > > While I know that a flash mem setup would be ideal, I am not at that point > yet. I have decided it would be easiest if I could boot from a CD image > that I have made with the needed files on it (I could keep the conf files > on the floppy drive). > > Here is the question. How can I make an image of a setup on a hard drive > so that it can be burned on a cd? I have a CDR on a windows machine and > was thinking that a program like rawrite would do nicely. The problem is if you do it this way, it's not "spin during boot only" media. It will spin up whenever you need to load a new app or utility. You've effectively got a less efficient read-only HD which defeats the purpose of reliability... What you can do instead is to use MFS which is a memory filing system - the kernel either contains the complete MFS image or you can copy part of the image after initial boot, into the MFS slice. You use a minimal FreeBSD system which only has the functionality you need. It can be done in less than 1.5Mb (eg PicoBSD) but to be more comfortable you'd probably be looking at about 5Mb. Cheers. -- Rowan Crowe http://www.rowan.sensation.net.au/ Sensation Internet Services http://www.sensation.net.au/ Melbourne, Australia Phone: +61-3-9388-9260 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message