Centos 6.3 install reiserFS support
Posted
by
Alon_A
on Server Fault
See other posts from Server Fault
or by Alon_A
Published on 2012-10-28T13:44:29Z
Indexed on
2012/10/28
17:03 UTC
Read the original article
Hit count: 416
I'm trying to change an existing ext4 partition to reiserFS in Centos 6.3 64bit.
I've updated the kernel to Centos Plus:
First, I've updated /etc/yum.repos.d/CentOS-Base.repo
:
In the
[centosplus]
section:enabled=1 includepkgs=kernel*
Then I ran yum ypdate
and my Kernel was updated to Centos Plus:
[root@vappsil disk]# uname -r
2.6.32-279.11.1.el6.centos.plus.x86_64
Then, I've added this to /etc/yum.repos.d/CentOS-Base.repo
into the
[centosplus]
section:includepkgs=kernel* jfsutils reiserfs-utils
into the
[base]
and[updates]
section:includepkgs=kernel* jfsutils reiserfs-utils
But when trying to execute:
yum install reiserfs-utils
I get:
No package reiserfs-utils available.
How can I install the reiserFS-utils package to create a reiserFS partition?
© Server Fault or respective owner