Skip to content

Instantly share code, notes, and snippets.

@ez-kraivit
Created September 4, 2021 21:19
Show Gist options
  • Save ez-kraivit/9139097bc69e81fb2b8a6e908a32e19c to your computer and use it in GitHub Desktop.
Save ez-kraivit/9139097bc69e81fb2b8a6e908a32e19c to your computer and use it in GitHub Desktop.
nfs-kernek-server
sudo nano /etc/exports
/mnt/sharedfolder ${ippublic}(rw,sync,no_root_squash,insecure) or /mnt/sharedfolder *(rw,sync,no_root_squash)
exportfs -rav
sudo systemctl restart nfs-kernel-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment