Setup read and write samba share in vagrant centos
Tested on vagrant centos 6.9 In your vagrant machine: $ sudo yum install samba samba-common samba-client Setup samba config, place this config at the bottom of the file: $ sudo vim /etc/samba/smb.conf … … [foobar] browseable = yes path = /srv/foobar guest ok = yes public = yes read only = no create mask = … Read more