NFS - Basics

mkyb14

Well-Known Member
Mar 17, 2017
58
1
48
41
So I've been playing with the idea of creating a NFS share to house some files, and I can't for the life of me seem to get anything to work (promox latest version).

I've followed the Wiki to create a share just for ISO, failed.
  • also tried this video:

Then tried following this website to install a NFS server, create the share and then the storage in promox and all I get is that it's in active, error (500).
What am I missing here...
 
Please post your exportline from the server. Like this:
Code:
/export *(acl,async,no_subtree_check,fsid=0,rw)
/v-machines/home/iso-images     *(async,no_subtree_check,no_root_squash,rw)
 
And what have you bind to proxmox? Home? Then it should work. The other share can't work with root. The "no_root_squash" is missing.
Please post your storage.cfg.