Created
September 4, 2021 21:19
-
-
Save ez-kraivit/9139097bc69e81fb2b8a6e908a32e19c to your computer and use it in GitHub Desktop.
nfs-kernek-server
This file contains 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 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