Read only
Mount NFS on mac 1. Open Terminal. 2. Run: sudo mkdir -p /System/Volumes/Data/Users/Shared/Movies0 3. Run: sudo chown $(whoami) /System/Volumes/Data/Users/Shared/Movies0 4. Test manual mount: sudo mount -t nfs -o resvport 192.168.1.156:/volume1/Movies0 /System/Volumes/Data/Users/Shared/Movies0 5. Run: sudo nano /etc/auto_master 6. Add this line at the end: /- auto_nfs -nobrowse,nosuid 7. Save and exit (Control O, Enter, Control X) 8. Run: sudo nano /etc/auto_nfs 9. Add this line: /Users/Shared/Movies0 -fstype=nfs,-P 192.168.1.156:/volume1/Movies0 10. Save and exit 11. Run: sudo automount -vc https://apple.stackexchange.com/questions/19466/unable-to-mount-an-nfs-share
Note: When added a new Shared Folder on NAS and mounting with NFS: 1. Configure NFS permissions 2. Mount 3. Restart radarr container 4. Add new folder in radarr Otherwise, the downloads will be moved to a 'phantom' folder that's only present on the system with radarr, it will not be moved to the NFS mount and will not even be visible until the Mount is unmounted.