Skip to content

Instantly share code, notes, and snippets.

@rafops
Created September 20, 2012 12:09
Show Gist options
  • Save rafops/3755522 to your computer and use it in GitHub Desktop.
Save rafops/3755522 to your computer and use it in GitHub Desktop.
Restart NFS
service nfs stop
service portmap stop
service portmap start
service nfs start
service nfs stop && service portmap stop && service portmap start && service nfs start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment