enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #00472
Re: [Question #172393]: how to transfer files from ubuntu 11.04 to win7
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.