Update broke Samba SMB1 support?

I have a NAS box that supports only Samba version SMB1. I mount it with the following fstab entry:

//192.168.0.199/share /mnt/buffalo cifs vers=1.0,username=guest,password="",uid=1000 0 0

A couple of days ago I installed system updates. Since then, I cannot mount the NAS box. I get this (not too useful) error when I try to mount it manually:

[root@tiger ~]# mount //192.168.0.199/share /mnt/buffalo -o vers=1.0,username=guest,password=“”,uid=1000
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)

What do I need to do to get the box mounted again?

Check out a similar recent thread: Samba broken

1 Like