diff --git a/cli/nfsmounts.md b/cli/nfsmounts.md new file mode 100644 index 0000000..c300882 --- /dev/null +++ b/cli/nfsmounts.md @@ -0,0 +1,8 @@ +# NFS Mounts + +Reminder for the NFS mounts you've setup from Syno/Ubuntu to Mac + +To re-mount the NFS mounts: +```bash +sudo mount_nfs -o resvport,nfsvers=4 [server ip]:/path/to/folder /path/to/mount/location/on/Mac +``` \ No newline at end of file diff --git a/readme.md b/readme.md index 895e27d..893689e 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ ### Folders & Permissions - [Setting Permissions](cli/permissions.md) +- [NFS Mounts](cli/nfsmounts.md) ### Docker - [Working Inside Containers](cli/containers.md)