From owner-freebsd-questions@FreeBSD.ORG Sat Aug 30 03:18:02 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 99EEA16A4BF for ; Sat, 30 Aug 2003 03:18:02 -0700 (PDT) Received: from mailout07.sul.t-online.com (mailout07.sul.t-online.com [194.25.134.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBE6D43FE5 for ; Sat, 30 Aug 2003 03:18:01 -0700 (PDT) (envelope-from hhasenbe@techfak.uni-bielefeld.de) Received: from fwd08.aul.t-online.de by mailout07.sul.t-online.com with smtp id 19t2nr-00017r-05; Sat, 30 Aug 2003 12:17:55 +0200 Received: from techfak.uni-bielefeld.de (bpCUT-ZFYeWnj9MUUqKMndZ84Jfk8y05eiPy8RTCtsAHf-u86rVikW@[217.82.93.197]) by fmrl08.sul.t-online.com with esmtp id 19t2no-20imK80; Sat, 30 Aug 2003 12:17:52 +0200 Message-ID: <3F5079CC.8080908@techfak.uni-bielefeld.de> Date: Sat, 30 Aug 2003 12:17:48 +0200 From: Hendrik Hasenbein User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: Brett Glass References: <200308300352.VAA17113@lariat.org> In-Reply-To: <200308300352.VAA17113@lariat.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Seen: false X-ID: bpCUT-ZFYeWnj9MUUqKMndZ84Jfk8y05eiPy8RTCtsAHf-u86rVikW@t-dialin.net cc: questions@freebsd.org Subject: Re: Trouble setting up multiple boot on big disk 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: Sat, 30 Aug 2003 10:18:02 -0000 Brett Glass wrote: > I'm setting up a laptop which will need to dual-boot Windows 2000 Server (ugh!) > and FreeBSD. I partitioned the large (60 GB) hard disk so that there was > an 18 GB NTFS partition at the beginning, followed by a 20 GB partition for > data, followed by an 18 GB partition for FreeBSD. But when I attempted to > install FreeBSD, the disk labeling utility wouldn't let me divide the > 18 GB partition (or "slice," in traditional UNIX parlance) into file systems > ("partitions" in UNIX parlance). I get an error message that says I can't do > it because something's "too big." > > What limitation am I hitting, and how do I get around it? I got a problem when my BIOS was on auto adressing mode for the drive. I switched it to LBA and now every system see the same layout. Hendrik