8 lines
215 B
Markdown
8 lines
215 B
Markdown
# 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
|
|
``` |