Hello everyone!
I recently installed NextCloudPi on a Debian LXC.
I also use two Synology NAS with NFS enabled.
First i added both of them to my storages in ProxMox. After that i ran:
The Mount Point shows up in the Ressources tab of the Container. After a reboot i see the MP in /mnt/NASB but with the owner/group nobody/nogroup.
Permissions are set at r w x for everyone. When try to cd into that folder i get the Error
I tried it with my other NAS in the same way and it works fine even tho the owner/group again matches nobody/nogroup.
I can access all of the folders in that System.
Then i tried mounting both of my NAS the same way on another container running ubuntu.
It works without a problem and has the owner/group set as root/root.
What am i missing here?
Thanks in advance for your help.
I recently installed NextCloudPi on a Debian LXC.
I also use two Synology NAS with NFS enabled.
First i added both of them to my storages in ProxMox. After that i ran:
Code:
pct set <containerId> -mp0 <path in the proxmoxhost>,mp=<path inside the container>
Permissions are set at r w x for everyone. When try to cd into that folder i get the Error
Code:
-bash: cd: NASB: Permission denied
I can access all of the folders in that System.
Then i tried mounting both of my NAS the same way on another container running ubuntu.
It works without a problem and has the owner/group set as root/root.
What am i missing here?
Thanks in advance for your help.