Skip to content

Instantly share code, notes, and snippets.

@keopx
Last active December 10, 2015 16:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keopx/51fc0aaa10fafce4d6e0 to your computer and use it in GitHub Desktop.
Save keopx/51fc0aaa10fafce4d6e0 to your computer and use it in GitHub Desktop.
Vagrant NFS in Debian 8
sudo su
modprobe nfsd
# https://bugzilla.mozilla.org/show_bug.cgi?id=1056049#c8
systemctl stop nfs-kernel-server.service
systemctl disable nfs-kernel-server.service
systemctl enable nfs-kernel-server.service
systemctl start nfs-kernel-server.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment