From owner-freebsd-questions@FreeBSD.ORG Thu Dec 8 06:59:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 18A2116A428 for ; Thu, 8 Dec 2005 06:59:32 +0000 (GMT) (envelope-from illusion65@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11E8843D70 for ; Thu, 8 Dec 2005 06:59:16 +0000 (GMT) (envelope-from illusion65@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so922670wri for ; Wed, 07 Dec 2005 22:59:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=N7Ei4sj8uzKjg8WT0mRz7oXx5MZ8PN9jDdbrEuFJRsjSh9K4qslFfA0gfEn/F92YOojnxjQ+CAmeiHkvXeP/cV0lS5QuWm65RO+9WekKiQcHYqNbk59p6rU7IU10XuTd/JbOsPzh/pTdhTyjyd9FhoRGJ89nwhVyQpNONy1B1Zg= Received: by 10.54.117.11 with SMTP id p11mr2975832wrc; Wed, 07 Dec 2005 22:59:15 -0800 (PST) Received: from ?10.0.10.80? ( [60.234.223.58]) by mx.gmail.com with ESMTP id d8sm2432522wra.2005.12.07.22.59.13; Wed, 07 Dec 2005 22:59:15 -0800 (PST) Message-ID: <4397D9BD.9090603@gmail.com> Date: Thu, 08 Dec 2005 19:59:09 +1300 From: Doug Hawkins User-Agent: Mozilla Thunderbird 1.0.6 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: 'jon freddy' References: <00fa01c5fbb5$8eb84320$6501a8c0@workdog> In-Reply-To: <00fa01c5fbb5$8eb84320$6501a8c0@workdog> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 06:59:32 -0000 Gayn Winters wrote: >>I use Linux, but for a project I am doing it involves >>the BSD port system so now I want to experience it for >>myself. As I said I have Linux and Windows with GRUB. >>If I try and install FreeBSD will it detect I already >>have grub, a swap drive? Will it also give me an >>option to partition it? >> >> >I strongly recommend reading about installations, slices, and (BSD) >partitions in the FreeBSD Handbook >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html. > > I concur with Gayn, read all about it first! FreeBSD uses the term "slice" for DOS-style disk partitions and "partition" for the subdivisions within a given "slice". You don't want to confuse that while creating file new systems! NTFSresize is a great Linux utility for altering Windows partitions. I've had WinXP on one disk, and FreeBSD 5.4 on another for ~6 mo. Recently upgraded to FreeBSD 6.0 on a spare 40G disk slice (I now have 40G: FBSD 5.4, 100G: NTFS non-boot, 40G FBSD 6.0, & 20G spare on a 200G disk), but I couldn't boot FBSD6! It turns out the reason was that old BIOS boot limit (found that out from GRUB). Since only the root filesystem needs to be below the limit, I pointed my FBSD 5.4 swap to use FBSD 6's swap space, then moved FBSD 6's root into FBSD 5.4's old swap space (which is below that limit). Works great. If you are putting another OS on the same disk, you may have the same challenge. Good luck. Feel free to contact me directly if you'd like more details about the process. Doug