0

This is actually related to a previous question I'd deleted on here. I'm trying to install the jfs file system on one of my disk partitions, but it's telling me no such package exists. These are the steps I'm supposed to take:

wget http://elrepo.org/linux/elrepo/el5/i386/RPMS/elrepo-release-5-4.el5.elrepo.noarch.rpm
rpm -Uvh elrepo-release*rpm
yum install kmod-jfs
yum install jfsutils

Installing the modules worked fine, but the yum install jfsutils doesn't work. It says no jfsutils package exists.

My vm is running 32-bit CentOS 5.9, using VMWare Server Console. OS booted from CentOS plus kernel.

4

1 に答える 1

0

CentOS 5.9 の場合、jfsutils は centosplus リポジトリで利用できるため、リポジトリが有効になっていることを確認する必要があります。または、実行できるはずですyum --enablerepo=centosplus install jfsutils

于 2013-07-19T19:29:30.450 に答える