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 +'''