I’ve had my laptop using Manjaro for years. Always done updates whenever they come out. And in the last few months I’ve gone to use some of my CIFS shares and noticed they are not mounting properly.
if I try and mount it with “sudo mount /mnt/shared” it says there is an error message and dmesg says:
[47074.909701] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[47074.909704] CIFS: Attempting to mount //192.168.x.x/shared
[47087.236449] CIFS: enabling forceuid mount option implicitly because uid= option is specified
[47087.236452] CIFS: Attempting to mount //192.168.x.x/shared
[48008.516646] CIFS: Attempting to mount //192.168.x.x/shared
[48008.523929] CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE
[48008.523936] CIFS: VFS: \\192.168.x.x Send error in SessSetup = -13
[48008.523939] CIFS: VFS: cifs_mount failed w/return code = -13
If I connect with the command, "smbclient -d3 -U nat //192.168.x.x/shared " It logs in fine, and I can list all the files.
If I connect through the GUI using nautilus or something using “smb://” it works fine too
This doesn’t matter which machine I try connecting to. I’ve tried 3 different IPs for computers, both netbios name and IP
I’m not sure what would cause the network to fail… There’s barely anything running on it and between the switch I am on and the NAS is a 10GB connection
Seeing as it’s a network share you’re trying to mount and it works if you browse to an smb://* location, try setting up systemd mount unit for SAMBA instead: