Tiny Core Base > Raspberry Pi

Mount a samba share, mount error: cifs filesystem not supported by the system

<< < (2/2)

patrikg:
OK, maybe the filesystems haven't that file, but now you you have the name of what file missing.

--- Code: ---cifs.ko

--- End code ---
I think they have develop a bash script tool to search for files in TC and PICore.
Let me search a bit to find it.......

It's the extension provides.tcz that can find files.
And you can read about it here:
https://forum.tinycorelinux.net/index.php/topic,27363.0.html

Rich:
Hi vincent.t
unknown symbol in module  can mean a missing dependency.
To see if  cifs  has any dependencies:

--- Code: ---modinfo cifs | grep depends
--- End code ---

If it does, check the loaded modules to see if any of those dependencies missing:

--- Code: ---lsmod
--- End code ---

Paul_123:
Its a packaging error.  The 16.x kernels moved directories of dependencies for cifs.ko, so my sorter script that I used missed it.  I fixed it for the next time I package kernel extensions........was waiting for someone to ask before I went through the effort of fixing for the current release.....

fs/netfs is what is missing.

Paul_123:
Just pushed updated packages for filesystems-6.12.25* kernels

Navigation

[0] Message Index

[*] Previous page

Go to full version