[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: max fs size with 1k blocks
- From: Eric Sandeen <sandeen redhat com>
- To: Jure Pečar <pegasus nerv eu org>
- Cc: ext3-users redhat com
- Subject: Re: max fs size with 1k blocks
- Date: Thu, 03 Jul 2008 12:36:51 -0500
Jure Pečar wrote:
> Hello,
>
> what is max ext3 filesystem size when mke2fs is called with -i 1024 -b 1024?
32-bit block number container, so 2^32 * 1024 = 4T.
>
> If rhel5 supports 8T ext3,
16T actually, in 2.6.19 and beyond (or distros which backported the fixes)
> I assume that is with 4k blocks, right?
Yep.
> So it is right to assume this number to be 2T with 1k blocks?
s/b 4T, see above.
> What about rhel4?
on pre-2.6.18/19 kernels there were really only 31 safe bits, so cut it
in half.
-Eric
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]