I did a post about samba configuration before at:
sudo apt-get install samba
Here is the updated configuration:
sudo gedit /etc/samba/smb.conf
security = share
[sharesmb]
path = /home/alexey/Desktop/sharesmb
comment = sharesmb
browseable = yes
guest ok = yes
read only = no
create mask = 0777
directory mask = 0777
Restart the samba
sudo /etc/init.d/samba restart
To test this share just copy the url
to the Nautilus file browser Location.
No comments:
Post a Comment