From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 16:49:57 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 C3B2116A4CE for ; Thu, 20 Nov 2003 16:49:57 -0800 (PST) Received: from southgate.ph.inter.net (lanceb.ph.inter.net [202.61.82.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DA643FE3 for ; Thu, 20 Nov 2003 16:49:56 -0800 (PST) (envelope-from chael@southgate.ph.inter.net) Received: from JMICH (jmich [192.168.1.254]) by southgate.ph.inter.net (Postfix) with SMTP id 239FC221C for ; Fri, 21 Nov 2003 08:49:50 +0800 (PHT) Message-ID: <001201c3afc9$5e389680$fe01a8c0@JMICH> From: To: References: <002701c3af33$d7ccec30$fe01a8c0@JMICH><20031120131500.6DA55E4A01@mail.freesurf.fr> <200311201331.20730.kstewart@owt.com> Date: Fri, 21 Nov 2003 08:49:49 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: FreeBSD beside WinXP 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: Fri, 21 Nov 2003 00:49:57 -0000 Thanks for all the replies. And yes, that's what my FAT32 is for... sort of a mediator for the different OSes which also contains important files but no directories for working applications. Ok, let me get this in short. You basically recommend me to follow this http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NT-BOOTLOADER ? If I want to copy that /boot/boot1 from my FreeBSD partion to my drive C:\, how can I get to my FreeBSD partition, in the first place, if I won't be able to boot from it after installation? (because I assume the above steps would require you not to touch your MBR while installing FreeBSD). Can I create a boot disk to boot that FreeBSD? Thanks. >On Thursday 20 November 2003 05:14 am, ogautherot@freesurf.fr wrote: >> As far as I am concerned, I tend to have 1 partition for the system and a >> separate one for user data - this way, you don't wipe everything out if >> your system crashes. This saved my life a couple of times. >> >> What do you need the 10GB FAT32 partition for? (I suspect the same purpose >> but with respect to Windows...?!?) >If you want to pass large files, you need something you can write to from >FreeBSD. You can read but not write to NTFS. I have a number of mutli-boot >machines and I almost always have that much in one partition that is FAT32. > >FWIW, all of my multi-boot XP/FreeBSD have the main FreeBSD slice on the >primary master. You can add /boot/boot0 to your c-drive and boot.ini and 5.x >or 4.x boots like a charm using ntldr. My c-drive only contains data and does >not contain an OS. > >Kent