Skip to content

Instantly share code, notes, and snippets.

@dubcl
Created November 22, 2018 23:41
Show Gist options
  • Save dubcl/92e25ccc2f54c622c19c01b654f3d5ce to your computer and use it in GitHub Desktop.
Save dubcl/92e25ccc2f54c622c19c01b654f3d5ce to your computer and use it in GitHub Desktop.
nfs exports

apt-get install nfs-kernel-server nfs-common

/foo *(rw,no_root_squash,sync,no_subtree_check)

/foo should be the same uid and gid on server and client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment