Network Storage: Permission denied

I just setup an NFS share and mounted it with the Network Storage option as a Share type. Using the core_ssh addon, I can see the share, and ls the contents. If I try touch test I get: touch: test: Permission denied. Testing the NFS share on another device on my network, I am able to write to it, so I do not think the issue is on the share.

If I use the Advaced SSH & Web Terminal addon, and ls -all the /share directory, I can see the owner is hassio and the persmissons are: drwr-xr-x.

Is there something in the setup that I missed which is setting permissions on the folder that is created? I need to be able to write to this directory as well as read. Thanks!

It was indeed a permissions error with the folder I was sharing on the nfs mount. Once I changed the permissions on the host to allow others to write, I was able to add a file from the HA host.