Hello there,
I was hoping you could help me.
I've googled and viewed some topics here but can't get it done....
What I want:
My OMV-Server 192.168.1.33 should serve a folder called "video" via NFS to my Jellyfin-Server 192.168.1.80. At Jellyfin I wan't to mount that "video"-Folder from the OMV-Server.
My config at OMV 192.168.1.33:
NFS enabled
Shared the folder "video" at NFS, IP Client: 192.168.1.0/24
What I've done at Jellyfin 192.168.1.80:
root@jellyfin:~# sudo mkdir /mnt/nas
root@jellyfin:~# sudo mount -t nfs 192.168.1.33:/video /mnt/nas
mount.nfs: Operation not permitted
"sudo mount -t nfs 192.168.1.33:/export/video /mnt/nas" has the same result (Operation not permitted)
OMV is a VM at Proxmox
Jellyfin is a LXC at Proxmox
What I am doing wrong?
Many thanks in advance.