Skip to content

Instantly share code, notes, and snippets.

@donaldallen
Last active August 29, 2015 14:23
Show Gist options
  • Save donaldallen/3d8b1740eecdb1ae369d to your computer and use it in GitHub Desktop.
Save donaldallen/3d8b1740eecdb1ae369d to your computer and use it in GitHub Desktop.
folders:
- map: ~/Work Repos/thevault.dev
to: /home/vagrant/thevault.dev
type: "nfs"
sites:
- map: thevault.dev
to: /home/vagrant/thevault.dev/public
hhvm: true
==> default: Exporting NFS shared folders...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
==> default: Mounting NFS shared folders...
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
mount -o 'actimeo=1' 172.16.226.1:'/Users/me/Work Repos/thevault.dev' /home/vagrant/thevault.dev
Stdout from the command:
Stderr from the command:
mount.nfs: access denied by server while mounting 172.16.226.1:/Users/me/Work Repos/thevault.dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment