I do that, then when I reboot I still get the:
mount: fs type xfs not supported by kernel
Any ideas what's going on?
Patrick
P.S. The command I was using to install was:
yum --enablerepo=centosplus install kernel-module-xfs
Do I need to issue any other commands as well?
The command looks ok. Did you see it installed? Do a :
rpm -qa | grep kernel
to confirm you have it.
Akemi