Centos 5.1 documentation states that the supported ext3 filesystem limit is 16TB, yet I have a 9.5TB partition that is claimed to be too large: mke2fs 1.39 (29-May-2006) mke2fs: Filesystem too large. No more than 2**31-1 blocks (8TB using a blocksize of 4k) are currently supported. Am I missing something? > uname -a Linux fileserver.sharcnet.ca 2.6.18-53.1.6.el5 #1 SMP Wed Jan 23 11:28:47 EST 2008 x86_64 x86_64 x86_64 GNU/Linux -- Gary Molenkamp SHARCNET Systems Administrator University of Western Ontario gary at sharcnet.ca http://www.sharcnet.ca (519) 661-2111 x88429 (519) 661-4000
On Feb 7, 2008 8:17 PM, Gary Molenkamp <gary at sharcnet.ca> wrote:> > Centos 5.1 documentation states that the supported ext3 filesystem limit > is 16TB, yet I have a 9.5TB partition that is claimed to be too large: > > mke2fs 1.39 (29-May-2006) > mke2fs: Filesystem too large. No more than 2**31-1 blocks > (8TB using a blocksize of 4k) are currently supported. > > Am I missing something?Did you tried with -j -b block-size Did you tired by specifying the blocks-count> > > uname -a > Linux fileserver.sharcnet.ca 2.6.18-53.1.6.el5 #1 SMP Wed Jan 23 > 11:28:47 EST 2008 x86_64 x86_64 x86_64 GNU/Linux > > -- > Gary Molenkamp SHARCNET > Systems Administrator University of Western Ontario > gary at sharcnet.ca http://www.sharcnet.ca > (519) 661-2111 x88429 (519) 661-4000 > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- Alain Spineux aspineux gmail com May the sources be with you
On Feb 7, 2008 2:17 PM, Gary Molenkamp <gary at sharcnet.ca> wrote:> Centos 5.1 documentation states that the supported ext3 filesystem limit > is 16TB, yet I have a 9.5TB partition that is claimed to be too large: > > mke2fs 1.39 (29-May-2006) > mke2fs: Filesystem too large. No more than 2**31-1 blocks > (8TB using a blocksize of 4k) are currently supported. > > Am I missing something?You will want to look at this article from the Red Hat Knowledge Base: http://kbase.redhat.com/faq/FAQ_103_11461.shtm It should help. --Jeffrey