sudo mount -v -t cifs "//server/share/subdir" /mnt/myshare --verbose -o "user=me"
mount.cifs kernel mount options: ip=192.168.X.X,unc=\\server\share,user=me,prefixpath=subdir,pass=********
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
This still remains a problem with Debian 7.2. I have just upgraded a Debian 6 server to 7.2 and have noticed this issue.
This guy appears to have an understand of the problem, but there was no solution:
http:// lists.debian. org/debian- kernel/ 2011/08/ msg00424. html (Debian Bug#637560)
My system is:
- Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64 GNU/Linux
- mount.cifs version: 5.5
Example issue:-
sudo mount -v -t cifs "//server/ share/subdir" /mnt/myshare --verbose -o "user=me"
mount.cifs kernel mount options: ip=192. 168.X.X, unc=\\server\ share,user= me,prefixpath= subdir, pass=** ******
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)