vagrant dir no longer mounted?

13 views
Skip to first unread message

Joaquin Menchaca

unread,
Nov 6, 2015, 1:49:59 PM11/6/15
to Vagrant
I wanted to try stuff with CentOS 7 from Atlas, and notice some strange behavior.  Is this expected, or a bug?

Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure("2") do |config|
  config.vm.define "devbox", primary: true do |dev|
    dev.vm.box = "centos/7"
  end
end

When I go into this system, there's no /vagrant mounted, but there's an rsync'd folder in /home/vagrant/sync.  Is auto-mounting /vagrant no longer supported?

This doesn't happen with Trusty using ubuntu/trusty64.

Alvaro Miranda Aguilera

unread,
Nov 9, 2015, 3:36:37 AM11/9/15
to vagra...@googlegroups.com
Hello (hola!)

Each person/group decide what's best for them, some include the
virtualbox additions other doesnt.

If rsync did work, can be you are on linux/osx and/or the box is
configured to use that.

Each box can include a vagrant file that gets loaded that can modify
the default settings.

if you would like to test other boxes, have a look at bento in atlas.

If you would like to build your own boxes, have a look at packer.io
and github.com/chef/bento

Hope this helps
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+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/87079dc5-4919-42aa-9dde-d1ba33ef91ac%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages