You are not logged in.
It looks like smbclient stopped working after an update.
It tried to resolve the issue, so I remove cifs-utils and smbclient package, reupdated all package and installed again. No luck
cifs module is correctly loaded
[glow@snowman ~]$ lsmod | grep cifs
cifs 626688 0
dns_resolver 16384 1 cifs
fscache 61440 1 cifs
but smbtree does not show anything except for the usual warning:
[glow@snowman ~]$ smbtree
smbtree: Can't load /etc/samba/smb.conf - run testparm to debug it
and my usally working mounting line is still not working
[glow@snowman ~]$ sudo mount -t cifs //HOSTNAME/Share /mnt/usb1 -o user=user,password=password,workgroup=workgroup,ip=192.168.0.2
[sudo] password for glow:
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I can ping the server ip and oher users have no problem accessing it
Any hindsight ?
Last edited by GloW_on_dub (2017-12-26 16:18:27)
Offline
https://bbs.archlinux.org/viewtopic.php … 7#p1738757 ?
Though you do seem to get a different error, but maybe that error is different on different versions.
Last edited by V1del (2017-10-04 08:50:27)
Offline
Looks like i needed to had
vers=2.0
now.
Offline
Please mark as [SOLVED] if it is, by editing the title of your initial post.
Offline
thanks for the reminder
Offline