On Tue, Nov 3, 2009 at 1:12 AM, Thomas Koppe <[email protected]> wrote: > Hi there, > > I can't find the kernel-module-xfs packages. I miss the xfs filsystem in the > kernel too. On an original RedHat System the last kernel with xfs was the > 2.6.18-157.el5. In the aktual RedHat kernel 2.6.18-164.2.1.el5 I miss xfs > too.
In 5.4, xfs is included in the kernel itself. There is no external module. You can see it by 'locate xfs.ko' or 'find /lib/modules -name xfs.ko'. Also, it is available only in x86_64, not i686. Akemi
