Hello. I'm building my new media server on Ubuntu 18.04. Previously It was on 16.04. I've copied the fstab setting directly over from my old server which has been working fine. The share is able to mount but there's a permissions issue. The permissions are set as "1001:1001". The only way I'm able to access the share is if I am root user. Unchecking the "NFSv3 ownership model for NFSv4" causes the permissions to read "nobody:4294967294"
Not sure what I am missing here. But I believe it's an issue with matching my UID on freenas and my ubuntu server.
fstab
Any help would be appreciated.
Not sure what I am missing here. But I believe it's an issue with matching my UID on freenas and my ubuntu server.
fstab
Code:
10.18.1.21:/mnt/download/download /mnt/download nfs defaults 0 0
Any help would be appreciated.