Hello,
I'm building a video server , I mounted a volume that is bonded to a SMB folder on my NAS:
It mounts perfectly on my privileged container:
Only issue is that it mounts with root permission, which make it impossible for my videoservice user to delete or edit them.
Is there a way to change the permission of the mounted folder in a persistent way ?
I'm building a video server , I mounted a volume that is bonded to a SMB folder on my NAS:
pct set 153 -mp0 /mnt/pve/NAS.Video/,mp=/mnt/NAS.Video
It mounts perfectly on my privileged container:
Only issue is that it mounts with root permission, which make it impossible for my videoservice user to delete or edit them.
Is there a way to change the permission of the mounted folder in a persistent way ?