unRAID as NFSv4 Client


Recommended Posts

Now this is probably me just being stupid.

I have a Synology Disk Station, running as my primary large datatank. Works great no complaints.

I've enabled NFSv4, both machines are on the same subnet.

I'm trying to connect unRAID 6.3.1 to access a NFSv4 share on the Synology

NFSv3 working

Synology :/etc/exports ->
/volume1/Media 192.168.0.0/16(rw,async,no_wdelay,insecure,no_root_squash,insecure_locks,sec=sys,anonuid=65534,anongid=65534)

unRAID: /boot/config/go ->

mount 192.168.x.x:/volume1/Media /mnt/Media

 

When I try 
mount -o vers=4 192.168.x.x:/volume1/Media /media/Media

I get error 

"mount.nfs: Protocol not supported"

Link to comment

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.