I have used vagrant and virtual box. I make a syncfolder for shared file between host and guest. I see shared folder in virtual box and I put some files in it but when I check the shared folder in host I see this folder is empty I have used the following command for making synced folders:
config.vm.synced_folder "/home/jody/Desktop/MYSHARE", "/home/vagrant/share",owner:"vagrant"
What is the problem?