Mounting HFS+ Volume on CentOS

The easy way to mountint HFS+ Volume on CentOS is using elrepo. But right now it’s only read only mount.

First you need to import elrepo GPG Key:

# rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org

Open this page http://elrepo.org/tiki/tiki-index.php to get the latest version of elrepo for your CentOS version. On this texts written, the latest version for CentOS 6 is 6.6

# rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm

The last step is to install kmod hfsplus

# yum install kmod-hfsplus

Now you can mount the hfs volume as others filesystem type!

Leave a Reply

Your email address will not be published. Required fields are marked *

*