2002-11-01 22:31:39

by Peter Chubb

[permalink] [raw]
Subject: Multiterabyte Filesystem Support in 2.4.x on IA64?

>>>>> "John" == John McCash <[email protected]> writes:

John> Hi, I've searched through the lkml archives, and come up with
John> conflicting information on the topic of large filesystem support
John> in 2.4.x. What I'm interested in doing is a multiterabyte
John> filesystem, using hardware RAID arrays, connected via SCSI to an
John> Intel-based host. My research indicates that I MAY be able to do
John> this if I use a 64 bit processor architecture, and use either
John> ext3 or xfs on top of LVM for the filesystem. What's not clear
John> currently, is whether I'm subject to the 2 terabyte file size
John> and filesystem size limitation.

I don't know why you want large block device support in 2.4, but it's
now available at http://www.gelato.unsw.edu.au/patches for IA64
against Bjorn's latest tree.

I haven't tried LVM, but MD with megaraid works on a 4-way Itanium.

JFS doesn't currently work; XFS should but I've only tried ext[23],
reiserfs (both of which work) and JFS (which doesn't).

You'll be limited to 16TB for ext2, and a maximum 2TB file size; XFS
is a better bet, but is not in the core kernel.

Peter C