From owner-freebsd-questions Tue Feb 4 01:05:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA03560 for questions-outgoing; Tue, 4 Feb 1997 01:05:16 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA03539 for ; Tue, 4 Feb 1997 01:05:06 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.7.5/8.6.12) id LAA23261; Tue, 4 Feb 1997 11:03:34 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma023258; Tue Feb 4 11:03:26 1997 Message-ID: <32F6FB78.50E3@barcode.co.il> Date: Tue, 04 Feb 1997 11:03:52 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: James Johnson CC: freebsd-questions@FreeBSD.ORG Subject: Re: Partition References: <32F687C9.6864@ptialaska.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk James Johnson wrote: > > I am not quite sure how I would go about using a dos partition, > but then again I'm not quite sure if it is needed. I have two > physical drives. C contains dos/windows95. I would like for D > to contain FreeBSD, and use boot manager on start up. Can I just > install FreeBSD to D, and use boot manager? Would a dos partition > be needed? I am not really sure what a dos partition is, so > please explain this. > > Thank you. > > Jimmy Johnson You need a DOS partition only where you want to store DOS files. However, it is a good idea to have a DOS partition on a disk you're going to install FreeBSD onto, and delete it while installing, replacing it with a FreeBSD partition. It seems that the installation program, like any good hacker, is especially good in learning by example (a.k.a. cut-and-paste), so sometimes it finds it easiers to figure out how to cerate a FreeBSD partition if there is already a DOS partition on the disk. You *can* install FreeBSD on the seconds disk and use the boot manager to boot it or dos/windows95. Note that the installation program has a tendency to install the boot manager on the wrong disk, so you might have to install it manually by running \tools\bootinst.exe from DOS (won't work from Win95). Good luck, Nadav