Created
February 19, 2015 12:13
-
-
Save uglide/e9e5affbd96eb67f4546 to your computer and use it in GitHub Desktop.
Vagrant fast shared folder (60 Mb/s)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/home/projects/foo" 192.168.56.111(rw,async,insecure,no_subtree_check,no_acl,no_root_squash) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.vm.synced_folder ".", "/vagrant", type: "nfs", | |
mount_options: ["async,noatime,soft,nfsvers=3"], nfs_export: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment