Sha256: 3fe161cd53914c4c39702d476ff475d062b7de61fc6a9ad27990def5fb30dd2b

Contents?: true

Size: 1020 Bytes

Versions: 10

Compression:

Stored size: 1020 Bytes

Contents

---
layout: "docs"
page_title: "VirtualBox Shared Folders - Synced Folders"
sidebar_current: "syncedfolder-virtualbox"
description: |-
  If you are using the Vagrant VirtualBox provider, then VirtualBox shared
  folders are the default synced folder type. These synced folders use the
  VirtualBox shared folder system to sync file changes from the guest to the
  host and vice versa.
---

# VirtualBox

If you are using the Vagrant VirtualBox [provider](/docs/providers/), then
VirtualBox shared folders are the default synced folder type. These synced
folders use the VirtualBox shared folder system to sync file changes from
the guest to the host and vice versa.

## Caveats

There is a [VirtualBox bug][sendfile bug] related to `sendfile` which can result
in corrupted or non-updating files. You should deactivate `sendfile` in any
web servers you may be running.

In Nginx:

    sendfile off;

In Apache:

    EnableSendfile Off

[sendfile bug]: https://github.com/mitchellh/vagrant/issues/351#issuecomment-1339640

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
vagrant-aws-mkubenka-0.7.2.pre.22 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-f3fdbf414272/website/source/docs/synced-folders/virtualbox.html.md
vagrant-aws-mkubenka-0.7.2.pre.16 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-1ee58c40e3f5/website/source/docs/synced-folders/virtualbox.html.md
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/synced-folders/virtualbox.html.md
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/synced-folders/virtualbox.html.md
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/synced-folders/virtualbox.html.md
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/website/source/docs/synced-folders/virtualbox.html.md
vagrant-compose-yaml-0.1.3 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/website/source/docs/synced-folders/virtualbox.html.md
vagrant-compose-yaml-0.1.2 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/website/source/docs/synced-folders/virtualbox.html.md
vagrant-compose-yaml-0.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/website/source/docs/synced-folders/virtualbox.html.md
vagrant-compose-yaml-0.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/vagrant-dbb756c7b6da/website/source/docs/synced-folders/virtualbox.html.md