Am 30.06.22 um 19:02 schrieb ronnie sahlberg:
On Fri, 1 Jul 2022 at 03:00, Julian Sikorski <belegdol@xxxxxxxxx> wrote:
Hi list,
it appears that kernel 5.18.8 breaks cifs mounts on my machine. With
5.18.7, everything works fine. With 5.18.8, I am getting:
$ sudo mount /mnt/openmediavault/
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel
log messages (dmesg)
The relevant /etc/fstab line is:
//odroidxu4.local/julian /mnt/openmediavault cifs
credentials=/home/julas/.credentials,uid=julas,gid=julas,vers=3.1.1,nobrl,_netdev,auto
0 0
Is this a known problem?
What is the output in dmesg ?
Not much is there:
Jun 30 18:19:34 snowball3 kernel: CIFS: Attempting to mount
\\odroidxu4.local\julian
Jun 30 18:19:34 snowball3 kernel: CIFS: VFS: cifs_mount failed w/return
code = -22
I tried reverting 16d5d91 as it was the only commit referencing smb, but
it did not help unfortunately.
Best regards,
Julian