Discussion:
[vagrant-up] using project folders in vagrant
kaliyatensionia
2018-10-04 11:37:02 UTC
Permalink
I have recently installed vagrant and red hat in windows 8 environment. I
want to use my projects in windows drive in redhat running on vagrant
machines. Is there a mechanism to copy paste or access project folders
already present in windows environment inside vagrant virtual machines.
I am running on Windows 8 with Red Hat 7 as the guest OS for Vagrant.
--
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/cd1dbd7c-8c1b-446a-b657-8098fe5c22bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-10-09 20:35:57 UTC
Permalink
if the guest box have virtualbox additions, then the current folder is
mounted as /vagrant inside the guest.

if you copy files from the guest to /vagrant, those will be visible on the
host.

Alvaro.
Post by kaliyatensionia
I have recently installed vagrant and red hat in windows 8 environment. I
want to use my projects in windows drive in redhat running on vagrant
machines. Is there a mechanism to copy paste or access project folders
already present in windows environment inside vagrant virtual machines.
I am running on Windows 8 with Red Hat 7 as the guest OS for Vagrant.
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/cd1dbd7c-8c1b-446a-b657-8098fe5c22bd%40googlegroups.com
<https://groups.google.com/d/msgid/vagrant-up/cd1dbd7c-8c1b-446a-b657-8098fe5c22bd%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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/CAHqq0ez1fpSQHQ5offHdA6MSRPw3tH03T%2BKA7mWp%3DS2gNyykCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Tapas Mishra
2018-10-10 04:08:59 UTC
Permalink
I want to view the files kept on host inside guest.
On Wed, Oct 10, 2018 at 2:06 AM Alvaro Miranda Aguilera
if the guest box have virtualbox additions, then the current folder is mounted as /vagrant inside the guest.
if you copy files from the guest to /vagrant, those will be visible on the host.
Alvaro.
I have recently installed vagrant and red hat in windows 8 environment. I want to use my projects in windows drive in redhat running on vagrant machines. Is there a mechanism to copy paste or access project folders already present in windows environment inside vagrant virtual machines.
I am running on Windows 8 with Red Hat 7 as the guest OS for Vagrant.
--
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 view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/cd1dbd7c-8c1b-446a-b657-8098fe5c22bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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 a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/NTtnHNO-fw4/unsubscribe.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ez1fpSQHQ5offHdA6MSRPw3tH03T%2BKA7mWp%3DS2gNyykCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
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/CAPhqJV2Du%3DMKT4XOHcjbCCs2s1AwaTKznua7E14dik1EZWZDXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Alvaro Miranda Aguilera
2018-10-10 18:03:05 UTC
Permalink
host current directory -> guest /vagrant

thats how shared folder mount.
Post by Tapas Mishra
I want to view the files kept on host inside guest.
On Wed, Oct 10, 2018 at 2:06 AM Alvaro Miranda Aguilera
Post by Alvaro Miranda Aguilera
if the guest box have virtualbox additions, then the current folder is
mounted as /vagrant inside the guest.
Post by Alvaro Miranda Aguilera
if you copy files from the guest to /vagrant, those will be visible on
the host.
Post by Alvaro Miranda Aguilera
Alvaro.
Post by kaliyatensionia
I have recently installed vagrant and red hat in windows 8 environment.
I want to use my projects in windows drive in redhat running on vagrant
machines. Is there a mechanism to copy paste or access project folders
already present in windows environment inside vagrant virtual machines.
Post by Alvaro Miranda Aguilera
Post by kaliyatensionia
I am running on Windows 8 with Red Hat 7 as the guest OS for Vagrant.
--
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.
Post by Alvaro Miranda Aguilera
Post by kaliyatensionia
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.
Post by Alvaro Miranda Aguilera
Post by kaliyatensionia
To unsubscribe from this group and stop receiving emails from it, send
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/cd1dbd7c-8c1b-446a-b657-8098fe5c22bd%40googlegroups.com
.
Post by Alvaro Miranda Aguilera
Post by kaliyatensionia
For more options, visit https://groups.google.com/d/optout.
--
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.
Post by Alvaro Miranda Aguilera
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to a topic in the
Google Groups "Vagrant" group.
Post by Alvaro Miranda Aguilera
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/vagrant-up/NTtnHNO-fw4/unsubscribe.
Post by Alvaro Miranda Aguilera
To unsubscribe from this group and all its topics, send an email to
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ez1fpSQHQ5offHdA6MSRPw3tH03T%2BKA7mWp%3DS2gNyykCg%40mail.gmail.com
.
Post by Alvaro Miranda Aguilera
For more options, visit https://groups.google.com/d/optout.
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/CAPhqJV2Du%3DMKT4XOHcjbCCs2s1AwaTKznua7E14dik1EZWZDXg%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.
--
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/CAHqq0ezmFaQ_gCQXPRX57yGoTfqQakMOhyO_zZiqv%2BR%3Da7PmFA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...