You are not logged in.
Pages: 1
Hi, after upgrading kernel-zen to 5.15.2-zen1-1-zen, my cifs mount became not working.
/usr/bin/sudo mount.cifs //192.168.128.32/Capsule /Time -o rw,credentials=/home/user/.smbcred,uid=1000,gid=1000,sec=ntlm,vers=1.0
I get error
kernel: bad security option: ntlm
kernel: CIFS: VFS: bad security option: ntlm
Before upgrading to kernel, it was working fine and after upgrade, I have roll back to the older kernel, it worked.
I have tried sec=ntlmv2, ntlmssp but no change.
Can anyone tell me how to fix this issue please?
Offline
There is no fix: ntlm support removed completely from kernel.
Offline
Oh, no...
I'll try afp then... Thanks!
Offline
So I needed NTLM support added back into the kernel, so I created a backport patch for vanilla kernel 5.15.12
I don't use arch, but I posted the patch over here: https://821895.bugs.gentoo.org/attachment.cgi?id=761299
Hopefully this will be useful to those who need that support back in the kernel.
Offline
Im lost without my backup LAN drives. I dont know what to do.
For years I have 2 hdd's connected to my routers USB ports, There are no options to change the protocols. I use it twice a day to do all my backups. All i can do is to downgrade back to the previous kernel and hope that kernel stays around for a long time because i cant use linux without access to my network storage
Unless anyone can assist?
https://forum.manjaro.org/t/updated-ker … /102031/12
Last edited by jackdinn (2022-02-09 20:02:52)
Offline
Omitting "sec=ntlm" does the trick for me ( I really do not need it).
fstab:
//192.168.1.5/Volume_1 /home/v/MNT/CIFS/NAS2 cifs vers=1.0,username="my_name",password="my_password",iocharset=utf8,nofail 0 0
Offline
Pages: 1