Skip to content

Instantly share code, notes, and snippets.

@LauLaman
Last active May 28, 2021 18:01
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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

@henriksjodahl
Copy link

Thank you! 👑

@pbliszko
Copy link

pbliszko commented Oct 8, 2018

Thanks!

@rivetmichael
Copy link

👍

@stiffroy
Copy link

Thanks a lot...

@Sey1000
Copy link

Sey1000 commented Oct 23, 2018

Thank you! 🙏

@boooya
Copy link

boooya commented Dec 1, 2018

dude! thank you!!

@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