This seems to be due to the fact that samba refuses to show dangling symlinks:
[EMAIL PROTECTED]:~$ mkdir test1 [EMAIL PROTECTED]:~$ touch test1/dest [EMAIL PROTECTED]:~$ ln -s test1/dest test1/link [EMAIL PROTECTED]:~$ rm test1/dest [EMAIL PROTECTED]:~$ ls -l test1/ total 0 [EMAIL PROTECTED]:~$ rmdir test1 rmdir: test1: Directory not empty -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
