ashleygwilliams / x86-kernel

a simple x86 kernel, extended with Rust
MIT License
224 stars 47 forks source link

Synced folders do not work as intended with debian/jessie64 #3

Open mtnygard opened 8 years ago

mtnygard commented 8 years ago

The current version as of December 29th is 8.2.2, which has the following release notes:

virtualbox: switch to rsync as default method for synced folders, because vboxfs requires contrib or non-free packages

See [https://atlas.hashicorp.com/debian/boxes/jessie64/versions/8.2.2](version 8.2.2)

This means that changes in the host OS are only reflected in the guest OS when vagrant up or vagrant reload is run.

I have tried using ubuntu/trusty64 as a base box, with good results and properly shared folders.