Page 1 of 1

CIFS mount doesn't work since kernel v5.15.10

PostPosted: Dec 27th, '21, 23:09
by lerevecbeau
With kernel v5.15.10, mount.cifs doesn't work and return :
Code: Select all
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

In journalclt, kernel log :
Code: Select all
kernel: Couldn't init compat dev. ret -12


When I downgrade to kernel v5.15.6, all works. I have about 10 PC that have the same problem. Samba server works nice. So I think it's a kernel or a cifs-utils problem. Do someone have the same problem ?

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Dec 28th, '21, 00:55
by doktor5000
There's an update candidate for 5.15.11 in updates_testing, have a look at https://bugs.mageia.org/show_bug.cgi?id=29813
This also includes a fix for the recent cifs userspace update, check https://bugs.mageia.org/show_bug.cgi?id=29641#c45 for context.

Although going by the error message, https://bugs.mageia.org/show_bug.cgi?id=29784 looks similar - did you report that ?

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Jan 2nd, '22, 19:18
by lerevecbeau
With kernel 5.15.11, I have the same problem and yes, it's the same bug report as here : https://bugs.mageia.org/show_bug.cgi?id=29784
I downgraded to kernel 5.15.6 and it works. May be with kernel 5.15.12, it will work !
Thank you for your help and happy new year !

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Jan 4th, '22, 13:02
by hank
After kernel update to 5.15.11 I have the same issue. I can confirm that with kernel 5.15.6 cifs mounting is OK.

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Jan 4th, '22, 23:04
by morgano
Could you try 5.15.12 in testing?
https://bugs.mageia.org/show_bug.cgi?id=29784#c5

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Jan 5th, '22, 02:56
by bbfuller
I've been following this thread with interest as I use Samba frequently.

I installed kernel 5.15.12-desktop-2.mga8 from updates-testing as suggested.

I can confirm that with the:

Code: Select all
mount -t cifs //server1/machines /home/******/mnt -o username=******,uid=1000


version of the cifs mount command it works well.

Too late to test any more tonight.

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Jan 19th, '22, 11:08
by bbfuller
I can also confirm that with the general release of kernel 5.15.15-desktop-1.mga8 today, the alterations have been carried forward and as far as simple testing goes the cifs mount command works OK.

Thanks.

Re: CIFS mount doesn't work since kernel v5.15.10

PostPosted: Jan 20th, '22, 13:17
by morgano
Thank you for the feedback!

@lerevecbeau, could you edit your initial post and prepend [SOLVED] to the subject?