I have this line in /etc/fstab
Code:
//192.168.2.118/Volume_1 /media/ULOZISTE cifs credentials=/etc/cifs_pwd,nls=utf8,nounix,noserverino,users,auto 0 0
When I try to mount it from the console I get this:
Code:
root@desktop-aptosid:/home/petr# mount --verbose /media/ULOZISTE/
mount.cifs kernel mount options: ip=192.168.2.118,unc=\\192.168.2.118\Volume_1,noexec,nosuid,nodev,credentials=/etc/cifs_pwd,nls=utf8,nounix,noserverino,ver=1,user=petr,pass=********
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
It's not very useful.
I don't understand what I am doing wrong. It used to work. Maybe some changes in a package? |