I used tteck’s Proxmox VE Helper Scripts to spin up a HAOS VM within Proxmox and it worked like a charm. I’m having issues mounting NFS shares from within the VM, though - I get a “Permission Denied” error from the command line.
[core-ssh /]$ mount -t nfs 10.0.1.10:/mnt/data/shared /mnt mount: mounting 10.0.1.10:/mnt/data/shared on /mnt failed: Permission denied
These same NFS shares are able to be mounted from an Ubuntu LXC on the same Proxmox host created from these same scripts (after installing nfs-common
), and I’ve removed any and all network filtering from the share so it should be good to go. Does anyone here know if there anything about the way this VM is created that needs to be tweaked to allow mounting of NFS shares?