I have a Windows 7 computer that I would like to be able to access files on from my Kubuntu laptop. The windows computer is sharing a folder which other windows computers can access as well as a Mac. When I attempt to connect to the server's share (using dolphin, navigating to smb:/192.168.0.25/share), it prompts for a username and password. When I enter it, the windows goes away, then reappears. It will keep doing this until I give up.
I have been able to connect by using this command:
but it is extremely slow (approximately 140kbps over wireless, when i normally get 2Mbps).
I have had problems connecting to Windows before with the Mac (having to do with the username I think) but now it works (either Microsoft or Apple must've fixed it). I have removed the Windows 7 computer from any Homegroups and have set it to send NM & LTNM.
Is this an issue with Samba on Kubuntu or Windows?
I really want to use Linux instead of Windows on this laptop, but I need to be able to access the server. If I can't get SMB to work, could I use NFS?
Thanks for your help!
I have been able to connect by using this command:
Code:
sudo mount //192.168.0.25/share /mnt/share -o username=******,password=******
I have had problems connecting to Windows before with the Mac (having to do with the username I think) but now it works (either Microsoft or Apple must've fixed it). I have removed the Windows 7 computer from any Homegroups and have set it to send NM & LTNM.
Is this an issue with Samba on Kubuntu or Windows?
I really want to use Linux instead of Windows on this laptop, but I need to be able to access the server. If I can't get SMB to work, could I use NFS?
Thanks for your help!
Comment