From b93379c580f0f1c21af7d1a400373533a8cd65fa Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:48:41 -0700 Subject: [PATCH] Update nfsmounts.md --- cli/nfsmounts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/nfsmounts.md b/cli/nfsmounts.md index 897f92b..5dbb2d4 100644 --- a/cli/nfsmounts.md +++ b/cli/nfsmounts.md @@ -7,6 +7,6 @@ To re-mount the NFS mounts: sudo mount_nfs -o resvport,nfsvers=4 [server ip]:/path/to/folder /path/to/mount/location/on/Mac ``` -'''bash +```bash sudo mount -t nfs -o resvport,nfsvers=4,rw 10.0.0.92:/mnt/Rivendell /mnt/Rivendell -''' +```