Update nfsmounts.md
This commit is contained in:
+2
-2
@@ -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
|
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
|
sudo mount -t nfs -o resvport,nfsvers=4,rw 10.0.0.92:/mnt/Rivendell /mnt/Rivendell
|
||||||
'''
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user