Newbie to Proxmox but stuck on this for days...
Goal is to automatically mount NFS shares from Node to LXC container (Debian 11) at
Currently the directory is mounted but issuing
Edited:
Strangely manually issuing
Reading all the instructions on Bind Mount Points (Proxmox PVE) and googling for days I am unable to achieve this.
thank you in advance.
Mounts are served on Synology NAS DSM 7.1 with 10.0.1.0/24 allowed
Container is Debian 11 (IP 10.0.1.16) (privileged) NFS is enabled in GUI.
Intention is to use container for Docker.
Proxmox VE 7.2-11
Goal is to automatically mount NFS shares from Node to LXC container (Debian 11) at
/mnt/nas
Currently the directory is mounted but issuing
mkdir test
or ls -la
fails to list or write to source NFS sharesEdited:
/etc/pve/lxc/101.conf mp0
with /mnt/pve,mp=/mnt/nas
Strangely manually issuing
mount -o vers=4 10.0.1.50:/volume1/multimedia /mnt/test
allows r/w accessReading all the instructions on Bind Mount Points (Proxmox PVE) and googling for days I am unable to achieve this.
thank you in advance.
Mounts are served on Synology NAS DSM 7.1 with 10.0.1.0/24 allowed
Container is Debian 11 (IP 10.0.1.16) (privileged) NFS is enabled in GUI.
Intention is to use container for Docker.
Proxmox VE 7.2-11