Skip to content

Instantly share code, notes, and snippets.

@uglide
Created February 19, 2015 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uglide/e9e5affbd96eb67f4546 to your computer and use it in GitHub Desktop.
Save uglide/e9e5affbd96eb67f4546 to your computer and use it in GitHub Desktop.
Vagrant fast shared folder (60 Mb/s)
"/home/projects/foo" 192.168.56.111(rw,async,insecure,no_subtree_check,no_acl,no_root_squash)
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