NFS storage issues

amlife

Renowned Member
Apr 4, 2013
7
0
66
Hello everyone

I have been trying to add NFS to host ISOs and vm images to my fresh proxmox installation, however everytime I add that, I get the following error.

click image below to view.

Capture.PNG

from proxmox host, I can manutally mount remote nfs share and write files

Root is allowed to write to remote share here is the settings on my NFS box

Code:
/srv/iso_store     *(rw,async,no_root_squash)
/srv/vm_store      *(rw,async,no_root_squash)

Not sure what do I need to do to fix this issue?

Thank you
 
does not seem related to nfs but more to your host. can you mkdir /mnt/pve from shell?