Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
402 views

How to change owners for files in the mounted path within VM (using vagrant)?

I would appreciate for the help. I have mac os as a local machine and VirtualBox + vagrant (with a debian 7 on the board) as a guest machine. every time I run any website on the VM a got an error: ...
Anthony's user avatar
  • 163
0 votes
1 answer
310 views

How to share a Mac OsX host folder to a Win Srvr 2008 virtualbox guest so that it can be mapped as a network drive (no Vbox shared folder)

I need to share a Mac OsX (El Capitan) host folder to a Windows Server 2008 virtualbox guest machine so that it can be mapped as a network drive. **I can't use VirtualBox shared folder ...
S.Magnaschi's user avatar
6 votes
1 answer
1k views

OSX: Locking in vagrant with Ubuntu guest using NFS doesn't work

On OSX 10.10.3 using VirtualBox 4.3.26 and vagrant 1.7.2 when using NFS for the shared folder in a Ubuntu 14.04 LTS guest, PHP application ins the guest trying to use LOCK_EX on the shared folder ...
mark's user avatar
  • 1,982
2 votes
2 answers
2k views

NFS from MacOS to Centos in virtualbox

I'm trying to share files from my Mac to a web server hosted in VirtualBox running Centos. Mac I've created the file /etc/exports. It has the following line /Users/jason/projects -alldirs -network ...
JasonM's user avatar
  • 21
2 votes
0 answers
718 views

NFS Sharedfolder in Vagrant (Virtualbox) syncs files extremely slow

I have my development system set up with a Ubuntu Vagrant box which includes a shared folder with all the code stuff. My Host system is Ubuntu 13.04 and the Guest is 12.04. At first all the changes ...
Dominik Kukacka's user avatar
1 vote
1 answer
2k views

Filesystem change notification over NFS

I have the following setup: Host machine: Ubuntu 13.04 (64-bit) Guest machine on Virtualbox: Ubuntu Server 10.04 LTS (32-bit) I'm working on a project that lives inside the VirtualBox guest. I edit ...
Kos's user avatar
  • 953