On Thu, Jun 08, 2006 at 06:20:54PM -0700, Mingming Cao wrote: > Current ext3 filesystem is limited to 8TB(4k block size), this is > practically not enough for the increasing need of bigger storage as > disks in a few years (or even now). > > To address this need, there are co-effort from RedHat, ClusterFS, IBM > and BULL to move ext3 from 32 bit filesystem to 48 bit filesystem, > expanding ext3 filesystem limit from 8TB today to 1024 PB. The 48 bit > ext3 is build on top of extent map changes for ext3, originally from > Alex Tomas. In short, the new ext3 on-disk extents format is: What a horrible idea! The nice things about ext3 are: - the rather simple and thus reliable implementation - the lack of incompatible ondisk changes and the block numbers are't the big problem concerning scalability, there's a lot more to it, like btree(-like) structures in the allocator, parallel alloocator algorithms and a better allocation group concept. If you guys want big storage on linux please help improving the filesystems design for that, e.g. jfs or xfs instead of showhorning it onto ext3 thus both making ext3 less reliable for us desktop/small server users and not get the full thing for the big storage people either. - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html