From owner-freebsd-stable Wed Mar 20 11: 6:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from root.com (nexus.root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 633AF37B400; Wed, 20 Mar 2002 11:06:43 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g2KJ6lP98253; Wed, 20 Mar 2002 11:06:47 -0800 (PST) (envelope-from dg) Date: Wed, 20 Mar 2002 11:06:47 -0800 From: David Greenman To: "Steve O'Hara-Smith" Cc: mrcpu@internetcds.com, clash@tasam.com, questions@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Problems with large disk. (> 1 TB) Message-ID: <20020320110647.A96231@nexus.root.com> References: <20020319131556.D99985@backmaster.cdsnet.net> <008901c1cf8c$be5d6f50$090510ac@gleason> <00b401c1cf8d$8960b7c0$090510ac@gleason> <20020319202137.U68606@backmaster.cdsnet.net> <20020320081439.74ca4530.steve@sohara.org> <20020319232049.W75496@nexus.root.com> <20020320190727.1cb65fac.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020320190727.1cb65fac.steve@sohara.org>; from steve@sohara.org on Wed, Mar 20, 2002 at 07:07:27PM +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >DG> >JM> multiple partitions < 1TB on a disk/slice > 1TB in size. >DG> > >DG> > I posted the answer to the wrong question then - you will need >DG> >multiple slices to do this with each under 1TB. >DG> >DG> That won't work either. FreeBSD cannot access blocks beyond 1TB on any >DG> device. It doesn't matter how you 'slice' it up. > > I thought fdisk slices were separate devices to FreeBSD so it should >be possible to put 1TB on each. Where did I go wrong this time, does FreeBSD >need to see the whole drive as a single device too ? They're only seperate devices in the same sense that a different partition is a different device. In both cases this is just a software abstraction. FreeBSD internally calculates an offset within the whole disk when individual slices/partitions are accessed, so the underlying whole device must be less that 1TB as well. Fixing this requires updating the kernel all the way from the device drivers to the highest levels in the kernel, and even some system applications. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message