Hello, After upgrading Ubuntu from 10.04 to 10.10, mount.cifs does no more work as expected on my environment. The command is: sudo mount.cifs //servername/somehow/deep/path /mnt/servername -o nounix,user=johndoe,domain=CORRECT_WORKGROUP,password=jdpasswd On Ubuntu 10.04, the mount works well. According to dpkg, the exact version for smbfs is 2:3.4.7~dfsg-1ubuntu3.2 On Ubuntu 10.10, the mount fails with the following error message: mount error(11): Resource temporarily unavailable Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) According to dpkg, the exact version for cifs-utils and smbfs is 2:4.5-2 I try to use gvfs-mount on Ubuntu 10.10 and it works with: gvfs-mount smb://servername If someone has any idea why mount.cifs fails, I will be glad to read it. Thank you André -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html