Skip to content

Instantly share code, notes, and snippets.

@LauLaman
Last active May 28, 2021 18:01
Show Gist options
  • Save LauLaman/170f0993d92940de1b9e6ac686bec24e to your computer and use it in GitHub Desktop.
Save LauLaman/170f0993d92940de1b9e6ac686bec24e to your computer and use it in GitHub Desktop.
Vagrant nfs mount Mac OS X Mojave
  1. Mac OS X system settings > Security & Privacy > privacy tab

  2. Select Full Disk Access and click plus icon.

  3. Add terminal in the list ( in my case iTerm)

  4. Restart iTerm

  5. Run command in iterm: $ cd /private/etc && sudo touch ./exports

  6. Start virtual machine trough vargrant: Profit

@zbeekman
Copy link

zbeekman commented Feb 6, 2019

I think I may have had to disable csrutil from the recovery partition. I was getting errors, even with sudo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment