I have installed and set up a Samba server on my Linux (Ubuntu) using this simple tutorial ...
https://help.ubuntu.com/11.04/server...ileserver.html
The config looks like this ...
[share]
comment = Ubuntu File Server Share
path = /srv/samba/share
browsable = yes
guest ok = yes
read only = no
create mask = 0755
restart ...
sudo restart smbd
sudo restart nmbd
I cannot however see /srv/samba/share from the windows machine using win explorer.
What might I be doing wrong ?
As I understand it Samba enables windows clients to connect to Linux servers running a Samba server ...
How can a Linux client connect to another windows machine within the same LAN ?
regards,
Steven M