Mounting NFS share inside HASSOS

Im running HASSOS standalone (VMDK container) and im looking for a way to mount existing NFS share inside HassOS for backups and camera CCTV.
Is there any way of doing this?
If NFS is not possible then maybe SMB at least?

Nope.

Nope.

HASSOS is extremely restrictive.

I have been able to mount NFS mounts in homeassistant docker container (using Portainer and getting to command prompt)

mount -t nfs4 YOUR_NFS_IP:/YOUR_NFS_MOUNT_POINT /mnt

However, adding an entry to fstab doesn’t seem to auto mount the NFS mountpoint. Some folks have added automations that does this on startup - but I haven’t tried that yet.