I'm sure this question has been asked before in different ways, but my difference is that everything was working beautifully for me before upgrading my QNAP to the QTS 4.5.5.715 firmware. I'm not getting any help from the QNAP folks, so I thought I'd try my luck here.
- I'm running Ubuntu 20.04.
- Both the QNAP TS-453D and the Ubuntu desktop are hardwired to the router.
- nfs-common is installed on Ubuntu
On QNAP, I had granted "Access right" to the folder at issue, read/ write permission and "Squash no users."
To mount the QNAP, I would simply go to terminal and type:
mount -t nfs xxx.xxx.x.xxx:/FOLDER_ON_QNAP /home/username/FOLDER_ON_QNAP
Historically, this would mount the folder to my Ubuntu desktop via NFS seamlessly. It worked well. I never adjusted fstab or etc as whenever I needed to mount the QNAP, I just typed the above line into terminal, and like magic, it worked.
No, I'm getting the infamous:
mount.nfs: access denied by server while mounting xxx.xxx.x.xxx:/FOLDER_ON_QNAP
...issue. Any idea as to how to fix this? I felt like my setup was relatively simple. For what it's worth, I can still access the folder over the network via AFP or SMB, but let's face it, neither is as good as nfs.
Many thanks.