From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 21:14:13 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 07D1B16A4BF for ; Fri, 29 Aug 2003 21:14:13 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2B8843FF5 for ; Fri, 29 Aug 2003 21:14:09 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp104-131.lns1.adl1.internode.on.net [150.101.104.131])h7U4E7x1095098; Sat, 30 Aug 2003 13:44:08 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Brett Glass , questions@freebsd.org Date: Sat, 30 Aug 2003 13:44:07 +0930 User-Agent: KMail/1.4.3 References: <200308300352.VAA17113@lariat.org> In-Reply-To: <200308300352.VAA17113@lariat.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200308301344.07613.malcolm.kay@internode.on.net> 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 04:14:13 -0000 On Sat, 30 Aug 2003 13:22, Brett Glass wrote: > I'm setting up a laptop which will need to dual-boot Windows 2000 Serve= r > (ugh!) and FreeBSD. I partitioned the large (60 GB) hard disk so that t= here > was an 18 GB NTFS partition at the beginning, followed by a 20 GB parti= tion > for data, followed by an 18 GB partition for FreeBSD. But when I attemp= ted > to install FreeBSD, the disk labeling utility wouldn't let me divide th= e 18 > GB partition (or "slice," in traditional UNIX parlance) into file syste= ms > ("partitions" in UNIX parlance). I get an error message that says I can= 't > do it because something's "too big." A precise message would be helpful. But you may be running off the end of the disk -- i.e. the FreeBSD slice = may extend past the end of the disk. 60Gb in disk manufacturers (DM) terms means 60*1000*1000*1000. Operating systems (OS) usually take 1Gb as 1024*1024*1024 Thus 60Gb(DM) =3D=3D 55.8Gb(OS) while you are perhaps looking for 56Gb(OS) Malcolm > > What limitation am I hitting, and how do I get around it? > > --Brett Glass