Hi, I need of to mount an XFS partition on Centos 6.2 .. but I cant find the kernel module.. it that true the xfs is available only under x86_64 ?
From: admin lewis adminlewis@gmail.com
I need of to mount an XFS partition on Centos 6.2 .. but I cant find the kernel module.. it that true the xfs is available only under x86_64 ?
Google says "It is unlikely that upstream will add xfs to the 32-bit OS because xfs tends to have some issues with 4k stacks on the 32-bit kernels."
JD
On 2/27/2012 9:31 AM, admin lewis wrote:
I need of to mount an XFS partition on Centos 6.2 .. but I cant find the kernel module..
# rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rp...
# yum install kmod-xfs xfsprogs
On 02/27/2012 09:07 PM, Warren Young wrote:
On 2/27/2012 9:31 AM, admin lewis wrote:
I need of to mount an XFS partition on Centos 6.2 .. but I cant find the kernel module..
# rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rp...
# yum install kmod-xfs xfsprogs
there is no xfs in epel! and there is no kmod et al in epel.
2012/2/28 Farkas Levente lfarkas@lfarkas.org:
On 02/27/2012 09:07 PM, Warren Young wrote:
On 2/27/2012 9:31 AM, admin lewis wrote:
I need of to mount an XFS partition on Centos 6.2 .. but I cant find the kernel module..
# rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rp...
# yum install kmod-xfs xfsprogs
there is no xfs in epel! and there is no kmod et al in epel.
Centos 6.X (64bit) already supports XFS in kernel. You only need to install xfsprogs package to mount xfs filesystems.
just yum install xfsprogs (it is included in centos 6.2 base)
-- Eero, RHCE