Last active
December 10, 2015 16:00
-
-
Save keopx/51fc0aaa10fafce4d6e0 to your computer and use it in GitHub Desktop.
Vagrant NFS in Debian 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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