To quickly get access - simply create a standard SMB fileshare on your windows box and ensure the correct permissions are set.
On the linux host we can do something like:
apt-get install cifs-utils
mkdir /media/myfileshare
sudo mount -t cifs //mywindowshost/myshare /media/myfileshare -o username=myusername,domain=domain.com,iocharset=utf8,file_mode=0777,dir_mode=0777
0 comments:
Post a Comment