Using this video, I was able to add Truenas NFS storge from another server onto my proxmox host/datacenter. https://www.youtube.com/watch?v=txx0z-4HlSQ
Though I am having issue trying to get it mounted to VM. There are tons of threads on bind mounts for privileged LXC by editing conf file but not seeing something that works for VM. How do you go on about -
1) Mounting NFS share onto Alpine VM. When I enter following command, I get permission error.
sudo mount -t nfs 192.168.1.139:/mnt/mystpool_6x/pvedata /mnt/nfs
2) Since the share is already mounted on the host, how do I get it to VM. Is there issue with speed/performance mounting it from the host vs mounting it directly?
3) How do you mount host NFS share to unprivileged LXC?
I do see an option to "add a hard disk" in Node->VM->Options but then it asks me to specify a size. Is that the right way? I thought I dont have to specify size to mount NFS share and can have it open ended.
Though I am having issue trying to get it mounted to VM. There are tons of threads on bind mounts for privileged LXC by editing conf file but not seeing something that works for VM. How do you go on about -
1) Mounting NFS share onto Alpine VM. When I enter following command, I get permission error.
sudo mount -t nfs 192.168.1.139:/mnt/mystpool_6x/pvedata /mnt/nfs
2) Since the share is already mounted on the host, how do I get it to VM. Is there issue with speed/performance mounting it from the host vs mounting it directly?
3) How do you mount host NFS share to unprivileged LXC?
I do see an option to "add a hard disk" in Node->VM->Options but then it asks me to specify a size. Is that the right way? I thought I dont have to specify size to mount NFS share and can have it open ended.