2

There is instructions to mount UFS partitions on CentOS (like this), but they use kmod-ufs package from ELRepo, and there isn't such package in ELRepo for CentOS 7.

How to install UFS kernel module for CentOS 7? Alternatively, How I can compile this module from source?

2 Answers2

1

I used the instructions in http://wiki.centos.org/HowTos/BuildingKernelModules to build the UFS kernel module (ufs.ko).

Note that (in step 3) it's necessary to compile the whole kernel (takes about 1 hour)

0

I used the below code in my case

rpm -ivh http://rpm.repo.onapp.com/repo/rhel/7/x86_64/RPMS-5.2/kmod-ufs-3.10.0-9.onapp.x86_64.rpm
achhainsan
  • 155
  • 1
  • 6