From 4af0163c5eef4dd0a897d65601517136f768e3c9 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilets Date: Sun, 17 May 2015 10:11:40 +0200 Subject: [PATCH] update readme with example accessmode 9p --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 410df3d..35dd317 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,10 @@ You can change the synced folder type for */vagrant* by explicity configuring it an setting the type, e.g. config.vm.synced_folder './', '/vagrant', type: 'rsync' + + or + + ```config.vm.synced_folder './', '/vagrant', type: '9p', disabled: false, accessmode: "mapped"``` ## Customized Graphics