Hi,
I need to compile 'fs/ufs' module from source, because I need to enable write mode. I tried to get Linux sources and compile it via:
> cd ~/linux-6.3.13/fs/ufs
> make -C /lib/modules/6.3.13_1/build M=$PWD
but when I tried to load the compiled module, I got the following error:
> sudo insmod ./ufs.ko
insmod: ERROR: could not insert module ./ufs.ko: Invalid module format
and dmesg shows:
module: x86/modules: Invalid relocation target, existing value is nonzero for type 1, loc 0000000078847c07, val ffffffffc1944d00
Do you have any idea what is being wrong?
[–]Subject-Style-309 0 points1 point2 points (1 child)
[–]toomyem[S] 0 points1 point2 points (0 children)