-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFS Connection Refused error #6
Comments
Can you explain a bit more how you accomplished this? I've gotten telnet working but not NFS mount to my Synology. |
What’s the error you get when you try to mount manually ? |
The mount line in config.inc is: I've confirmed that I can ping/telnet to the Synology on ports 111 and 2049. |
Seems like a permission issue. Were you able to mount the NFS share on any other machine ? |
Yep I can mount it from another device no issues. |
Ok so i managed to get it to mount via telnet with
Now how do I get it to do that automatically with the script? I'm still getting permission denied when i run ./mount_nfs.sh |
I was getting connection refused error while trying to mount my nfs server when I tried to manually mount my NFS drive. I thought it was an error on my linux server, so I tried my old NAS and that still showed a problem. Other clients were connecting, but WyzeCamPan was not connecting.
I forced it to connect via UDP using
-o port=2049,nolock,proto=tcp
and this mounted the drive immediately.The text was updated successfully, but these errors were encountered: