Question #172393 on samba in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/samba/+question/172393

    Status: Open => Answered

Andriopoulos Nikolaos proposed the following answer:
sudo apt-get install smbfs 
sudo mkdir /mnt/remote
sudo chmod 777 mkdir
sudo mount -t smbfs -o username=windowsusername //192.168.1.3/sharename 
/media/remote
cd /media/remote
ls -l

"smbfs" should/can replaced with "cifs"
chmod 777 is ok since its only LAN... if u go internet better change that.
create a sharing in the windows machine

good luck

-- 
You received this question notification because you are a member of
Ubuntu Server/Client Support Team, which is an answer contact for samba
in Ubuntu.

-- 
Mailing list: https://launchpad.net/~enterprise-support
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~enterprise-support
More help   : https://help.launchpad.net/ListHelp

Reply via email to