Files
mind-palace/cli/nfsmounts.md
T
2024-12-11 03:11:41 -05:00

8 lines
215 B
Markdown

# 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
```