NFS
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
# NFS Mounts
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
### Folders & Permissions
|
### Folders & Permissions
|
||||||
- [Setting Permissions](cli/permissions.md)
|
- [Setting Permissions](cli/permissions.md)
|
||||||
|
- [NFS Mounts](cli/nfsmounts.md)
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
- [Working Inside Containers](cli/containers.md)
|
- [Working Inside Containers](cli/containers.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user