Greetings Tumbleweed Community,
I have been on travel for a bit and didn’t use my machine for the past 3 weeks. Upon return, I updated my TW system and my user CIFS mounts are now not working and I am unsure why. I have details below. Any recommendations are appreciated. Thank you! I looked and did not find other forum entries that aligned with this; my apologies if I missed something.
[Message from Terminal when Entering]
> cd /slash-johndoe/
bash: cd: /slash-johndoe/: No such device
[Relevant fstab]
//nas/slash-smb /slash-johndoe cifs vers=default,sec=ntlmssp,credentials=/root/mnt/smb-johndoe.cred,uid=1000,gid=8888,dir_mode=0750,file_mode=0750,x-systemd.automount,x-systemd.mount-timeout=10 0 0
[Relevant /etc/hosts]
192.168.1.11 nas
[Relevant credentials]
> sudo cat /root/mnt/smb-johndoe.cred
[sudo] password for root:
username=johndoe
password=nope
domain=local
[Relevant dmesg output]
> dmesg | grep -i cifs
164.823334] Key type **cifs**.spnego registered
164.823342] Key type **cifs**.idmap registered
164.823932] **CIFS**: Attempting to mount \
as\slash-smb
164.862548] **CIFS**: VFS: **cifs**_mount failed w/return code = -22
164.867897] **CIFS**: Attempting to mount \
as\slash-smb
164.903734] **CIFS**: VFS: **cifs**_mount failed w/return code = -22
[Me Trying to Get More Error Information]
> > sudo umount /slash-johndoe
> sudo mount --verbose /slash-johndoe/
mount.cifs kernel mount options: ip=192.168.1.11,unc=\
as\slash-smb,vers=default,sec=ntlmssp,dir_mode=0750,
file_mode=0750,uid=1000,gid=4200,user=johndoe,domain=local,pass=****
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Kind regards,
iqgrande