LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   Mount HFS & HFSPLUS (Apple Filesystem Types) (https://www.linuxquestions.org/questions/linux-distributions-5/mount-hfs-and-hfsplus-apple-filesystem-types-4175631608/)

i3z 06-09-2018 05:05 PM

[Solved] Mount HFS & HFSPLUS (Apple Filesystem Types)
 
Hello,

Have you suffered while trying to mount HFS & HFS+ ?

Easy doing but hard to find out, I was looking too many websites looking for solution to this answer and I couldn't find real one. Here I am share 0.02 experience today!

First thing first, you have to install kmod-hfs & kmod-hfsplus and hfsplus-tools.

CENTOS
Step 1:
Code:

rpm --import http://elrepo.org/RPM-GPG-KEY-elrepo.org
Step 2:
Code:

yum install kmod-hfs
Step 3:
Code:

yum install kmod-hfsplus
Step 4:
Code:

yum install hfsplus-tools
Finally confirm installation via:
Code:

rpm -qa | grep hfsplus
Sample Output
Code:

[root@server modprobe.d]# rpm -qa | grep hfsplus
hfsplus-tools-540.1.linux3-4.el7.x86_64
kmod-hfsplus-0.0-5.el7_5.elrepo.x86_64

Hard drive & partitions should be working fine now! IF NOT keep reading. Harden security will stop mount Apple Filesystem Types and show error as: mount: unknown filesystem type 'hfsplus' or 'Master: hfsplus not configure in the kernel' BUT APFS must be written on the kernel configuration kmod-hfs, kmod-hfsplus will take while to installation cause it's adding new file-system types to the kernel, kernel first responsibility is HARDWARE, so if you suffer from this issue EVEN after installation of those packages above. That means either misconfiguration with kernel or HARDEN SECURITY been applied.

Step 2:

Check your modprobe configure files.

Code:

ls -la /etc/modprobe.d
If you can see any of files below you have to permanently delete them to mount APPLE FILESYSTEM TYPES

Code:

rm -rf hfsplus.conf
rm -rf hfs.conf
rm -rf udf.conf
rm -rf squashfs.conf
rm -rf jffs2.conf
rm -rf freevxfs.conf
rm -rf cramfs.conf


That's it! you can immediately open file window and press any of you APFS hard drive and you won't see error message any more.

Thank you for reading, please leave comment.

Best Regards,
Az

MensaWater 06-12-2018 07:28 AM

Thanks for sharing.

If you don't mind - please go to Thread Tools and mark this as Solved. It will help people in future web searches more quickly find your solution.

i3z 06-22-2018 10:27 AM

Quote:

Originally Posted by MensaWater (Post 5866519)
Thanks for sharing.

If you don't mind - please go to Thread Tools and mark this as Solved. It will help people in future web searches more quickly find your solution.

Thank you for the notice been applied for sure =)


All times are GMT -5. The time now is 03:14 AM.