Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

Yesterday - May 13, 2026

How the hell do i connect to my nas from my mac over nfs!? : r/synology
  • usually
    diskutil unmount /Volumes/stuff; mount -o nfsvers=4 -t nfs 192.168.1.82:/volume1/stuff /Volumes/stuff
  • for Synology NAS
    sudo mount -o nfsvers=3,rw,sync -t nfs 192.168.1.82:/volume1/stuff /Volumes/stuff