I've been looking online on how to fix my issue, and maybe I'm just not savvy enough to figure out the permissions required but here is my problem:
I have a folder on Machine A that I have an NFS export on. My /etc/exports file looks like this:
and the folder itself is a zfs datastore mounted to /mnt/media:
When I try and add the NFS storage to Proxmox on Machine B, I get this error:
Any help would be greatly appreciated.
I have a folder on Machine A that I have an NFS export on. My /etc/exports file looks like this:
Code:
/mnt/media 192.168.2.0/24(rw,fsid=1,no_subtree_check,insecure,no_root_squash)
and the folder itself is a zfs datastore mounted to /mnt/media:
Bash:
ls -la /mnt
drwxrws--- 8 root root 8 Dec 31 17:31 media
Bash:
zfs list
rpool/media 562G 6.57T 562G /mnt/media
When I try and add the NFS storage to Proxmox on Machine B, I get this error:
How can I go about adding the share to machine B? I don't care what account it uses, however the way all my lxc are set up right now they need to be able to read and write to the same share.create storage failed: mkdir /mnt/pve/media/images: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 1390. (500)
Any help would be greatly appreciated.
Last edited: