Re: [vagrant-up] using project folders in vagrant

2018-10-10 Thread Alvaro Miranda Aguilera
host current directory -> guest /vagrant thats how shared folder mount. On Wed, Oct 10, 2018 at 7:10 AM Tapas Mishra wrote: > I want to view the files kept on host inside guest. > On Wed, Oct 10, 2018 at 2:06 AM Alvaro Miranda Aguilera > wrote: > > > > if the guest box have virtualbox

Re: [vagrant-up] using project folders in vagrant

2018-10-09 Thread 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 wrote: > > 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

Re: [vagrant-up] using project folders in vagrant

2018-10-09 Thread 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. On Thu, Oct 4, 2018 at 2:37 PM kaliyatensionia wrote: > I have recently installed vagrant and

[vagrant-up] using project folders in vagrant

2018-10-04 Thread 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