From owner-freebsd-hackers Thu Sep 26 16:57:43 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BE3037B401 for ; Thu, 26 Sep 2002 16:57:42 -0700 (PDT) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D5043E75 for ; Thu, 26 Sep 2002 16:57:41 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id A58062A7D6; Thu, 26 Sep 2002 16:57:41 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Wilko Bulte Cc: Attila Nagy , hackers@FreeBSD.ORG Subject: Re: Disk space over 1 TB In-Reply-To: <20020927000934.B15359@freebie.xs4all.nl> Date: Thu, 26 Sep 2002 16:57:41 -0700 From: Peter Wemm Message-Id: <20020926235741.A58062A7D6@canning.wemm.org> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wilko Bulte wrote: > On Thu, Sep 26, 2002 at 10:59:21AM -0700, Peter Wemm wrote: > > Attila Nagy wrote: > > > Hello, > > > > > > Just a quick question: with the recent (past 1-2 months) commits made to > > > CURRENT, is it possible to use more than 1 TB of disk space? (this would > > > be a hardware RAID array, accessed via SCSI as a single ID, so no ccd, > > > vinum or other magic) > > > > The i386 port uses the generic disklabel code, which has 32 bit logical > > block addressing, which means that the partitions themselves are limited to > > And the Alpha port? I have some multi TB disk arrays around at work that > I can play with :) Yes. If you can figure out how to construct an EFI GPT partition structure on it, 'GEOM' will detect and use it via sys/geom/geom_gpt.c. Note that /sbin/gpt needs lots of work. Right now the only way to do things is to use fdisk to initialize it and "convert" it to gpt. This turned out to be rather painful, but I eventually convinced it to do what I needed. It shouldn't be all that hard to finish it off. The biggest problem I had was that GEOM didn't have any way to do this live. I had to create the partitions on a non-geom kernel, then reboot to see if it worked etc. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message