Re: block layer / FS question: x86_32bit with LBD, 20 TB RAID volume => funny issues

From: Frantisek Rysanek
Date: Mon Mar 10 2008 - 00:33:32 EST


On 9 Mar 2008 at 23:05, David Chinner wrote:
>
> Sure. the largest address space that can be used on a 32bit platform
> with 4k pages is 16TB (2^32 * 2^12 = 2^44 = 16TB). For XFS, that means
> metadata can't be placed higher in the filesystem than 16TB, and seeing
> as we only have a single address space for metadata, the filesystem is
> limited to 16TB. It could be fixed with software changes, but really
> there's no excuse for using x86 given how cheap x86_64 is now.....
>
[...]
>
> Yes, switching to 64 bit machines will fix this problem as the
> address space will now hold 2^64*2^12 bytes.....
>
wow, thanks for such a precise answer, from such an authoritative
source :-)

Frank Rysanek

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/