Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Mar 2009 10:19:03 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-stable@freebsd.org
Cc:        Ivan Voras <ivoras@freebsd.org>
Subject:   Re: 32bit filesystem limitations
Message-ID:  <200903251019.03312.jhb@freebsd.org>
In-Reply-To: <gqddl4$bd2$1@ger.gmane.org>
References:  <49CA3795.609@bsd.ee> <gqddl4$bd2$1@ger.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 25 March 2009 10:03:36 am Ivan Voras wrote:
> Andrei Kolu wrote:
> > Hi,
> > 
> > I have trouble to create FreeBSD 7.1 i386 partition/slice to 3Ware 8port
> > raid kontroller with 8x500GB drives attached to it. Raid 5 massive is
> > 3,1TB in size and during sysinstall installation I select whole
> > available space but after restart I can access only 1,2TB from it. What
> > is the problem?
> 
> MS-DOS fdisk partitions and bsdlabel partitions both have 32-bit
> limitations on the file system size. You should use gpart to partition
> the large volume. That is, except if you want to boot from it also -
> then it's a bit problematic; it's best to create two logical drives in
> your RAID controller - one small drive for the OS (something like 8 GB
> to keep the ports and all) and the rest for the data.

Well, you need to use GPT, either via gpart(8) or gpt(8).  You can then use 
gptboot to boot from that volume if desired.

-- 
John Baldwin



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