Last Updated: February 25, 2016
·
24.14K
· dcsg

Fixing NFS exports in Mac OS X

Blog post about how to fiz NFS exports conflicts in Mac OS X.

See the full post here:

http://danielcsgomes.com/tutorials/fixing-the-nfsd-export-option-conflict

Or just follow the steps to solve it:

  1. Go to your Console app, filter by nfds and see what paths are conflicting
  2. Open the terminal
  3. Edit the /etc/exports | sudo vim /etc/exports
  4. Remove the entries you want
  5. Save and close the file
  6. Restart the nfsd service | sudo nfsd restart