Vagrant 1.9.1 vboxsf not working on debian/jessie64?

63 views
Skip to first unread message

Joaquin Menchaca

unread,
Mar 3, 2017, 6:56:27 PM3/3/17
to Vagrant
I wanted to have /vagrant mounted where read/right on either host or guest are using the same shared file system.

On ubuntu/trusty64, this works fine, but on debian/jessie64 this is not working.  I need to figure out why this is happening.  I was relying on this mechanism, not just for convenience, but also to have access to private keys so that I can ssh into any box from the vagrant account. 

It seems the directory is copied.  I am not sure if that is the expected behavior or an actual bug.  The behavior is different under Ubuntu, it's actually mounted from the host.

I am using the following:

      node.vm.synced_folder ".", "/home/vagrant/myapp", type: "rsync",
       rsync__exclude: [".git/", "node_modules/", "npm-debug.log", "logs/"]
      node.vm.synced_folder ".", "/vagrant", disabled: false

Alvaro Miranda Aguilera

unread,
Mar 4, 2017, 9:51:20 AM3/4/17
to vagra...@googlegroups.com
Hello

Not all the boxes in atlas have virtualbox additions installed, this is upto the person who create the box.

You can do 2 things.

- install the virtualbox additions and repackage the box
- create your own box

and of course, check if there is any other box with the additions there.

Let me know if you need any help

Alvaro.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/96138a84-1dfe-4f43-b247-4875f2ec9cea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages