NFS server on PVE host

ecotechie

Member
Nov 11, 2023
40
1
8
Hi, anybody setup an NFS server on a Proxmox node? I'm looking to do that but running into permission issues. Care to share your settings?
I am unable to get write access to the regular user on my laptop. If I change to the root user, it works fine.


Code:
exportfs -v
/mnt/btr-vault/vault
192.168.0.0/16(sync,wdelay,hide,no_subtree_check,sec=sys,rw,secure,no_root_squash,no_all_squash)
 
Last edited:
Hi,

Here is an example from the configuration of an NFS Server we use in a Proxmox VE Cluster :

/mnt/nfs/iso 10.11.12.0/24(rw,wdelay,no_root_squash,no_subtree_check,sec=sys,rw,secure,no_root_sq
uash,no_all_squash)

Hope this helps.
Kind regards,

GD