Hello there,

I have a question regarding Virtualbox shared folders between a Linux host 
and a Windows10 Guest.
I have searched the internet during 2 days now but I was unable to find any 
answer or possible workaround.

* So by creating a VM manually in VBox GUI, the shared folders work.
* By using Vagrant to define the state of the VM it does not.


Any idea ?

  # == Shared Folders
  #
  config.vm.synced_folder File.absolute_path(dir_name), "/Dir"
  config.vm.synced_folder File.absolute_path(File.join(ENV['HOME'], 
'Documents')), "/HOST_Documents"

-> This does not work ....


Ubuntu 17.10
Virtualbox 5.1.30
Vargant: 2.0.1


Thank you for your help !

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/5e8953a9-32e4-4594-acbc-117dc79f09e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to