This commit is contained in:
LeLawnGames
2024-12-11 03:11:41 -05:00
parent 69da5fec22
commit 9c43b0902b
2 changed files with 9 additions and 0 deletions
+8
View File
@@ -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
```