From d08d27fd4a1584bf468624a9780c53f7b8c50960 Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:48:27 -0700 Subject: [PATCH] Update nfsmounts.md --- cli/nfsmounts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cli/nfsmounts.md b/cli/nfsmounts.md index c300882..897f92b 100644 --- a/cli/nfsmounts.md +++ b/cli/nfsmounts.md @@ -5,4 +5,8 @@ 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 +``` + +'''bash +sudo mount -t nfs -o resvport,nfsvers=4,rw 10.0.0.92:/mnt/Rivendell /mnt/Rivendell +'''