October 26, 20241 yr I have a NAS running Unraid and am trying to access an NFS share to a folder on the NAS from my despktop xubuntu pc . The /etc/fstab contains: 192.168.1.249:/mnt/disk1/my-domain /mnt/my-domain nfs x-systemd.automount 0 0 In the NAS the NFS share /mnt/disk1/my-domain is exported and shared as public. I get this error: mount.nfs: access denied by server while mounting 192.168.1.249:/mnt/disk1/my-domain Any guidance would be appreciated.
October 27, 20241 yr Author Solution Answer found here: https://forums.unraid.net/topic/150414-mounting-an-unraid-share-in-ubuntu-linux/ And in /etc/fstab I entered: 192.168.1.249:/mnt/user/my-domain /media/my-domain nfs x-systemd.automount 0 0 To make it auto connect. Edited October 27, 20241 yr by makem
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.