I am getting this error now:
Code:
makem@makem-22:~$ sudo mount -t nfs 192.168.1.249:/data /media/nas-media
[sudo] password for makem:
mount.nfs: access denied by server while mounting 192.168.1.249:/data
makem@makem-22:~$
My son set up Unraid and I remember although I usually use makem as username he asked me to use makem1. I have a makem1 account accessible by makem.
I think I will leave well alone as I am so close until he returns next week.
Edit: May be of interest as 2 errors mentioned:
Code:
makem@makem-22:~$ sudo mount -t nfs 192.168.1.249:/data /media/nas-media
[sudo] password for makem:
mount.nfs: access denied by server while mounting 192.168.1.249:/data
makem@makem-22:~$ sudo mount -t nfs -vvv 192.168.1.249:/data /media/nas-media
mount.nfs: timeout set for Fri Sep 27 17:01:01 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:~$
On the NAS:
Code:
root@nas:~# showmount -e
Export list for nas:
/mnt/user/data *
root@nas:~#
My previous showmount was on the client without the nas IP
On the NAS:
/etc/exports shows:
"/mnt/user/data" -fsid=100,async,no_subtree_check *(rw,sec=sys,insecure,anongid=100,anonuid=99,all_s quash)
Bookmarks