September 27, 20241 yr I am using a Ubuntu 24.04 machine to access a 6.12.13 Unraid instance. I have a 'data' share which is exported and public. I get the following when attempting to map the share using NFS: makem@makem-22:~$ sudo mount -t nfs 192.168.1.249:/data /media/nas-media mount.nfs: access denied by server while mounting 192.168.1.249:/data makem@makem-22:~$ And using -vvv for more info: makem@makem-22:~$ sudo mount -t nfs -vvv 192.168.1.249:/data /media/nas-media [sudo] password for makem: mount.nfs: timeout set for Fri Sep 27 17:41:35 2024 mount.nfs: trying text-based options 'vers=4.2,addr=192.168.1.249,clientaddr=192.168.1.59' mount.nfs: mount(2): No such file or directory mount.nfs: trying text-based options 'addr=192.168.1.249' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 192.168.1.249 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nfs: trying 192.168.1.249 prog 100005 vers 3 prot UDP port 50462 mount.nfs: mount(2): Permission denied mount.nfs: access denied by server while mounting 192.168.1.249:/data makem@makem-22:~$ root@nas:~# exportfs -v /mnt/user/data <world>(async,wdelay,hide,no_subtree_check,fsid=100,anonuid=99,anongid=100,sec=sys,rw,insecure,root_squash,all_squash) root@nas:~# nas-diagnostics-20240927-1741.zip Edited September 27, 20241 yr by makem added exportfs -v
September 30, 20241 yr Author Ubunto 24.04 mount point named nas-media: makem@makem-22:/media$ ls -lh total 12K drwxrwxrwx 1 root root 4.0K Sep 27 00:58 games drwxr-xr-x 7 root root 4.0K Sep 30 13:17 makem drwxr-xr-x 2 makem makem 4.0K Sep 27 12:53 nas-media Linux mount command: makem@makem-22:/media$ sudo mount -t nfs 192.168.1.249:/data /media/nas-media mount.nfs: access denied by server while mounting 192.168.1.249:/data makem@makem-22:/media$ I fail to see why it is denied. Is it peculiar to Unraid?
September 30, 20241 yr Author I failed to see that the full path of data/ is /mnt/user/data/ sudo mount -t nfs 192.168.1.249:/mnt/user/data /media/nas-media
October 4, 20241 yr On 9/27/2024 at 12:43 PM, makem said: I have a 'data' share which is exported and public. I don't use NFS (not many do) but I think I remember you need the full path, not just the share. /mnt/user/data
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.