Ok I know this topic comes up a lot in different threads, but I haven’t been able to solve the problem for my mount.
Untill a few days ago used the following command in OS10.1 without any problem:
mount -t smbfs -o username=,password=//x.x.x.x/network_folder /home/spuser/Desktop/desktop_folder
Now I’ve just installed OS11 and found that smbfs is replaced by cifs. I’m using exactly the same mount command but replacing the smbfs by cifs.
The error I get is:
mount error 20 = Not a directory
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
I checked and the following are installed:
cifs-mount
pam_cifs
samba
smb4k
libsmbclient0
samba-client
(+some others)
I tried mounting to /mnt but that doesn’t work either. The network and local folders do exist and I checked the type case.
What should I try?
(By the way, if anyone can also quickly tell me how to add a shortcut to my KDE4 desktop that would be great!)
I tried editing fstab to include the mount command but of course it won’t work without the two lines (modprobe…/echo…). I then tried to include these in fstab, but it doesn’t seem to react, and my network drives won’t mount during boot.