I've seen that the same problem was reported on the Debian bugtracker: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586009
The problem is that mount.cifs appends a trailing slash to the share name in /etc/mtab which differs from the line in /etc/fstab. Adding the trailing slash in /etc/fstab resolved all my issues: //share/ ~/mountpoint cifs users,noauto,credentials=~/.credentials,iocharset=utf8,uid=1000,gid=1000 0 0 ** Bug watch added: Debian Bug tracker #586009 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586009 -- umount cifs sharemount with user or users in /etc/fstab arguments doesn't work any more https://bugs.launchpad.net/bugs/661025 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
