Upon returning to openSUSE a short while ago, I was pretty impressed with most things. I find it to be a tad more stable and reasonably paced than my other main system (Fedora).
And then I tried to mount a cifs drive and… “boom goes the dynamite.”
Off and on I’ve booted back into openSUSE to try and resolve the problems I’ve had. I’ve googled, followed some instructions, all to no avail.
First of all, I think an important distinction should be made here: my one and only goal is to mount a Windows share; this has absolutely nothing to do with samba shares. As I understand it, Samba would be useful for sharing Linux files with my Windows network, and that is something I have no interest in doing. I emphasize this because it seems that everything I find has something to do with samba.
Anyway, I’ve enabled every service I can think of - winbind, nmb, smb, cifs. I’ve reinstalled them all. I’ve added winbind and wins to the /etc/nsswitch.conf file. None of this has been necessary in any other Linux distro I’ve used. All I’ve ever had to do is install cifs-utils and fuse-smb. Then simply run this command:
mount -t cifs //[share].[domain] /mnt -o username=[username]
But with openSUSE all I ever get in return is an unresolvable host name (apparently this requires an IP) or a 115: Operation now in progress error.
Anybody know why? Is there some hoop I’ve failed to jump through? What’s with the unnecessary complications for such a simple and routine task?