Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 11:06:47 -0800
From:      David Greenman <dg@root.com>
To:        "Steve O'Hara-Smith" <steve@sohara.org>
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>
In-Reply-To: <20020320190727.1cb65fac.steve@sohara.org>; from steve@sohara.org on Wed, Mar 20, 2002 at 07:07:27PM %2B0100
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>

next in thread | previous in thread | raw e-mail | index | archive | help
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020320110647.A96231>