Add nfs exports troubleshoot hint

This commit is contained in:
Daniel 2020-11-18 08:30:29 +01:00 committed by GitHub
parent 84ea86a7cd
commit b0a65eab36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,11 @@ describes how to possibly identify the root of the issue.
the command `ps aux | grep nfsd`. If the nfs service is not running,
then it may require a manual restart.
* Check status of nfs-kernel-server `systemctl status nfs-kernel-server` for
errors like `exportfs: Failed to stat /path : No such file or directory`.
Then create the missing directory or remove the line from `/etc/exports`
and restart the nfs-kerne-server `sysctemctl start nfs-kernel-server`
* If using Mac, ensure that `/sbin/nfsd` has been given Full Disk Access.
* Ensure the synced folder is present in the hosts `/etc/exports` file.