These work: sudo mount -t cifs '\\192.168.15.101\code' /home/eddie/code -o username=eddie,password=password sudo smbmount '\\192.168.15.101\code' /home/eddie/code -o username=eddie,password=password
So does this line in /etc/fstab: //192.168.15.101/code /home/eddie/code smbfs username=eddie,password=password,uid=eddie,gid=eddie 0 0 However, gvfs-mount doesn't. It keeps asking for my password over and over, even when the share is setup to not use a password. ed...@eddie-ubuntu:~$ gvfs-mount 'smb://192.168.15.101/code' Password required for share code on 192.168.15.101 User [eddie]: Domain [WORKGROUP]: Password: Password required for share code on 192.168.15.101 User [eddie]: Domain [WORKGROUP]: Password: Password required for share code on 192.168.15.101 User [eddie]: Domain [WORKGROUP]: Password: -- win7 file share won't mount using nautilus https://bugs.launchpad.net/bugs/510059 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
