linux-apfs-rw
linux-apfs-rw copied to clipboard
libcrc32c not found
Sadly I have an error after make works...
modprobe: FATAL: Module libcrc32c not found in directory /lib/modules/6.14.5-300.fc42.x86_64
Am on Fedora, moving from the Apple Jail
but wants to rw my datas on APFS disk !
Iis libcrc32c is installed by libkcapi ?
Thanks
Have you tried inserting the module anyway? Maybe your libcrc32c is builtin.
I know this issue is 2 months old now but did it work? I am encountering the same probelem and don't want to fuck up anything
There is no risk here, you can just insert the module anyway. It should work.
Ok I will try again to insert the module... but, for now, I cant find it !
I moved to Manjaro
After installing (via the app manager)
Then, do sudo pacman -Sy linux-header
I have an error at the end of the process :
(2/2) Remove upgraded DKMS modules
:: Traitement des changements du paquet…
(1/1) réinstallation linux66-headers [######################] 100%
:: Exécution des crochets (« hooks ») de post-transaction…
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating module dependencies...
(3/3) Install DKMS modules
==> ERROR: Missing 6.6.101-1-MANJARO kernel modules tree for module linux-apfs-rw/0.3.15.
(idem when I do a "make" from git clone) I will come back And thanks I know it is experimental :)
I don't know anything about manjaro, sorry, somebody else wrote those build instructions. Can't you just use the package from AUR?
It' what I do I remove the package "linux-apfs-rw-dkms" <-- not git, FAIL I install the package "linux-apfs-rw-dkms-git" <--- OK I reinstall the linux header ( works ) Reboot
Do
sudo mount -t apfs -o uid=1000,gid=1000,readwrite /dev/sdb2 /mnt/ventura
Ok, RW ok
I can close the issue
Ah, I see, there are two different aur packages and you say that one is broken. You can try to report that to them if you want.
Yes, or maybe I just don't reboot at time / debug.do the right way ! Thanks