I have MBP 2012, in which I have installed Manjaro Gnome DE. It has dual OS, the other is MacOS - High Sierra.
Issue:
when I try to access the High Sierra drive (going to other locations) from Manjaro, It asks for Authorization and when I enter the correct Password, I get an error - " APFS file type not configured in Kernel".
Error mounting /dev/sda2/ at /run/media/lx/1d32bda4-6e3c-4783-b592-e5ee819701e1: Filesystem type apfs not configured in kernel.
Note:
I have installed the following Packages to my system without any issues, But still, when I access the High Sierra Drive, it errors out.
You probably just cloned the repo and the actual build of the module failed because you have not installed the linux-headers for your running kernel (installed kernels).
My proposal is to enable AUR from Pamac UI and build AUR (en) - linux-apfs-rw-dkms-git
But first, you have to do some things for AUR packages. From terminal run: sudo pacman -Syu base-devel --needed
Then you install the linux headers for your installed kernels. This command will install automatically (in case you have more than one kernel installed):
Then you build the package: pamac build linux-apfs-rw-dkms-git
it will automatically install dkms too … reboot after that and check if you can mount and access the apfs drive.
You might also need the tools later, so you will have to build AUR (en) - apfsprogs-git
Yes, I did reboot the system. The kernel using in my system is Linux 6.1.21-1-MANJARO.
I have tried to mount it from terminal and also from the File Manager.