03-28-2025, 05:01 PM
(This post was last modified: 03-28-2025, 05:02 PM by TheOldPresbyope.)
(03-28-2025, 04:46 PM)Tim Curtis Wrote:(03-28-2025, 02:23 PM)pagandan Wrote: in dmesg I now get the following errors :
[ 4634.469659] CIFS: Attempting to mount \\192.168.1.50\mynas
[ 4634.484905] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
[ 4634.485049] CIFS: VFS: \\192.168.1.50 Send error in SessSetup = -13
[ 4634.485136] CIFS: VFS: cifs_mount failed w/return code = -13
The login credentials are correct, I've even added and tried to use different shares and different users. But for some reason I just can't logon?
On my end a cifs mount looks like this in dmesg. Note the forward slashes.
Code:[13553.813120] CIFS: Attempting to mount //MOODE/NVMe
The message CIFS: VFS: cifs_mount failed w/return code = -13 just means "permission denied", but its presence also means the driver did reach the server.
As in Tim's case, on a moOde 9.3.0 player I see logged to the journal
Code:
sunroom kernel: CIFS: Attempting to mount //OMV1.local/Music1
Had the mount failed there would be more.
Regards,
Kent