[ ... ] >> * XFS has several limitations on 32b kernels. Just make sure >> you have a 64b kernel. [ ... ] > I was unaware that the block size was larger on 64b kernels. > Is that what you are referring to ? (would be nice)... Not as such, the maximum block size is limited by the Linux page cache, that is hw page size, which is for IA32 and AMD64 architectures the same at 4KiB. However other architectures which are natively 64b allow bigger page sizes (notably IA64 [aka Itanium]), so the page cache and thus XFS can do larger blocks sizes. The limitations of XFS on 32b kernels come from limitations of XFS itself in 32b mode, limitations of Linux in 32b mode, and combined limitations. For example: * There be 32b inode numbers, which limit inodes to the first 1TB of a filetree if sector size is 512B. * The 32b block IO subsystems limits partition sizes to 16TiB. * XFS tools scanning a large filesystem, usually for repair, can run out of the available 32b address space (by default around 2GiB). Page 5 and 6 here list some limits: http://oss.sgi.com/projects/xfs/training/xfs_slides_02_overview.pdf _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs