[SOLVED] Can't access unRAID NFS share from Ubuntu 20.04 desktop


Keek Uras

Recommended Posts

Hello. I found a few posts close to this but not exactly the same, so I've started a new topic. I've followed this guide to set up an external box to help with caching for Plex (and hopefully Emby).

 

The article. See section titled: "Software Installation & Configuration"

 

The setup on unRAID: 

I have a share called Files that has all my media folders within (e.g., Movies, TV Shows, eBooks, etc). I have NFS enabled and the rule for the share is 

172.16.0.0/24 (sec=sys,rw,UID=100)

Note: 100 is a user on the share with r/w.

 

My external Ubuntu settings:

I created the same username and password of the user on the unRAID share. In fstab, I have these 2 maps:

172.16.0.250:/mnt/user/files/Movies /mnt/movies nfs defaults,noatime 0 0 
172.16.0.250:/mnt/user/files/TV\040Shows /mnt/tv nfs defaults,noatime 0 0 

If I run "sudo mount -a" I get:

mount.nfs: access denied by server while mounting 172.16.0.250:/mnt/user/files/Movies
mount.nfs: access denied by server while mounting 172.16.0.250:/mnt/user/files/TV Shows

If I run "showmount -e repository.local" (repository is my unRAID server name), I get:

Export list for repository.local:
/mnt/user/Files 172.16.0.0/24

Any thoughts on what I might have missed? Thank you in advance for your assistance.

Edited by Keek Uras
nfs mount corrections from incorrect copy/paste
Link to comment

I ran "sudo mount -v -a". Here is the output:

 

mount.nfs: timeout set for Thu Sep 24 11:59:58 2020

mount.nfs: trying text-based options 'vers=4.2,addr=172.16.0.250,clientaddr=172.16.0.200'

mount.nfs: mount(2): Protocol not supported

mount.nfs: trying text-based options 'vers=4.1,addr=172.16.0.250,clientaddr=172.16.0.200'

mount.nfs: mount(2): Protocol not supported

mount.nfs: trying text-based options 'vers=4.0,addr=172.16.0.250,clientaddr=172.16.0.200'

mount.nfs: mount(2): Protocol not supported

mount.nfs: trying text-based options 'addr=172.16.0.250'

mount.nfs: prog 100003, trying vers=3, prot=6

mount.nfs: trying 172.16.0.250 prog 100003 vers 3 prot TCP port 2049

mount.nfs: prog 100005, trying vers=3, prot=17

mount.nfs: trying 172.16.0.250 prog 100005 vers 3 prot UDP port 55268

mount.nfs: mount(2): Permission denied

mount.nfs: access denied by server while mounting 172.16.0.250:/mnt/user/files/Movies/

mount.nfs: timeout set for Thu Sep 24 11:59:58 2020

mount.nfs: trying text-based options 'vers=4.2,addr=172.16.0.250,clientaddr=172.16.0.200'

mount.nfs: mount(2): Protocol not supported

mount.nfs: trying text-based options 'vers=4.1,addr=172.16.0.250,clientaddr=172.16.0.200'

mount.nfs: mount(2): Protocol not supported

mount.nfs: trying text-based options 'vers=4.0,addr=172.16.0.250,clientaddr=172.16.0.200'

mount.nfs: mount(2): Protocol not supported

mount.nfs: trying text-based options 'addr=172.16.0.250'

mount.nfs: prog 100003, trying vers=3, prot=6

mount.nfs: trying 172.16.0.250 prog 100003 vers 3 prot TCP port 2049

mount.nfs: prog 100005, trying vers=3, prot=17

mount.nfs: trying 172.16.0.250 prog 100005 vers 3 prot UDP port 55268

mount.nfs: mount(2): Permission denied

mount.nfs: access denied by server while mounting 172.16.0.250:/mnt/user/files/TV Shows/

 

I tried adding vers=3 to the mount points but that didn’t work either.

Edited by Keek Uras
punctuation
Link to comment
  • JorgeB changed the title to [SOLVED] Can't access unRAID NFS share from Ubuntu 20.04 desktop
  • 4 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.