Mount folder with SAMBA

  1. Set folder own and group... also permissions

  2. Share folder /etc/samba/smb.conf

[images]
comment = Pictures
path = /data/web/easytobook.us/www/images/
read only = no
guest only = yes
public = yes
writable = yes
directory mask = 0777
create mask = 0777
hosts allow = 192.168.1.0/24
  1. Create Samba password for existing (in system) user
smbpasswd -a user
  1. Mount:
sudo mount -t cifs //192.168.1.240/images /home/alex/svn/www/images -o,user=user%password