Update nfsmounts.md

This commit is contained in:
bender
2026-03-11 17:48:27 -07:00
committed by GitHub
parent 853cdb4da8
commit d08d27fd4a
+5 -1
View File
@@ -5,4 +5,8 @@ Reminder for the NFS mounts you've setup from Syno/Ubuntu to Mac
To re-mount the NFS mounts: To re-mount the NFS mounts:
```bash ```bash
sudo mount_nfs -o resvport,nfsvers=4 [server ip]:/path/to/folder /path/to/mount/location/on/Mac sudo mount_nfs -o resvport,nfsvers=4 [server ip]:/path/to/folder /path/to/mount/location/on/Mac
``` ```
'''bash
sudo mount -t nfs -o resvport,nfsvers=4,rw 10.0.0.92:/mnt/Rivendell /mnt/Rivendell
'''