From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 16:53:59 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB30137B405 for ; Mon, 16 Jun 2003 16:53:59 -0700 (PDT) Received: from smtp05.wxs.nl (smtp05.wxs.nl [195.121.6.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD5D443FDD for ; Mon, 16 Jun 2003 16:53:58 -0700 (PDT) (envelope-from akruijff@www.kruijff.org) Received: from kruij557.speed.planet.nl (ipd50a97ba.speed.planet.nl [213.10.151.186])18questions@freebsd.org; Tue, 17 Jun 2003 01:57:41 +0200 (MEST) Received: from Intranet.lan (akruijff@localhost [127.0.0.1]) h5GNrulP004110;akruijff@Intranet.lan) Received: (from akruijff@localhost) by Intranet.lan (8.12.6p2/8.12.6/Submit) id h5GNrtjZ004109; Tue, 17 Jun 2003 01:53:55 +0200 (CEST) Date: Tue, 17 Jun 2003 01:53:54 +0200 From: Alex de Kruijff In-reply-to: <20030616211505.GB36733@happy-idiot-talk.infracaninophile.co.uk> To: Matthew Seaman , Tobias Roth , questions@freebsd.org Message-id: <20030616235354.GH91604@dds.nl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.1i References: <20030616204048.GA3309@speedy.unibe.ch> <20030616211505.GB36733@happy-idiot-talk.infracaninophile.co.uk> Subject: Re: dualboot, first fbsd, then xp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 23:54:00 -0000 On Mon, Jun 16, 2003 at 10:15:05PM +0100, Matthew Seaman wrote: > On Mon, Jun 16, 2003 at 10:40:48PM +0200, Tobias Roth wrote: > > > Is it save to install WinXP after FreeBSD? My IBM recovery cd goofed > > up my WinXP and I'd like to reinstall XP only and keep my existing > > FreeBSD slices intact. Same goes for the MBR, of course. > > > > And yes, I will back up my data in any case, but I'd still hate it if > > I had to set up my whole system again. > > It's safe enough, in that the WinXP install will not gratuitously chew > up your FreeBSD partitions unless you tell it to. However, it will > probably overwrite the MBR, thus effectively hiding your FreeBSD > installation. You can recover by booting up from your FreeBSD > installation media, choosing the Fixit mode and re-installing the > FreeBSD boot manager from there -- see the boot0cfg(8) man page for > details. > > Hmmm... It's a long time since I had any dealings with a Microsoft OS, > but I seem to remember that they always preferred to go in the first > partition (slice, in FreeBSD parlance) on the drive. Dunno if that's > still true. > That goes for most OS out there. If the boot record are at a certain .... (fill in the rigth unity and value) then the system simply don't startup. FreeBSD has some filesystems that you wanna have a the front of the disk because of the performance. I recond the best thing to do is create tree or four partions. Two for FreeBSD and one or two for XP. The first partions holds / (128M) , the swap (2x mem, of 1x mem if you got two disks) and /var (256M). The secord partion hold the XP fs. The thirth hold the rest of FreeBSD fs and the fourth old more for XP if you are likly to experiance problems. (aka have the second partion in the dainger zone) Alex