Adding a XFS filesystem to CentOS 5

Howto use enterprise Linux ‘extras’ to mount a XFS filesystem on a CentOS v5.2 VM Install RPM’s Note: Due to this bug (3205), install binutils to overcome the error “xargs: nm: No such file or directory” while installing kmod-xfs-xen. # yum install binutils # yum install xfsprogs yum-kmod kmod-xfs-xen # mkfs.xfs -f /dev/sda1 Check A chunk of…