From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 17:23:45 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D085BC5C for ; Tue, 9 Oct 2012 17:23:45 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 89F3D8FC14 for ; Tue, 9 Oct 2012 17:23:45 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q99HNaUO024083; Tue, 9 Oct 2012 11:23:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q99HNaRi024080; Tue, 9 Oct 2012 11:23:36 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 9 Oct 2012 11:23:36 -0600 (MDT) From: Warren Block To: Leslie Jensen Subject: Re: Considering purchase off SSD! Follow up In-Reply-To: <507446EB.7060903@eskk.nu> Message-ID: References: <5066E509.9090906@eskk.nu> <5066FD77.9080806@eskk.nu> <507446EB.7060903@eskk.nu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Tue, 09 Oct 2012 11:23:36 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2012 17:23:45 -0000 On Tue, 9 Oct 2012, Leslie Jensen wrote: > Got my new SSD. Have some additional questions. > > My old disk is MBR partitioned. I want to reserve only a part of the disk for > my Win7 installation and in order to do that I must initialise the disk (This > is in Windows7). > > A question comes up about using MBR or GPT (GUID Partition Table) > > I know I can just go ahead and use MBR but I would like to ask if GPT would > be beneficial. > > Is it possible to use GUID when one has a dual boot system? > > I presume that FreeBSD can handle GPT but I'm unsure! Yes, FreeBSD can handle it. As usual, Windows is the problem. From what I've read, only Windows 7 64-bit supports GPT, and then only with UEFI. So it's very likely that MBR is the only practical choice. Another trick is that Windows generally only has drivers for what was present when it was installed. So switching the BIOS to AHCI for better performance can result in Windows not booting. It is possible to locate the Windows drivers and install them. Otherwise, FreeBSD will work fine without AHCI, disk IO will be just a bit slower.